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