Build 8029 (v0.9.2) Release Notes #33
djp952
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Build 8029 - v0.9.2 (2021.12.25)
Public Beta 2
Welcome! If you find something broken or think can be made better, please let me know with an Issue.
Implement Windows x64 build and packaging
Resolves Issue 9. This implements a 64-bit version of the application and .MSI installer to allow the application to run natively on 64-bit Windows platforms.
Fix problem with application not closing with install/uninstall
Resolves Issue 30. Previously, if the application was running when the installer was run, either to upgrade or remove, the user would be prompted to try and forcibly close the application, which subsequently would not work. Changes needed to be made to the installer to send a WM_CLOSE request instead of a WM_QUERYENDSESSION request, and changes needed to be made to the application to allow for a tray icon to respond to WM_CLOSE.
Questions, Concerns? Let me know!
Beta Was this translation helpful? Give feedback.
All reactions