-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathChanges
171 lines (123 loc) · 4.32 KB
/
Changes
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
Revision history for Taskwarrior-Hooks
{{$NEXT}}
[ API CHANGES ]
[ BUG FIXES ]
[ DOCUMENTATION ]
[ ENHANCEMENTS ]
[ NEW FEATURES ]
[ STATISTICS ]
0.12.0 2019-04-30
[ DOCUMENTATION ]
- ENHANCEMENTS
[ NEW FEATURES ]
- adds 'Blocks' (as in, reverse of depends) plugin.
- adds 'Mikado' command.
- adds 'morning' plugin.
[ STATISTICS ]
- code churn: 14 files changed, 269 insertions(+), 57 deletions(-)
0.11.0 2018-11-27
[ DOCUMENTATION ]
- Fixed minor typo in the pod. [GH#29, Mohammad S Anwar]
[ ENHANCEMENTS ]
- add command::progress question mark ("?") switch [GH#30, pru.mike]
[ STATISTICS ]
- code churn: 4 files changed, 34 insertions(+), 15 deletions(-)
0.10.0 2018-11-06
[ ENHANCEMENTS ]
- In the plugin `Command::Open", added the possibility for different
actions for the same filetype.
- 'and-after' and 'but-before' now inherit the previous task's project.
[ STATISTICS ]
- code churn: 7 files changed, 79 insertions(+), 35 deletions(-)
0.9.3 2018-10-03
[ BUG FIXES ]
- use calculated due rather than rdue for calculating wait/scheduled
[ STATISTICS ]
- code churn: 4 files changed, 252 insertions(+), 3 deletions(-)
0.9.2 2018-07-28
[ DOCUMENTATION ]
- Fix documentation for 'and-after'. [GH#27, Sweth Chandramouli]
[ STATISTICS ]
- code churn: 5 files changed, 30 insertions(+), 12 deletions(-)
0.9.1 2018-06-04
[ BUG FIXES ]
- fix user-defined filters in Command::Github. [GH#26, perigrin]
[ DOCUMENTATION ]
- Fix POD errors. [GH#25, Sweth Chandramouli]
[ STATISTICS ]
- code churn: 4 files changed, 20 insertions(+), 11 deletions(-)
0.9.0 2018-03-11
[ ENHANCEMENTS ]
- remove leading space when using ProjectAlias [GH#24, harleypig]
[ STATISTICS ]
- code churn: 4 files changed, 47 insertions(+), 5 deletions(-)
0.8.0 2018-03-04
[ ENHANCEMENTS ]
- improve the Progress plugin.
- improve the Renew plugin.
[ STATISTICS ]
- code churn: 9 files changed, 231 insertions(+), 43 deletions(-)
0.7.0 2018-02-24
[ ENHANCEMENTS ]
- add new ProjectDefaults plugin.
[ STATISTICS ]
- code churn: 5 files changed, 110 insertions(+), 2 deletions(-)
0.6.0 2018-02-06
[ ENHANCEMENTS ]
- New 'github' command.
- Added API methods to easily clone/create/save new tasks.
[ STATISTICS ]
- code churn: 7 files changed, 279 insertions(+), 4 deletions(-)
0.5.0 2017-12-31
[ BUG FIXES ]
- prevent crashing if the task selector returns nothing
[ ENHANCEMENTS ]
- 'task-kusarigama add' now runs the 'setup' of the new plugins
- new 'Command::Open' plugin
[ STATISTICS ]
- code churn: 7 files changed, 182 insertions(+), 9 deletions(-)
0.4.0 2017-11-24
[ ENHANCEMENTS ]
- New `review` and `decimate` kurasigama commands.
[ STATISTICS ]
- code churn: 6 files changed, 522 insertions(+), 2 deletions(-)
0.3.1 2017-03-24
[ BUG FIXES ]
- Don't try to compile GitCommit plugin, as we don't hard-require
Git::Repository to be installed. (RT#120704)
[ STATISTICS ]
- code churn: 2 files changed, 21 insertions(+), 5 deletions(-)
0.3.0 2017-03-10
[ BUG FIXES ]
- GitCommit: Extend `Plugin` rather than just `Hook`. (GH#12, Paul
Fenwick)
[ DOCUMENTATION ]
- Hook.pm: Fixed missing backslash in documentation. (GH#11, Paul
Fenwick)
[ ENHANCEMENTS ]
- GitCommit: Use the command-line as the git commit message. (GH#13,
Paul Fenwick)
- Added Taskwarrior::Kusarigama::Task, applying
Taskwarrior::Kusarigama::Wrapper per task (GH#10).
[ STATISTICS ]
- code churn: 8 files changed, 157 insertions(+), 12 deletions(-)
0.2.0 2017-03-07
[ BUG FIXES ]
- No hard-requirement on Git::Repository. (GH#6)
[ ENHANCEMENTS ]
- Added Taskwarrior::Kusarigama::Wrapper.
- Rework for the Progress plugin.
- Add functionality to the ::Core role.
[ STATISTICS ]
- code churn: 11 files changed, 365 insertions(+), 19 deletions(-)
0.1.0 2017-02-20
[ BUG FIXES ]
- Distro name is Taskwarrior-Kusarigama, not TW-Hooks (GH#1)
[ ENHANCEMENTS ]
- Adding 'Progress' plugin.
[ STATISTICS ]
- code churn: 6 files changed, 119 insertions(+), 5 deletions(-)
0.0.1 2017-02-20
- First version, unleashed on an unsuspecting world.
[ STATISTICS ]
- code churn: 2 files changed, 24 insertions(+), 24 deletions(-)