- @bluestrike2 added
pomo list
defaults to only incomplete tasks, whilepomo list -a
list all tasks.
View [the full changelog][2.1.3]. [2.1.3]: https://github.com/visionmedia/pomo/compare/v2.1.2...v2.1.3
- Fixed default Break time. Closes #36
View [the full changelog][2.1.2]. [2.1.2]: https://github.com/visionmedia/pomo/compare/v2.1.1...v2.1.2
- @cgardner fixed
QuicksilverNotifier
.
View [the full changelog][2.1.1]. [2.1.1]: https://github.com/visionmedia/pomo/compare/v2.1.0...v2.1.1
- Added
pomo initconfig
to set up global preferences. Preferences can be overridden on the command-line (e.g.pomo start --notifier growl
). Closes #30 - Added multiple args to commands (e.g.
pomo rm 1..3 5..8
). Closes #12 - Added
pomo move
andpomo copy
. Closes #18 - Added RSpec specs and Cucumber features. Closes #9
View [the full changelog][2.1.0]. [2.1.0]: https://github.com/visionmedia/pomo/compare/v2.0.2...v2.1.0
- Fixed Growl support. Closes #29
- Removed unused configuration option
pomo_stat
from.pomorc
View [the full changelog][2.0.2]. [2.0.2]: https://github.com/visionmedia/pomo/compare/v2.0.1...v2.0.2
- Minor fix bug release for tmux status bar coloring.
View [the full changelog][2.0.1]. [2.0.1]: https://github.com/visionmedia/pomo/compare/v2.0.0...v2.0.1
- Added detach mode, on by default. To get the 1.x progress bar run
pomo start -p
. Closes #1 - Added notification support for Mac OS X User Notifications, Quicksilver and libnotify. Growl continues to be supported. Closes #23
- Added optional tmux status bar support to display Pomo timer.
- Fixed import of Github issues list. Closes #11
- Added support for importing a single Github issue. Closes #2
- Added
pomo ls
as an alias topomo list
View [the full changelog][2.0.0]. [2.0.0]: https://github.com/visionmedia/pomo/compare/1.0.1...v2.0.0
- Force UTF-8 encoding for Ruby 1.9
- Fixed
pomo start
; starts the first incomplete task by default. Closes #3 - Progress bar outputs immediately with latest commander installed
- Added cleaner checkmark. Closes #16
- Added
pomo edit
[thanks noonat] - Added
pomo incomplete
[thanks noonat]
- Fixed
pomo import
due to octopi gem changes
- Added total minutes to list output
- Added several metadata related methods to Pomo::GithubTask
- Added
pomo init
for localized .pomo - Normalized verbose messages
- Added
pomo import <user> <project>
- Added Pomo::GithubTask
- Added
pomo break
- Added
pomo clear
alias ofpomo remove all
- Default
pomo
topomo list
- Added / implemented selection api via Pomo::List#find
- Added --complete switch for
pomo list
- Added --incomplete switch for
pomo list
- Changed INT message; more user-friendly
- Added
pomo remove all
- Added
pomo complete
- Initial release