X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=NEWS;h=42dd54a1e35074ac56688e05d97d5bc1fe2d72b2;hb=1d479bf18659d6dcb4fefed032088bf4c56d24de;hp=f0b0620f59c8e6451a44b0d2647cf2a1f255f3ee;hpb=d1869c71b41d410848acc0e943f47d1b4b279436;p=ptask.git diff --git a/NEWS b/NEWS index f0b0620..42dd54a 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,27 @@ What's New ========== +v1.0.0 +------ + * allowed 2.4.0 and 2.4.1 release of taskwarrior. + * added keywords in the desktop file. + * added a command line option to force usage of an unsupported + version of taskwarrior (risk of malfunction like damaging data). + +v0.0.9 +------ + * fixed potential memory leak when failing to convert time to string + which is unlikely. + * added incremental search (ctrl-shift f) on description and tags. + * ctrl-n for new task. + * ctrl-r for refresh. + v0.0.8 ------ * fixed a critical gtk error when loading the glade file which can also cause a memory corruption. + * fixed crash when creating task with a project + containing a task with a tag. v0.0.7 ------