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