Releases: DHancock/Countdown
Release version 3.11.0
This release contains the following changes:
- The self contained version of the Windows App Sdk has been updated to 1.6.1
- The build now includes trimming support which reduces the executable size.
- The single installer now contains each platform supported.
Release version 3.10.3
This release fixes the following bugs:
-
The app now responds to single and double clicks on the window icon in the conventional way. That is that a single click opens the system menu, while a double click closes the window.
-
When the app is uninstalled there is code that shuts down the app if it was running. That code was susceptible to a couple of race hazards. While difficult to reproduce, the code has been made more robust to fix that issue.
Release version 3.10.2
This release fixes the following bugs:
- The app's settings file will now be deleted from when uninstalling the app.
- Uninstalling the app while the app was running and the user's account didn't have administrator privileges could stop the uninstaller from completely removing the app. Upgrading an existing install to this version will also fix that issue.
Release version 3.10.1
This is a bug fix release. The following bug has been fixed:
- Although the build is now self contained, the app still failed to start if the build version of the Windows App Sdk wasn't installed.
Additional changes:
- The self contained version of the Windows App Sdk has been updated to 1.5.3
- The installer has been split in to three, one for each platform supported.
Release version 3.10.0
In this release the build has been changed to be self contained. The Windows App Sdk version 1.5.1 and .Net 8.0.3 are built into the executable.
Release version 3.9.0
In this release I've updated the sdks used in the build.
It now uses Windows App SDK 1.5.n where n >= 0, and Net framwork 8.0.1 or greater.
The installer will check their availability and prompt for them to be installed if required.
Release Version 3.8.1
This is a bug fix release. It fixes a single bug:
- The results list context menu can now be dismissed by clicking anywhere in the application window.
Release Version 3.8.0
This release adds a Mica background to the main window.
Release Version 3.7.1
This is a bug fix release. It fixes a single bug:
- When changing application themes using the system personalization settings the background of flyouts could be drawn using the wrong color.
Release Version 3.7.0
The single change in this release is:
- Update the WinAppSdk to 1.4.0
WinAppSdk 1.4.0 introduces a new feature that allows flyouts to extend beyond their parent window's bounds. This will be evident in the menu flyout displayed when clicking on the letters and numbers choose button's down arrow.