Compare commits

..

1 Commits

Author SHA1 Message Date
aclist
2f2f690b2f
Merge cc35b2cd85 into 661329877f 2025-10-31 01:06:16 +00:00

View File

@ -2,21 +2,20 @@
## [6.0.0-beta.8] XXXX-XX-XX
## Added
- Internal flag to allow distribution packaged releases to disable in-app updates
- Pre-boot check to test whether script was invoked directly
- Flag to disable branch toggle for distro-packaged releases
- Test whether script was sourced inline
- Commandline usage help text
## Fixed
- ESC key destroying wait dialogs while a thread is pending
- Tooltip signals being erroneously drawn on main menu
- Leaky variable name in dialog titles
- ESC key destroying wait dialogs while thread is pending
- Tooltip signals being processed on main menu
- Leaky variable name in dialog title
- Prevent extraneous signals from propagating when column width is adjusted
- Script failing to start when remote endpoints are unavailable (GaryBlackbourne)
- Script failing to start when remote endpoints are unavailable
## Changed
- Optimize time complexity of pre-boot checks (GaryBlackbourne)
- Moved location of notes file
- Rewrote distance calculation module (GaryBlackbourne)
- Optimize time cost of setup checks
- Location of notes file
## [6.0.0-beta.7] 2025-09-20
## Added