added urgency column
[ptask.git] / NEWS
1 What's New
2 ==========
3
4 v0.0.5
5 ------
6
7  * focus to first item when selecting a project.
8  * keep focus on project after refresh.
9  * keep focus on task after refresh.
10  * added support of tasks with deleted status.
11  * added urgency column.
12
13 v0.0.4
14 ------
15
16  * fixed i18n support.
17  * added --version and --help options.
18  * added manpage.
19  * popup error dialog when .taskrc does not exist.
20  * added --debug.
21  * added taskwarrior version checking (supported version are 2.2.0 and 2.0.0).
22  * added support for taskwarrior 2.2.0 (avoid confirmation query).
23  * added window position and size restore.
24  * added tasks sort column/order restore.
25  * fixed error message displayed when a note does not exist.
26  * new task dialog allow to set description and priority.
27  * added project table to filter the list of tasks.
28  * added application icon.
29  * added remove task button.
30
31 v0.0.3
32 ------
33
34  * fixed window close to terminate the application.
35  * added README.
36  * generated HTML version of README and NEWS files.
37  * added fr translation and i18n support.
38
39 v0.0.2
40 ------
41
42  * added refresh keyboard shortcut (ALT-r).
43  * added new task keyboard shortcut (ALT-n).
44  * renamed gtask to ptask.
45
46 v0.0.1
47 ------
48
49  * Initial release.