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