Releases: Manuel-Kehl/Go-For-It
Releases · Manuel-Kehl/Go-For-It
V1.6.8
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:
V1.6.5
V1.6.3
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
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:
- Add appdata file #123 (AsavarTzeth)
- Add flatpak instructions and fix archlinux #124 (AsavarTzeth)
V1.6.1
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:
- Finished translation: Brazilian Portuguese #120 (gustavohmsilva)
V1.6
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:
- Option to override icon cache update #117 (nick87720z)
Dependency changes:
- Go For It! now depends on Gtk+-3.0 >= 3.14
V1.5
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:
Merged pull requests:
- Fixes #67 #97 (bil-elmoussaoui)
V1.4.7 (re release)
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: