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