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