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