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