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