Skip to content

Commit b704910

Browse files
committed
Release 1.8.6
1 parent 5aa9bcf commit b704910

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22

3-
## [1.8.4](https://github.com/JMoerman/Go-For-It/tree/1.8.4) (2020-10-24)
3+
## [1.8.6](https://github.com/JMoerman/Go-For-It/tree/1.8.6) (2020-10-07)
4+
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.8.4...1.8.6)
5+
6+
**Implemented enhancements:**
7+
8+
- The option to pick themes is no longer shown when using the elementary Gtk3 theme as the "Inherit from GTK theme" application theme doesn't look right in combination with this.
9+
- Arabic translations have been updated.
10+
11+
## [1.8.4](https://github.com/JMoerman/Go-For-It/tree/1.8.4) (2020-10-04)
412
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.8.3...1.8.4)
513

614
**Fixed bugs:**

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set (FILE_CONF ${PROJECT_NAME}.conf)
1919
set (EXEC_NAME ${APP_SYSTEM_NAME})
2020
set (APP_NAME "Go For It!")
2121
set (RELEASE_NAME "A stylish to-do list with built-in productivity timer")
22-
set (VERSION "1.8.4")
22+
set (VERSION "1.8.6")
2323
set (VERSION_INFO "Release")
2424
set (ICON_NAME ${APP_SYSTEM_NAME})
2525
set (GETTEXT_PACKAGE ${APP_SYSTEM_NAME})

data/go-for-it.appdata.xml.in.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ If you already use Todo.txt, beware of the fact, that Go For It! automatically a
3535
<value key="x-appcenter-color-primary-text">rgb(255, 255, 255)</value>
3636
</custom>
3737
<releases>
38+
<release version="1.8.6" date="2020-10-07">
39+
<description>
40+
<p>Improvements:</p>
41+
<ul>
42+
<li>The option to pick themes is no longer shown when using the elementary Gtk3 theme as the "Inherit from GTK theme" application theme doesn't look right in combination with this.</li>
43+
<li>Arabic translations have been updated.</li>
44+
</ul>
45+
</description>
46+
</release>
3847
<release version="1.8.4" date="2020-10-04">
3948
<description>
4049
<p>Bugfixes:</p>

0 commit comments

Comments
 (0)