[PATCH 1/2] Add monthly recurrence
Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
committed by
Paul Beckingham
parent
c002e8e24f
commit
acc00e67ea
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user