What's new?
The application is available on the Microsoft Store
You can install the latest version from the Microsoft Store
Today's screen time have been added to the application icon tooltip
The time remaining is kept
When the application is stopped for less than five minutes (a reboot for instance), the time remaining is kept.
Breaking Changes
The application now targets .NET 8. If you want to benefit from the MSIX package in order to install it (manually or from the store), you must have Windows 10, version 1903 minimum. Otherwise, if have an older system, you still can build the app yourself or download a previous version from the Releases page. It should work starting with Windows 7.0 but I've not tested it.
Bug fixes
There was bugs due to migration to MSIX Package that are fixed now:
- Run at start not working
- Win32Exception when clicking on hyperlinks from the about window
Housekeeping
- Dependencies updated
- Build workflows
- Code cleanup
Installation
You can install the latest version from the Microsoft Store
If you prefer, you also can download the MSIX package and install it yourself:
- Download
NeedABreak.zip
from the assets and unzip it in some folder - Open
NeedABreakPackagingProject_3.0.0.0_Test
folder - If it is the first time you install the application, execute the powershell script
Install.ps1
to automatically install the certificate and the application. - For subsequent installation, you can Double-Click or Right-Click>Install on
NeedABreakPackagingProject_3.0.0.0_x86_x64.msixbundle
If you had installed a previous version, you should uninstall it before installing version 3.0.
What's Changed
- Benoît => Benoit by @bNobo in #101
- Create dotnet-desktop.yml by @bNobo in #116
- Build and deploy release only by @bNobo in #117
- Bump Microsoft.AspNetCore.SystemWebAdapters from 1.3.0 to 1.3.2 by @dependabot in #115
- Display today's screen time by @bNobo in #119
- Bump xunit from 2.7.0 to 2.7.1 by @dependabot in #121
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by @dependabot in #122
- Store todays screen time by @bNobo in #126
- split workflow by @bNobo in #127
- restore countdown after short interruption by @bNobo in #128
- Fix run at startup by @bNobo in #129
- fix crash when link is clicked by @bNobo in #131
- Release/3.0.0 by @bNobo in #120
Full Changelog: v2.3.1...v3.0.7