X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=NEWS;h=3d9edd9bbcbfc843dc984a78fbc1489a440450c7;hb=257549fe9e924e00043e755ae766218e4946aa5b;hp=565f9b3d3d5c4fb4d92e1eea3574df89a5465b77;hpb=3a4f20601cd297f4e7db412e377a0f649363e136;p=ptask.git diff --git a/NEWS b/NEWS index 565f9b3..3d9edd9 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ What's New ========== +v0.0.5 +------ + + * keep focus on project after refresh. + * keep focus on task after refresh. + * added support of tasks with deleted status. + * added urgency column. + * implemented the cancel button of the task panel. + * added menu. + v0.0.4 ------ @@ -9,9 +19,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 ------