mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
[PATCH 1/2] Add monthly recurrence
Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
c002e8e24f
commit
acc00e67ea
2 changed files with 3 additions and 0 deletions
|
@ -171,6 +171,8 @@
|
|||
+ Fixed bug that showed the 'due' date, under the heading 'until' date, in the
|
||||
info report (thanks to Michael McCann).
|
||||
+ Fixed burndown chart y-axis height calculation (thanks to Ben Boeckel).
|
||||
+ Fixed missing recurrence values in zsh completion script (thanks to Ben
|
||||
Boeckel).
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
|
@ -148,6 +148,7 @@ _regex_words values 'task frequencies' \
|
|||
'weekly:Every week' \
|
||||
'biweekly:Every two weeks' \
|
||||
'fortnight:Every two weeks' \
|
||||
+ 'monthly:Every month' \
|
||||
'quarterly:Every three months' \
|
||||
'semiannual:Every six months' \
|
||||
'annual:Every year' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue