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