From 8978b41d36921fabab288a98a561d6a68e4c9d59 Mon Sep 17 00:00:00 2001 From: Jonathan Moerman Date: Sun, 2 Dec 2018 14:12:31 +0100 Subject: [PATCH] Release 1.6.9 --- CHANGELOG.md | 17 ++++++++++++++++- CMakeLists.txt | 4 ++-- data/go-for-it.appdata.xml.in.in | 14 +++++++++++++- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20c954a..645358ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,26 @@ # Change Log +## [1.6.9](https://github.com/JMoerman/Go-For-It/tree/1.6.9) (2018-12-02) +[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.6.8...1.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](https://github.com/JMoerman/Go-For-It/issues/59) + ## [1.6.8](https://github.com/JMoerman/Go-For-It/tree/1.6.8) (2018-10-16) [Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.6.7...1.6.8) **Fixed bugs:** -- The application menu was not alligned correctly on Loki and likely other modern distribution releases. +- The application menu was not alligned correctly on Juno 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:** diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b525a4b..72a8a39c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ set (FILE_CONF ${PROJECT_NAME}.conf) set (EXEC_NAME ${APP_SYSTEM_NAME}) set (APP_NAME "Go For It!") set (RELEASE_NAME "A stylish to-do list with built-in productivity timer") -set (VERSION "1.6.8") +set (VERSION "1.6.9") set (VERSION_INFO "Release") set (ICON_NAME ${APP_SYSTEM_NAME}) set (GETTEXT_PACKAGE ${APP_SYSTEM_NAME}) @@ -40,7 +40,7 @@ set (DOLLAR "$") # find pkgconfig to make sure dependencies are installed find_package (PkgConfig) # check for the required dependencies -pkg_check_modules (DEPS REQUIRED +pkg_check_modules (DEPS REQUIRED gtk+-3.0>=3.14.0 glib-2.0 libnotify diff --git a/data/go-for-it.appdata.xml.in.in b/data/go-for-it.appdata.xml.in.in index 2c122aab..5dea246a 100644 --- a/data/go-for-it.appdata.xml.in.in +++ b/data/go-for-it.appdata.xml.in.in @@ -35,11 +35,23 @@ If you already use Todo.txt, beware of the fact, that Go For It! automatically a rgb(255, 255, 255) + + +

Bugfixes:

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

Improvements:

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

Bugfixes:

    -
  • The application menu was not alligned correctly on Loki and likely other modern distribution releases.
  • +
  • The application menu was not alligned correctly on Juno 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.)