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