Releases: nsh07/pomodoro
Releases · nsh07/pomodoro
Pre-release: v0.4
New features
-
The program now uses new icons from Google's Material Icons
-
The program now switches to a 5-minute break timer when a task is completed, in accordance with the pomodoro technique
Pre-release: v0.3
New features:
-
The user can now delete tasks by pressing the delete button next to tasks
-
The program can now detect if the user is using a dark theme and use light colored icons accordingly
Pre-release: v0.2
New feature:
- The user can now stop and reset the timer
Non user-facing changes:
-
The program now uses a Qt Resource embedded into the compiled binary to contain the SVG icons, instead of using hardcoded file paths
-
The base layout is now a QFormLayout
Pre-release: v0.1
Program has the following (very basic) features:
- 25 minute timer
- Ability to add tasks that are removed when timer completes,
after which timer is reset and so on