-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNEWS
More file actions
121 lines (95 loc) · 4 KB
/
NEWS
File metadata and controls
121 lines (95 loc) · 4 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
2015/01/14
- Moved all dialogs to dialogs.py.
- Moved extended controls to controls.py.
- Can now open multiple task properties and new task windows.
- Moved all logging to util.log().
- Fixed activity time duration in the tooltip.
- Support for SQLite database.
2014/12/02 (version 1.41)
- Pulling tasks in a GUI window, not terminal.
2014/12/01 (version 1.40)
- Fixed task properties popping up when not expected.
- Focus on the query bar when the search window pops up.
2014/11/27 (version 1.38)
- Fixed menu behavior when using GtkStatusIcon.
- Added icons to the tray menu.
- Use single menu code for both indicator types.
- Updated package description.
- Search dialog now shows active tasks first.
- Search dialog now always shows active tasks, even when not matching the query.
- Single instance mode, helps using system shortcuts.
2014/11/24 (version 1.31)
- Changed sorting order of tasks in the tray menu: now showing
10 recent tasks, not most urgent.
- Can now pull tasks using Gtk status icon.
2014/11/23 (version 1.29)
- Added a tray icon for systems that don't have appindicator.
- Fixed menu items not working.
2014/02/06 (version 1.27)
- Better handling of unknown database contents.
2014/02/05 (version 1.26)
- Search now searches within the whole description, not only stripped-out
versions, which makes it possible to find tasks by URL, when they have
some meaning (e.g., Jira includes remote project name sometimes).
- Search now also searches uuids.
2014/01/13 (version 1.24)
- Fixed stripping URLs from menu.
2014/01/10 (version 1.23)
- Fixed wrong notes folder.
2014/01/09 (version 1.22)
- Fixed a bug with tasks that have no project.
2013/12/14 (version 1.21)
- Improved the search window to require all entered words to be present
in either project or description fields of a task.
2013/12/05 (version 1.20)
- Fixed a crash when there's no database.
- Special tag "pin" replaced with "next".
- Can now finish and restart tasks using the search window popup menu.
- Can now open linked pages from the search window popup menu.
2013/11/27 (version 1.17)
- Added a popup menu to start/stop tasks in the search dialog.
2013/11/15 (version 1.16)
- Calling bugwarrior from menu no longer blocks the UI.
2013/11/12 (version 1.15)
- Active tasks are shown with bold font in the search dialog.
2013/11/08 (version 1.14)
- Long notes now have a vertical scroll-bar and don't extend
the window vertically.
2013/11/07 (version 1.13)
- Use real task urgency, which tasks are now sorted by.
2013/11/06 (version 1.12)
- Fixed a bug with tasks that have no project assigned.
- Strip trailing URLs from task descriptions.
- Moved project name to the end of the menu item, and only show
it if the task has one.
- Don't open task webpage on start (there's a separate button for that).
- Fixed an error when a task had no priority.
- Database location is now requested from TaskWarrior, not hard-coded.
2013/11/05 (version 1.8)
- Fixed a bug in database parser error reporting.
2013/10/31 (version 1.7)
- Search window no longer closes when a task dialog is opened
by double-clicking a table row.
- The "Show all" checkbox in the search window is now named
"show completed".
- There's now an "Add" button in the search window.
2013/10/28 (version 1.6)
- License changed to MIT.
- Fixed adding new tasks.
- Fixed notes from last edited task showing up in the new task dialog.
2013/10/23 (version 1.3)
- Start/Stop buttons no longer reset current project.
- Fixed parsing tags with taskw.
- Support for task notes.
2013/10/18
- Start/Stop button no longer closes the properties dialog.
- The taskw module now also reads completed and deleted tasks.
- Fixed completed tasks being shown by default.
2013/10/17
- Added a new module taskw.py, which is a simple database parser.
- Current task duration is shown in the properties dialog.
- Sorting by urgency temporarily doesn't work.
Version 1.2
- Tasks tagged with "pin" are always show at the top of the indicator menu.
Version 1.1
- Tasks tagged as "endless" moved to the end of the indicator menu.