From cf3f2cf09f75e3994181e1c990caedf8b0ed0a77 Mon Sep 17 00:00:00 2001 From: dheijl Date: Sat, 10 Aug 2024 17:05:30 +0200 Subject: [PATCH] release 1.11 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1657001..4e8c275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # swyh-rs Changelog -- 1.11.0 (unreleased) +- 1.11.0 (Aug 10 2024 dheijl) - GUI: replaced the FLTK callback recursion mutex (for the choice widget popups) with an AtomicBool. See issue #10 (panic while panicking in the choice callback), but I don't know if the recursion check is still actually needed with the current FLTK version, I never could reproduce the recursion problem. - optimize CONFIG locking somewhat - make all fltk callbacks consistently follow the same pattern - GUI: delay logging until logging properly initialized - update innosetup - replace rand by fastrand, as rand is overkill here, it's faster and also reduces dependencies + - some clippy - 1.10.10 (Jul 6 2024 dheijl) - CLI: sanitize ssdp interval argument