Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 952 Bytes

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 952 Bytes

v2.1.1

  1. TUI: Fix keybindings not working after mouse click
  2. TUI: In the stats page load the current day stats and move calendar cursor to current date.
  3. Pretty print config file (~/.ptrc.json).

v2.1.0

  1. TUI: Fix form reset while a timer is running.
  2. Add update checker
  3. Stop redundant TUI update

v2.0.2

  1. Forgot to add the shabang header in my executable files 😭.

v2.0.1

  1. Forgot add the "description" field in the package.json file.

v2.0.0

  1. Add alarm volume control.
  2. Custom alarm audio support.
  3. Fix redux warning in the TUI.
  4. Add command aliases.
  5. Add separate mute command. So not every timer command will mute the alarm from now on.
  6. Allow changing the first day of week in the config.
  7. Simplify the database layer.
  8. Support auto starting break.
  9. Add notification logo.
  10. Update stats selectively in the TUI with redux-watch.
  11. Update dependencies.

v1.0.0

Initial Release