X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=NEWS;h=bebc53a1c73dada2b0652cd7a43b3502bd045fe9;hb=115b0ebacdabcf9c434575e3cc21bd309f3b92e9;hp=f0b0620f59c8e6451a44b0d2647cf2a1f255f3ee;hpb=d1869c71b41d410848acc0e943f47d1b4b279436;p=ptask.git diff --git a/NEWS b/NEWS index f0b0620..bebc53a 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,20 @@ What's New ========== +v0.0.9 +------ + * fixed potential memory leak when failing to convert time to string + which is unlikely. + * added incremental search (ctrl-shift f). + * 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 ------