Skip to content

Releases: Manuel-Kehl/Go-For-It

V1.8.4/1.8.5

04 Oct 12:26
Compare
Choose a tag to compare

The appstream metadata contained a typo in the 1.8.4 release, necessitating the need for a new release.

Fixed bugs:

  • The shortcuts for moving tasks up or down now work correctly.

Implemented enhancements:

  • A symbolic icon variant has been added for both the logo and the checkmark icons.
  • Various translations have been updated (Arabic, Croatian, Dutch, French, German, Italian, Norwegian Bokmål, Slovak, Turkish). (Most of the changes will not apply to this version, however.)

V1.8.1

20 Jul 13:15
Compare
Choose a tag to compare

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.

V1.8.0

29 Jun 14:03
Compare
Choose a tag to compare

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.

V1.7.3

27 Aug 16:24
Compare
Choose a tag to compare

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.

V1.7.2

25 Apr 21:11
Compare
Choose a tag to compare

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.

V1.7.1

18 Mar 15:38
Compare
Choose a tag to compare

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.

V1.7.0

16 Mar 19:52
Compare
Choose a tag to compare

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

V1.6.11

04 Mar 19:16
Compare
Choose a tag to compare

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.

V1.6.10

13 Feb 13:13
Compare
Choose a tag to compare

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:

V1.6.9

02 Dec 13:43
Compare
Choose a tag to compare

Fixed bugs:

  • Editing tasks was a bit finicky for certain Gtk+ 3 versions. Editing should now never be aborted immediately.

Implemented enhancements:

  • Tasks can now be removed by pressing the delete key or by clicking a new delete button while editing a task.

Closed issues:

  • How to delete tasks in todo #59