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