Skip to content

Release Pomo 0.8.1

Latest
Compare
Choose a tag to compare
@kevinschoon kevinschoon released this 30 May 21:00
· 9 commits to master since this release

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