Skip to content

Releases: nsh07/pomodoro

Pre-release: v0.4

28 Dec 15:27
Compare
Choose a tag to compare
Pre-release: v0.4 Pre-release
Pre-release

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

27 Dec 16:56
Compare
Choose a tag to compare
Pre-release: v0.3 Pre-release
Pre-release

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

27 Dec 07:39
Compare
Choose a tag to compare
Pre-release: v0.2 Pre-release
Pre-release

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

26 Dec 16:16
Compare
Choose a tag to compare
Pre-release: v0.1 Pre-release
Pre-release

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