- TUI: Fix keybindings not working after mouse click
- TUI: In the stats page load the current day stats and move calendar cursor to current date.
- Pretty print config file (
~/.ptrc.json
).
- TUI: Fix form reset while a timer is running.
- Add update checker
- Stop redundant TUI update
- Forgot to add the shabang header in my executable files 😭.
- Forgot add the "description" field in the
package.json
file.
- Add alarm volume control.
- Custom alarm audio support.
- Fix redux warning in the TUI.
- Add command aliases.
- Add separate mute command. So not every timer command will mute the alarm from now on.
- Allow changing the first day of week in the config.
- Simplify the database layer.
- Support auto starting break.
- Add notification logo.
- Update stats selectively in the TUI with redux-watch.
- Update dependencies.
Initial Release