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