JMoerman Go For It Versions Save

A stylish to-do list with built-in productivity timer.

1.8.3

3 years ago

Fixed bugs:

  • Fixed an issue that would cause Go For It! to crash when clearing the description of a task.
  • Fixed several minor memory leaks.

1.8.2

3 years ago

Implemented enhancements:

  • When switching to list overview, the previously shown list will now be selected.
  • Various translations have been updated (Croatian, French, German, Norwegian Bokmål, Polish, Portuguese, Slovak, Turkish).

1.8.1

3 years ago

Fixed bugs:

  • The command line help now correctly shows --load LIST-TYPE LIST-ID instead of --load=LIST-TYPE LIST-ID.
  • The active task did not properly refresh when pausing the timer after switching lists and interacting with the to-do list.

Implemented enhancements:

  • When using --logfile=~/something: ~ is now expanded.
  • The translations for Central Kurdish, Lithuanian and Portuguese (Brazil) have been updated.

1.8.0

3 years ago

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.

1.7.3

4 years ago

Fixed bugs:

  • Work around a ListBox bug which could cause situations where no row is selected even though suitable rows exist.
  • Keep the row focussed when the user stops editing a row.

Implemented enhancements:

  • Escape now cancels the editing of a task.
  • The following translations were updated: Turkish, German, Norwegian Bokmål, Japanese, Polish, Telugu.

1.7.2

5 years ago

Implemented enhancements:

  • Introduced sorting by priority.
  • The ctrl+n shortcut was added to quickly create new tasks or lists.
  • Switched to weblate for translations.
  • The following translations were updated: Portuguese, Spanish, Lithuanian, Korean, Norwegian Bokmål.

1.7.1

5 years ago

Implemented enhancements:

  • The application id can now be set with -DAPP_ID=some_id

Fixed bugs:

  • For some widgets Go For It! did not properly load a fallback icon.

1.7.0

5 years ago

Implemented enhancements:

  • You can now have more than one to-do list.
  • The application design has been updated. The application now uses less vertical space if a headerbar is used.
  • The default stylesheet has been improved, resulting in improved looks when the application is used on elementary OS.
  • Not using the elementary or Adwaita theme, or a theme with a similar color scheme? You can now select a different stylesheet in the settings window.
  • The location from which the stylesheet is loaded is now determined by the installation directory.

Fixed bugs:

  • Go For It! now properly exports that it uses notifications.
  • Non ascii character were not properly parsed when parsing contexts and projects.

Closed issues:

  • Place tabs in same place as menu button #5, #49
  • context with wide characters not highlighted #68
  • Custom CSS is not working well outside of default Elementary OS gtk theme #66
  • Feature suggestion #54

1.6.11

5 years ago

Fixed bugs:

  • The location from which the stylesheet is loaded is now primarily determined by the installation directory.
  • Improved handeling of invalid settings files.

Implemented enhancements:

  • The .desktop file now exposes that this application can show desktop notifications.

1.6.10

5 years ago

Fixed bugs:

  • Pressing delete while editing a task description would remove the task instead of removing a character.

Implemented enhancements:

  • Updated french translations.

Closed issues:

  • Hitting Delete button in edit mode removes the task from the list #67

Merged pull requests: