Skip to content

Releases: DHancock/Countdown

Release version 3.11.0

09 Oct 16:00
55131f4
Compare
Choose a tag to compare

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

26 Aug 12:52
20f5929
Compare
Choose a tag to compare

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

17 Aug 16:46
2e8a5fa
Compare
Choose a tag to compare

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

11 May 10:35
6bf82b8
Compare
Choose a tag to compare

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

03 Apr 15:55
6d0dde3
Compare
Choose a tag to compare

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

20 Mar 14:59
908d05a
Compare
Choose a tag to compare

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

29 Dec 17:35
a96276f
Compare
Choose a tag to compare

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

17 Dec 13:50
28969e8
Compare
Choose a tag to compare

This release adds a Mica background to the main window.

Release Version 3.7.1

06 Sep 13:15
7cf093f
Compare
Choose a tag to compare

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

01 Sep 08:49
9942ccb
Compare
Choose a tag to compare

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.