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