Skip to content

Commit

Permalink
Release 1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoerman committed Dec 2, 2018
1 parent 9d9b355 commit 8978b41
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand All @@ -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
Expand Down
14 changes: 13 additions & 1 deletion data/go-for-it.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,23 @@ If you already use Todo.txt, beware of the fact, that Go For It! automatically a
<value key="x-appcenter-color-primary-text">rgb(255, 255, 255)</value>
</custom>
<releases>
<release version="1.6.9" date="2018-12-02">
<description>
<p>Bugfixes:</p>
<ul>
<li>Editing tasks was a bit finicky for certain Gtk+ 3 versions. Editing should now never be aborted immediately.</li>
</ul>
<p>Improvements:</p>
<ul>
<li>Tasks can now be removed by pressing the delete key or by clicking a new delete button while editing a task.</li>
</ul>
</description>
</release>
<release version="1.6.8" date="2018-10-16">
<description>
<p>Bugfixes:</p>
<ul>
<li>The application menu was not alligned correctly on Loki and likely other modern distribution releases.</li>
<li>The application menu was not alligned correctly on Juno and likely other modern distribution releases.</li>
<li>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.)</li>
</ul>
</description>
Expand Down

0 comments on commit 8978b41

Please sign in to comment.