Skip to content

Releases: Manuel-Kehl/Go-For-It

V1.6.8

17 Oct 17:25
Compare
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.5

26 Feb 20:31
Compare
Choose a tag to compare

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

V1.6.3

10 Nov 20:50
Compare
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. 1.6.2 introduced RDNN naming of files, if you want to keep the old names for .desktop files, the executable, etc... add: -DAPP_SYSTEM_NAME:STRING="go-for-it" to the cmake arguments.

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

10 Nov 20:45
Compare
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

15 Oct 10:22
Compare
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

14 Oct 19:24
Compare
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

V1.5

14 Oct 19:28
Compare
Choose a tag to compare

Implemented enhancements:

  • Go For It! now has an option to use the dark theme variant.
  • Translation support has been added in this release

Fixed bugs:

  • No icon on XFCE #67

Closed issues:

  • German Translation #96
  • Dark theme #94
  • Translation to Spanish #92
  • Compiling problem #80

Merged pull requests:

V1.4.7 (re release)

14 Oct 19:37
Compare
Choose a tag to compare

Re release of 1.4.7, the cmake install script did not install the .desktop file, this is fixed in this release.

Implemented enhancements:

  • Go For It! now supports Gtk+-3.0 versions older than v3.10.

Fixed bugs:

  • Active Task name is not updated with task renaming #88
  • Bug on first run: endless loop of "support go for it" in list #83

Closed issues:

  • Add build dependencies to the readme #91
  • UBUNTU 16.04 support #87
  • PPA doesn't work in Ubuntu 16.04 #86
  • Support Gtk < 3.10 #30