-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCHANGES.txt
64 lines (56 loc) · 2.37 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Changelog
=========
0.3.1 (2023-05-05)
------------------
- fix commenting on Trac 1.4 (thanks to @strk for PR and @MFreeze for suggestion)
0.3.0 (2020-03-14)
------------------
- add new auth_type: acctmgr
- add new auth_type: none (for sites accepting anonymous tickets/comments)
- bump compatibility to 1.2.x
- remove warnings if you decided not to verify your SSL cert.
- use SafeConfigParser to allow variables interpolation (thanks to Sandro Santilli @strk)
- allow password to be provided by environment (thanks to Antoine Beaupré @anarcat)
0.2.3 (2015-12-27)
------------------
- add a configuration item to define the editor (by Nicolas Schodet <[email protected]>).
- fix the parsing of properties when one of them contains a semi-colon (thanks
to Josh Strange <[email protected]>).
- 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
0.2.2 (2013-09-01)
------------------
- 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+
0.2.1 (2013-05-23)
------------------
- 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.
0.2.0 (2013-05-03)
------------------
- 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 <[email protected]>),
- 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.
0.1.0 (2011-09-11)
------------------
Initial release.