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