~rick-rickspencer3/pytask/clear_filters_function

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
pytask 10.xx.x:
==============

NEW FEATURES:
-------------
- Pytask is now translated into Arabic, Brazilian Portuguese, French, German, Hindi and Spanish
- Pytask now has an indicator applet *with* a mono icon
- The filter introduced in 10.06.1 has been further improved
- The keyboard shortcuts have been changed to be more convenient
- You can now report bugs using apport

pytask 10.06.1:
==============

NEW FEATURES
-------------
- You can now clear all tasks by hitting ctrl + a and then clicking the 'remove' button
- You can now use command line flags, see 'pytask --help' after installing for more info
- It is now possible to search the list of tasks using a new powerful filtering system
- A dropdown calendar now appears when you click on the 'Due' column to enter a date

GUI
----
- Uses gtkBuilder instead of libGlade
- Statusbar messages have been removed, they are no longer relevant and just cluttered the gui
- The tasks menu is now the edit menu
- The gui has had a going over and several issues have been fixed
- Pytask now supports keyboard shortcuts

BUG FIXES
----------
- Several icon issues have now been fixed
- A version numbering problem has been fixed
- No unsaved data on exit anymore (fixes LP #421362)
- No longer forces a save as dialog in any situation (fixes LP #421368)

OTHER
------
- All code now conforms much better to the PEP-8 python style standard
- PyTask now has a new (and much better) icon
- Pytask no longer saves data to file, it uses desktopcouch instead

pytask 0.2.0:
==============

NEW FEATURES
-------------
- Dramatically improved error handling

GUI
----
- Now shows a simple status in the statusbar
- There are now combo boxes to make adding/editing a task much easier

BUG FIXES
----------
- You can now save/load task lists (fixes lp #392433)

OTHER
------
- Added a new file signal handler

pytask 0.1.0:
==============
INITIAL VERSION = NO CHANGES