[PATCH 1/2] Add monthly recurrence

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Ben Boeckel 2011-07-29 22:45:13 -04:00 committed by Paul Beckingham
parent c002e8e24f
commit acc00e67ea
2 changed files with 3 additions and 0 deletions

View file

@ -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 ------------------------------

View file

@ -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' \