avoid removal of recurrent task due to TW-638 bug of taskwarrior
[ptask.git] / NEWS
1 What's New
2 ==========
3
4 v0.0.7
5 ------
6  * added support of 2.3.0.
7  * added combo box for project in the new task dialog.
8  * disable the removal of recurrent tasks which is freezing ptask
9    because taskwarrior CLI is prompting a confirmation. That's the
10    consequence of the taskwarrior bug TW-638.
11
12 v0.0.6
13 ------
14  * added contextal menu item in the task tree: task done.
15  * added start/stop task.
16  * fixed coredump with taskwarrior 2.0.0 when there is not any tasks.
17
18 v0.0.5
19 ------
20
21  * keep focus on project after refresh.
22  * keep focus on task after refresh.
23  * added support of tasks with deleted status.
24  * added urgency column.
25  * implemented the cancel button of the task panel.
26  * added menu.
27  * restore position of vertical/horizaton spliters.
28  * added creation date, due, id, uuid, urgency, and start date in the
29    list of tasks.
30  * popup menu to filter columns of the table of tasks.
31  * allow to change the directory containing the notes.
32  * fixed compilation with gtk+ 3.10 (ignore deprecation of GtkAction).
33
34 v0.0.4
35 ------
36
37  * fixed i18n support.
38  * added --version and --help options.
39  * added manpage.
40  * popup error dialog when .taskrc does not exist.
41  * added --debug.
42  * added taskwarrior version checking (supported version are 2.2.0 and 2.0.0).
43  * added support for taskwarrior 2.2.0 (avoid confirmation query).
44  * added window position and size restore.
45  * added tasks sort column/order restore.
46  * fixed error message displayed when a note does not exist.
47  * new task dialog allow to set description and priority.
48  * added project table to filter the list of tasks.
49  * added application icon.
50  * added remove task button.
51
52 v0.0.3
53 ------
54
55  * fixed window close to terminate the application.
56  * added README.
57  * generated HTML version of README and NEWS files.
58  * added fr translation and i18n support.
59
60 v0.0.2
61 ------
62
63  * added refresh keyboard shortcut (ALT-r).
64  * added new task keyboard shortcut (ALT-n).
65  * renamed gtask to ptask.
66
67 v0.0.1
68 ------
69
70  * Initial release.