Releases: kevinschoon/pomo
Releases · kevinschoon/pomo
Release Pomo 0.8.1
Several new improvements and bug fixes.
BREAING CHANGE: pomo now uses the XDG base directory specification, which means
that you must move your SQLite database to a new location.
[[ -f ~/.local/share/pomo.db ]] && cp ~/.local/share/pomo.db ~/.local/share/pomo.db.backup
cp ~/.pomo/pomo.db ~/.local/share/pomo
- Support XDG base directory specification (thanks @sboysel!)
- Fix issue where certain key combinations can cause the UI to freeze
- Add man page
Pomo release 0.7.2
Cross-platform binaries are no longer supported because they're annoying to maintain. A source build of pomo is available for Arch users at https://aur.archlinux.org/packages/pomo-git/ OSX users should either build from source also see https://github.com/kevinschoon/pomo/issues/1 (pending) * Updates termui to v3 and various other dependencies * Removes code for generating cross-platform binaries * Delete socket file after accidental crash (@strogiyotec)
Pomo 0.7.1
Fixes cross compile issues for Linux in #9
Adds a build container for Linux/Darwin compatible binaries
Pomo 0.7.0
Implements the begin
and create
command allowing users to plan out pomodoros to run and start them later.
Thanks to @stephenwithav for help with the initial command and idea!
Pomo 0.6.0
- Fixes ncurses bug with nsf/go-termbox
- Add flag to limit task output to last 24 hours
Pomo 0.5.0
- Add Unix socket listener for status bar integration
- Add start time in task history list
- Refactoring
- Misc bug fixes
Pomo 0.4.0
- Added support for cross compiling to Darwin
- Generate MD5 hashes on release
- Misc build updates
Pomo 0.3.0
- Support cross-platform notifications
- Minor bug fixes
0.2.0
f74156fdcdaec9574d64891b8fc76b7e5b0b2c00a446eb58e0fe4341fc83e9ad pomo-0.2.0-linux
0.1.0
First release of pomo