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