Skip to content

Releases: JMoerman/Go-For-It

V1.6.9

02 Dec 13:34

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

V1.6.8

16 Oct 21:21

Choose a tag to compare

Fixed bugs:

  • The application menu was not alligned correctly on Loki and likely other modern distribution releases.
  • The use of a global dark theme no longer impacts the themeing of Go For It!, while it used to affect a part of the application. (Use the settings dialog if you want to use a dark theme.)

Closed issues:

  • Application does not support dark theme #57
  • Popup menu may not align correctly on Gtk-3.22+ #58

V1.6.7

05 Oct 11:46

Choose a tag to compare

Implemented enhancements:

  • Added minimal support for creation and completion dates as well as the priority of a task.
  • The creation and completion dates are stored for new tasks.

Fixed bugs:

  • Dragging a selected task could cause the timer to state that all tasks are finished.

Closed issues:

Merged pull requests:

V1.6.6

17 Apr 15:24

Choose a tag to compare

Updates Lithuanian translation and slightly improves cmake build flag documentation.

V1.6.5

26 Feb 20:28

Choose a tag to compare

Bugfix release: this version fixes parsing of tasks containing double spaces.

V1.6.4 (Minor update)

04 Jan 15:54

Choose a tag to compare

Implemented enhancements:

  • The task list and the rest of the main application window now have the same background color.
  • The following translations are updated: Czech, Japanese, Spanish.

Closed issues:

  • Colors between listview and rest of the app window are not consistent #50

V1.6.3

10 Nov 20:30

Choose a tag to compare

Implemented enhancements:

  • The CMake script now checks if intltool-merge is present.
  • The following translations are updated: Lithuanian, Dutch, French (new).
  • The about dialog and contribute dialog can disabled at compile time. (Useful if that information is better shown in the appstream metadata.)
  • The system name (name of data and executable) can now be specified at compile time.

Closed issues:

  • Add an option to build a version without contribute/donation dialog #42
  • Do not show about dialog in menu and .desktop when installed via store? #43
  • Do not show header bar toggle when used on Pantheon/Gnome/... #41

Merged pull requests:

V1.6.2

28 Oct 13:54

Choose a tag to compare

Implemented enhancements:

  • Reverse Domain Name Notation is now used for filenames (application data, executables).
  • An appstream appdata.xml metadata file has been added.
  • The following translations are updated: Lithuanian.

Fixed bugs:

  • Parsed command line strings would not get freed.
  • Changing the path to the stored todo.txt files would lead to a crash when a task is marked as done.

Merged pull requests:

V1.6.1

25 Oct 15:54

Choose a tag to compare

Implemented enhancements:

  • Granite.Widgets.About is used instead of Gtk.AboutDialog when Granite is available, this may be reverted later on when Go For It! will be available on the elementary OS appcenter.
  • The following translations are updated: Dutch, Brazillian Portugese, German, Czech.

Fixed bugs:

  • The minimum required version of Gtk+-3.0 is increased to 3.14 in the CMake scripts and readme. This used to be 3.10, but it would not build with versions lower than 3.10.

Merged pull requests:

V1.6

25 Oct 15:56

Choose a tag to compare

Implemented enhancements:

  • Tasks can be filtered by clicking on a project or context tag, or manually with the ctrl+f key combination.

Fixed bugs:

  • Crashes on start if ~/.todo already exists and is a file #111
  • Drag area disappears on all items if one item is too long #60
  • Go For It! doesn't build with more recent valac versions, caused part of the issues described in #116

Closed issues:

  • Task name wrapping #65

Merged pull requests:

Dependency changes:

  • Go For It! now depends on Gtk+-3.0 >= 3.14