You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A custom drag handle icon is now used instead of the "view-list" icon.
10
+
- Introduces an option to log the time spent working on a task (using the timer) to the todo.txt files.
11
+
-_Go For It!_ now highlights the task you are currently working on with ⏰.
12
+
- Changing the system clock or suspending your system will no longer affect the timer.
13
+
- It is now possible to tell _Go For It!_ how long a task should take by adding `duration:Xh-Ym` to the description of a task. (Where X and Y are the number of hours and minutes respectively. For a five minute task one would need to add `duration:5m`.) _Go For It!_ will notify you when you exceed this duration. (Do not forget to enable timer logging so _Go For It!_ will know how much time you have spent working on a task after closing the application!)
14
+
- Not every break (or time between breaks) has to be of the same length: You can now use _Go For It!_ as a pomodoro timer or use a custom timer schedule.
15
+
- Added an option to add new tasks at the start of each list instead of appending them to the end.
16
+
- Added `--list` and `--load <id>` arguments to show the configured lists and load a specified list respectively.
17
+
- Experimental: It is now possible to log your activities to a csv file by starting _Go For It!_ with `--logfile <filename>`.
<li>Introduces an option to log the time spent working on a task (using the timer) to the todo.txt files.</li>
44
+
<li>A custom drag handle icon is now used instead of the "view-list" icon.</li>
45
+
<li>Go For It! now highlights the task you are currently working on with ⏰.</li>
46
+
<li>Changing the system clock or suspending your system will no longer affect the timer.</li>
47
+
<li>It is now possible to tell Go For It! how long a task should take by adding `duration:Xh-Ym` to the description of a task. (Where X and Y are the number of hours and minutes respectively. For a five minute task one would need to add `duration:5m`.) Go For It! will notify you when you exceed this duration. (Do not forget to enable timer logging so Go For It! will know how much time you have spent working on a task after closing the application!)</li>
48
+
<li>Not every break (or time between breaks) has to be of the same length: You can now use Go For It! as a pomodoro timer or use a custom timer schedule.</li>
49
+
<li>Added an option to add new tasks at the start of each list instead of appending them to the end.</li>
50
+
<li>Added "--list" and "--load <id>" arguments to show the configured lists and load a specified list respectively.</li>
51
+
<li>Experimental: It is now possible to log your activities to a csv file by starting Go For It! with "--logfile <filename>".</li>
52
+
<li>Many translations were updated.</li>
53
+
</ul>
54
+
</description>
55
+
</release>
56
+
<releaseversion="1.7.3"date="2019-08-26">
57
+
<description>
58
+
<p>Improvements:</p>
59
+
<ul>
60
+
<li>Escape now cancels the editing of a task.</li>
61
+
<li>The following translations were updated: Turkish, German, Norwegian Bokmål, Japanese, Polish, Telugu.</li>
62
+
</ul>
63
+
<p>Bugfixes:</p>
64
+
<ul>
65
+
<li>Work around a ListBox bug which could cause situations where no row is selected even though suitable rows exist.</li>
66
+
<li>Keep the row focussed when the user stops editing a row.</li>
67
+
</ul>
68
+
</description>
69
+
</release>
38
70
<releaseversion="1.7.2"date="2019-04-25">
39
71
<description>
40
72
<p>Improvements:</p>
@@ -65,7 +97,7 @@ If you already use Todo.txt, beware of the fact, that Go For It! automatically a
65
97
</ul>
66
98
<p>Bugfixes:</p>
67
99
<ul>
68
-
<li><i>Go For It!</i> now properly exports that it uses notifications.</li>
100
+
<li>Go For It! now properly exports that it uses notifications.</li>
69
101
<li>Non ascii character were not properly parsed when parsing contexts and projects.</li>
0 commit comments