X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=NEWS;h=9d74ca05ea1ba755e8e5d5ca90d18012d2f50760;hb=71d1d4d6f67700c58fb51513ec0ae17924431073;hp=565f9b3d3d5c4fb4d92e1eea3574df89a5465b77;hpb=3a4f20601cd297f4e7db412e377a0f649363e136;p=ptask.git diff --git a/NEWS b/NEWS index 565f9b3..9d74ca0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ What's New ========== +v0.0.5 +------ + + * focus to first item when selecting a project. + * keep focus on project after refresh. + v0.0.4 ------ @@ -9,9 +15,15 @@ v0.0.4 * added manpage. * popup error dialog when .taskrc does not exist. * added --debug. - * supported versions of taskwarrior are 2.2.0 and 2.0.0. - * added taskwarrior version checking. + * added taskwarrior version checking (supported version are 2.2.0 and 2.0.0). * added support for taskwarrior 2.2.0 (avoid confirmation query). + * added window position and size restore. + * added tasks sort column/order restore. + * fixed error message displayed when a note does not exist. + * new task dialog allow to set description and priority. + * added project table to filter the list of tasks. + * added application icon. + * added remove task button. v0.0.3 ------