Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.26 KB

Changelog.md

File metadata and controls

67 lines (41 loc) · 1.26 KB

pt changelog

v0.5.4

Fix to pt create, wherein skipping optional parameters wouldn't work as expected, or at all. ( aniccolai )

v0.5.3

Added a command todo, that only shows unscheduled stories ( orta )

v0.5.2

Made create agnostic of order for assignee / type, and use defaults of you / feature ( orta ) Added query limit size to activity ( jonmountjoy )

v0.5.1

Extra commands added, they can be accessed through 'pt help' ( orta ) Fix for 1.9.3 not getting deprecation warnings

v0.4

Added support for calling functions without going through the walkthroughs ( orta )

v0.3.9

Attachments displayed in 'show' task, thanks Anthony Crumley!

v0.3.8

Fix converting encodings, thanks Johan Andersson!

v0.3.7

Fix and story's id in "show" command

v0.3.6

Fix for ruby 1.9 strings, thanks David Ramirez for reporting!

v0.3.5

New 'show' command largely based on craftycode's (Anthony Crumley) contribution

v0.3.4

Improved charset support

v0.3.3

Added SSL support

v0.3.2

Fix in requests debugger

v0.3.1

Dependencies versions added to gemspec

v0.3.0

Added --debug option to see the interaction with PT's API

v0.2.2

Fix: list of tasks to start

v0.2.1

Error message when using pt from ~

v0.2

Fix for ruby 1.8

v0.1

First release