-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
72 lines (72 loc) · 2.25 KB
/
CHANGELOG
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
64
65
66
67
68
69
70
71
72
- 0.3.17:
* Add comments heading for comments section in html
* Reinstate sender information in html message render
- 0.3.16:
* Add pypi project description
- 0.3.15:
* Add man page
- 0.3.14:
* Make remaining basket methods work with aliases
- 0.3.13:
* Invoke show command as default if no subcommand specified
- 0.3.12:
* Auto-generate alias from uuid when missing
- 0.3.11:
* Make msg, tag and dep work with alias
- 0.3.10
* Fix backward compatibilty for issue structs without alias
- 0.3.9
* Add issue id alias for easier referencing when cli manipulation
* Auto-generate disposable gnupg key for cli test
- 0.3.8
* Fix broken add tool
* Add minimal sanity cli tests
- 0.3.7
* Complete incomplete change from 0.3.6
- 0.3.6
* Enable --help display without subcommand
- 0.3.5
* Fix crash using other tools than show on missing --show-missing flag
- 0.3.4
* Fix endless recursion bug for html issue render introduced in v0.3.3
- 0.3.3
* Enable state filtering controls from cli
* Make finished issues not visible by default
* Fix last state category truncate in html rendering
- 0.3.2
* Add handler for setting pending state
* Upgrade shep to handle empty tag directories when transferring (empty) state directories over git
- 0.3.1
* Fix fail when generating html to outfile with show cli
- 0.3.0
* Implement cli as subcommands
- 0.2.3
* Add possibility to set dependencies between issues
* Set default data directory under working directory
* Add accept shortcut flag to piknik-mod
- 0.2.2
* Add html requirements to default install
- 0.2.1
* Render browsable HTML version of board, issues and issue logs
* Add sender identity in email on signature
* Auto-assign issue creator as owner
- 0.2.0
* GPG signing of issue messages.
* Use visitor pattern for messages verifier
* View message log in show command
* Show signature status with show command
* Add message grouping for messages added in the same comment call
* Option to dump comment attachment files when viewing with show
- 0.1.3
* Add command for adding MIME Multipart comments
- 0.1.2
* Task assignments
* Make assignment settable with mod command
- 0.1.1
* MIME message log for issues
- 0.1.0
* Tools for:
- Add issue
- Modify issue states and tags
- List all issues
- Show single issue data