Skip to content

Releases: kevinschoon/pomo

Release Pomo 0.8.1

30 May 21:00
Compare
Choose a tag to compare

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

29 Jul 02:00
Compare
Choose a tag to compare
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

17 Mar 19:24
Compare
Choose a tag to compare
Pomo 0.7.1 Pre-release
Pre-release

Fixes cross compile issues for Linux in #9

Adds a build container for Linux/Darwin compatible binaries

Pomo 0.7.0

10 Feb 20:23
Compare
Choose a tag to compare
Pomo 0.7.0 Pre-release
Pre-release

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

03 Mar 20:33
Compare
Choose a tag to compare
Pomo 0.6.0 Pre-release
Pre-release
  • Fixes ncurses bug with nsf/go-termbox
  • Add flag to limit task output to last 24 hours

Pomo 0.5.0

04 Feb 03:34
Compare
Choose a tag to compare
Pomo 0.5.0 Pre-release
Pre-release
  • Add Unix socket listener for status bar integration
  • Add start time in task history list
  • Refactoring
  • Misc bug fixes

Pomo 0.4.0

01 Feb 21:31
Compare
Choose a tag to compare
Pomo 0.4.0 Pre-release
Pre-release
  • Added support for cross compiling to Darwin
  • Generate MD5 hashes on release
  • Misc build updates

Pomo 0.3.0

31 Jan 13:11
Compare
Choose a tag to compare
Pomo 0.3.0 Pre-release
Pre-release
  • Support cross-platform notifications
  • Minor bug fixes

0.2.0

30 Jan 03:23
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

f74156fdcdaec9574d64891b8fc76b7e5b0b2c00a446eb58e0fe4341fc83e9ad pomo-0.2.0-linux

0.1.0

22 Jan 16:07
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
First release of pomo