From be02f086c7229091aad2e0c5d3c4903c9d7829ff Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:43:08 +0900 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6ff27..b6fca6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,21 @@ ## [6.0.0-beta.8] XXXX-XX-XX ## Added -- Flag to disable branch toggle for distro-packaged releases -- Test whether script was sourced inline +- Internal flag to allow distribution packaged releases to disable in-app updates +- Pre-boot check to test whether script was invoked directly - Commandline usage help text ## Fixed -- ESC key destroying wait dialogs while thread is pending -- Tooltip signals being processed on main menu -- Leaky variable name in dialog title +- ESC key destroying wait dialogs while a thread is pending +- Tooltip signals being erroneously drawn on main menu +- Leaky variable name in dialog titles - Prevent extraneous signals from propagating when column width is adjusted -- Script failing to start when remote endpoints are unavailable +- Script failing to start when remote endpoints are unavailable (GaryBlackbourne) ## Changed -- Optimize time cost of setup checks -- Location of notes file +- Optimize time complexity of pre-boot checks (GaryBlackbourne) +- Moved location of notes file +- Rewrote distance calculation module (GaryBlackbourne) ## [6.0.0-beta.7] 2025-09-20 ## Added