cartman Changelog

What's new in cartman 0.2.3

Jan 14, 2016
  • add a configuration item to define the editor (by Nicolas Schodet ).
  • fix the parsing of properties when one of them contains a semi-colon (thanks to Josh Strange ).
  • fix property lookup (including option groups for milestone lookup on 1.0).
  • add timeline command (thanks to Sandro Santilli @strk)
  • allow to pass a fully formed message from the command line with --message-file

New in cartman 0.2.2 (Sep 2, 2013)

  • added ``search`` command.
  • crash properly and early when trac return error 500.
  • crash with a descriptive message when you lack permission to create a ticket.
  • don't die if the ``base_url`` has a trailing slash.
  • test the existence of base_url instead of stack tracing.
  • create the ~/.cartman/ directory by default.
  • die with an error message if you don't have an $EDITOR env var.
  • fix fetching current ticket status on v1.0+

New in cartman 0.2.1 (May 25, 2013)

  • added the ``default`` template,
  • allow an owner to be specified, even with a template,
  • added v1.0 compatibility,
  • show Priority in ``cm properties``,
  • fixed a bug lower-casing the properties after tokenized fuzzy match.
  • fixed bug in ``view`` if the ticket contains unicode.

New in cartman 0.2.0 (May 14, 2013)

  • cm help now prints a list of commands (by [email protected]),
  • add auth_type to the config (by [email protected]),
  • basic debianization (by Ryan P. Kelly ),
  • added template support (in ~/.cartman/templates),
  • document how to hack on this thing,
  • move the configuration in a sub-directory,
  • added option to skip SSL cert validation,
  • added support for Trac 0.12,
  • match single tokens during fuzzy find,
  • python 3.3 support,
  • transmit ticket body with CRLF end of lines.