Imported Upstream version 0.0.5
[ptask-pkg-ubuntu.git] / NEWS
1 What's New
2 ==========
3
4 v0.0.5
5 ------
6
7  * keep focus on project after refresh.
8  * keep focus on task after refresh.
9  * added support of tasks with deleted status.
10  * added urgency column.
11  * implemented the cancel button of the task panel.
12  * added menu.
13  * restore position of vertical/horizaton spliters.
14  * added creation date, due, id, uuid, urgency, and start date in the
15    list of tasks.
16  * popup menu to filter columns of the table of tasks.
17  * allow to change the directory containing the notes.
18  * fixed compilation with gtk+ 3.10 (ignore deprecation of GtkAction).
19
20 v0.0.4
21 ------
22
23  * fixed i18n support.
24  * added --version and --help options.
25  * added manpage.
26  * popup error dialog when .taskrc does not exist.
27  * added --debug.
28  * added taskwarrior version checking (supported version are 2.2.0 and 2.0.0).
29  * added support for taskwarrior 2.2.0 (avoid confirmation query).
30  * added window position and size restore.
31  * added tasks sort column/order restore.
32  * fixed error message displayed when a note does not exist.
33  * new task dialog allow to set description and priority.
34  * added project table to filter the list of tasks.
35  * added application icon.
36  * added remove task button.
37
38 v0.0.3
39 ------
40
41  * fixed window close to terminate the application.
42  * added README.
43  * generated HTML version of README and NEWS files.
44  * added fr translation and i18n support.
45
46 v0.0.2
47 ------
48
49  * added refresh keyboard shortcut (ALT-r).
50  * added new task keyboard shortcut (ALT-n).
51  * renamed gtask to ptask.
52
53 v0.0.1
54 ------
55
56  * Initial release.