Skip to content

Commit

Permalink
Release 1.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoerman committed Mar 4, 2019
1 parent 4ff8cba commit b06461a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## 1.6.11 (2019-03-04)

**Fixed bugs:**

- The location from which the stylesheet is loaded is now primarily determined by the installation directory.
- Improved handeling of invalid settings files.

**Implemented enhancements:**

- The .desktop file now exposes that this application can show desktop notifications.

## [1.6.10](https://github.com/JMoerman/Go-For-It/tree/1.6.10) (2019-02-13)
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.6.9...1.6.10)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
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.10")
set (VERSION "1.6.11")
set (VERSION_INFO "Release")
set (ICON_NAME ${APP_SYSTEM_NAME})
set (GETTEXT_PACKAGE ${APP_SYSTEM_NAME})
Expand Down
15 changes: 14 additions & 1 deletion data/go-for-it.appdata.xml.in.in
Expand Up @@ -35,7 +35,20 @@ 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.10" date="2019-02-13">
<release version="1.6.11" date="2019-03-04">
<description>
<p>Bugfixes:</p>
<ul>
<li>The location from which the stylesheet is loaded is now primarily determined by the installation directory.</li>
<li>Improved handeling of invalid settings files.</li>
</ul>
<p>Improvements:</p>
<ul>
<li>The .desktop file now exposes that this application can show desktop notifications.</li>
</ul>
</description>
</release>
<release version="1.6.10" date="2019-02-13">
<description>
<p>Bugfixes:</p>
<ul>
Expand Down

0 comments on commit b06461a

Please sign in to comment.