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