From acc00e67ead50d08e6aae140daaad7ba59d3d7d6 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 29 Jul 2011 22:45:13 -0400 Subject: [PATCH] [PATCH 1/2] Add monthly recurrence Signed-off-by: Paul Beckingham --- ChangeLog | 2 ++ scripts/zsh/_task | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 814e18ae3..d2c85d595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ------------------------------ diff --git a/scripts/zsh/_task b/scripts/zsh/_task index 5bffa9119..d6d8c70b4 100644 --- a/scripts/zsh/_task +++ b/scripts/zsh/_task @@ -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' \