allow to change the directory containing the notes.
[ptask.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
19 v0.0.4
20 ------
21
22  * fixed i18n support.
23  * added --version and --help options.
24  * added manpage.
25  * popup error dialog when .taskrc does not exist.
26  * added --debug.
27  * added taskwarrior version checking (supported version are 2.2.0 and 2.0.0).
28  * added support for taskwarrior 2.2.0 (avoid confirmation query).
29  * added window position and size restore.
30  * added tasks sort column/order restore.
31  * fixed error message displayed when a note does not exist.
32  * new task dialog allow to set description and priority.
33  * added project table to filter the list of tasks.
34  * added application icon.
35  * added remove task button.
36
37 v0.0.3
38 ------
39
40  * fixed window close to terminate the application.
41  * added README.
42  * generated HTML version of README and NEWS files.
43  * added fr translation and i18n support.
44
45 v0.0.2
46 ------
47
48  * added refresh keyboard shortcut (ALT-r).
49  * added new task keyboard shortcut (ALT-n).
50  * renamed gtask to ptask.
51
52 v0.0.1
53 ------
54
55  * Initial release.