- remove interactive pagination, pagination option can be set through cli flag ( --page and --limit )
- add pagination for long stories (limit: default is 20, can be changed by set :limit: on local .pt file)
- replace ruby save navigation operator
- fix pt always complaining about
fatal: Not a git repository (or any of the parent directories): .git
- Remove minitest dependencies. I planned to use minitest for testing, but it sometimes complaints for some environment. I'll figure it out later.
- Change tracker_api gem endpoint to rubygems endpoint
- Enable support for Pivotal Tracker API v5
- Add state filter to list all stories based on that state(unscheduled, started, finished, etc)
Fix to pt list
( icetan )
Show task updates for attachments, labels, and a recent stories list
Fixes to pt show Updates to the help Fixed the -m option
Comment, Assign, Estimate, Start, Finish, Deliver, Accept all accept the num value in pt
or a story id
Added the ability to see started by username ( good idea marcolz )
Added "-m" to create that will load the description in your editor ( good idea ahunt09 )
Added command pt started ( Matthijs Groen ) Added command pt tasks ( Matthijs Groen )
Improved support for ruby 1.8 ( Paco Benavent )
Fixed pt list [username]
( stephencelis )
Added pt list all
which shows tickets from all members of the project ( kylewest )
Show the id of tickes by default in tables, adds the url of the task to show and shows more information about attachments ( derwiki )
Fix to pt create, wherein skipping optional parameters wouldn't work as expected, or at all. ( aniccolai )
Added a command todo, that only shows unscheduled stories ( orta )
Made create agnostic of order for assignee / type, and use defaults of you / feature ( orta ) Added query limit size to activity ( jonmountjoy )
Extra commands added, they can be accessed through 'pt help' ( orta ) Fix for 1.9.3 not getting deprecation warnings
Added support for calling functions without going through the walkthroughs ( orta )
Attachments displayed in 'show' task, thanks Anthony Crumley!
Fix converting encodings, thanks Johan Andersson!
Fix and story's id in "show" command
Fix for ruby 1.9 strings, thanks David Ramirez for reporting!
New 'show' command largely based on craftycode's (Anthony Crumley) contribution
Improved charset support
Added SSL support
Fix in requests debugger
Dependencies versions added to gemspec
Added --debug option to see the interaction with PT's API
Fix: list of tasks to start
Error message when using pt from ~
Fix for ruby 1.8
First release