Version 2.1
What's new?
User activity detection
The application now avoids to annoy user with a popup while they are active. When it is time to have a break, the application will wait for the user to be inactive for at least 3 seconds before showing the countdown. So, you won't be interrupted while you are moving the mouse or typing at the keyboard.
To detect user activity NEED A BREAK! do not catch user actions like key strokes, clicks or mouse moves. Instead it relies on the GetLastInputInfo
function of Windows API (user32.dll). This function only returns elapsed time since last user input. Thus, privacy is completely maintained.
Sizeable adjust delay window
The layout of this window is improved and you can now resize it.
Housekeeping
Updated dependencies.
Renamed master branch to root
Add FOSSA
Add dependabot
Fix typos
Updated issue templates
Add CODE_OF_CONDUCT