Skip to content

V1.8.0

Compare
Choose a tag to compare
@JMoerman JMoerman released this 29 Jun 14:03
· 472 commits to master since this release

Implemented enhancements:

  • Introduces configurable shortcuts.
  • A custom drag handle icon is now used instead of the "view-list" icon.
  • Introduces an option to log the time spent working on a task (using the timer) to the todo.txt files.
  • Go For It! now highlights the task you are currently working on with ⏰.
  • Changing the system clock or suspending your system will no longer affect the timer.
  • 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!)
  • 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.
  • Added an option to add new tasks at the start of each list instead of appending them to the end.
  • Added --list and --load <id> arguments to show the configured lists and load a specified list respectively.
  • Experimental: It is now possible to log your activities to a csv file by starting Go For It! with --logfile <filename>.
  • Many translations were updated.

This release took longer than planned. Hopefully next releases take less time. Unfortunately I have yet to fully recover from the corona disease so my activity will remain fairly low for a while.