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