Releases: JMoerman/Go-For-It
Releases · JMoerman/Go-For-It
V1.6.9
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
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.7
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:
- Add dates to the written files #56 #56 (daniellandau)
V1.6.6
V1.6.5
V1.6.4 (Minor update)
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
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
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