You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add config file support
- default config file created on first run
- allows configuration of characters and colors
- switch to termion backend for *nix
- windows requires `crossterm-backend` feature flag
Rework delete command, add tab completions
- remove `d`, `w` and `q` key binds
- add tab to complete to command line
- add `:write` command to save state
- fix timezone bug in statusline
- misc.: binary releases via actions
Timezone related bug fixes, add help command
- add help command, accessible via `:help` or `:h` or `:?`
- fix timezone bug that allowed you to track for yesterday or today at
specific times of the day, by switching to local time from utc