Skip to content

Commit a58188d

Browse files
committed
Release 1.7.0
1 parent 18c9fdb commit a58188d

3 files changed

Lines changed: 40 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Change Log
22

3+
## [1.7.0](https://github.com/JMoerman/Go-For-It/tree/1.6.10) (2019-03-16)
4+
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.6.10...1.7.0)
5+
6+
**Implemented enhancements:**
7+
8+
- You can now have more than one to-do list.
9+
- The application design has been updated. The application now uses less vertical space if a headerbar is used.
10+
- The default stylesheet has been improved, resulting in improved looks when the application is used on elementary OS.
11+
- Not using the elementary or Adwaita theme, or a theme with a similar color scheme? You can now select a different stylesheet in the settings window.
12+
- The location from which the stylesheet is loaded is now determined by the installation directory.
13+
14+
**Fixed bugs:**
15+
16+
- _Go For It!_ now properly exports that it uses notifications.
17+
- Non ascii character were not properly parsed when parsing contexts and projects.
18+
19+
**Closed issues:**
20+
21+
- Place tabs in same place as menu button [\#5](https://github.com/JMoerman/Go-For-It/issues/5), [\#49](https://github.com/JMoerman/Go-For-It/issues/49)
22+
- context with wide characters not highlighted [\#68](https://github.com/JMoerman/Go-For-It/issues/68)
23+
- Custom CSS is not working well outside of default Elementary OS gtk theme [\#66](https://github.com/JMoerman/Go-For-It/issues/66)
24+
- Feature suggestion [\#54](https://github.com/JMoerman/Go-For-It/issues/54)
25+
326
## [1.6.10](https://github.com/JMoerman/Go-For-It/tree/1.6.10) (2019-02-13)
427
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.6.9...1.6.10)
528

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set (EXEC_NAME ${APP_SYSTEM_NAME})
1818
set (APP_NAME "Go For It!")
1919
set (RELEASE_NAME "A stylish to-do list with built-in productivity timer")
2020
set (VERSION "1.7.0")
21-
set (VERSION_INFO "Release Candidate 1")
21+
set (VERSION_INFO "Release")
2222
set (ICON_NAME ${APP_SYSTEM_NAME})
2323
set (GETTEXT_PACKAGE ${APP_SYSTEM_NAME})
2424
set (APIVERSION 0)

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

Lines changed: 16 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@ 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.7.0" date="2019-03-16">
39+
<description>
40+
<p>Improvements:</p>
41+
<ul>
42+
<li>You can now have more than one to-do list.</li>
43+
<li>The application design has been updated. The application now uses less vertical space if a headerbar is used.</li>
44+
<li>The default stylesheet has been improved, resulting in improved looks when the application is used on elementary OS.</li>
45+
<li>Not using the elementary or Adwaita theme, or a theme with a similar color scheme? You can now select a different stylesheet in the settings window.</li>
46+
</ul>
47+
<p>Bugfixes:</p>
48+
<ul>
49+
<li><i>Go For It!</i> now properly exports that it uses notifications.</li>
50+
<li>Non ascii character were not properly parsed when parsing contexts and projects.</li>
51+
</ul>
52+
</description>
53+
</release>
3854
<release version="1.6.10" date="2019-02-13">
3955
<description>
4056
<p>Bugfixes:</p>
@@ -81,36 +97,6 @@ If you already use Todo.txt, beware of the fact, that Go For It! automatically a
8197
</ul>
8298
</description>
8399
</release>
84-
<release version="1.6.6" date="2018-04-17">
85-
<description>
86-
<p>Updated translations:</p>
87-
<ul>
88-
<li>Lithuanian</li>
89-
</ul>
90-
</description>
91-
</release>
92-
<release version="1.6.5" date="2018-02-26">
93-
<description>
94-
<p>Bugfixes:</p>
95-
<ul>
96-
<li>Strings containing whitespace consisting of multiple spaces were not parsed correctly, which could lead to crashes.</li>
97-
</ul>
98-
</description>
99-
</release>
100-
<release version="1.6.4" date="2018-01-04">
101-
<description>
102-
<p>Improvements:</p>
103-
<ul>
104-
<li>The task list and the rest of the main application window now have the same background color.</li>
105-
</ul>
106-
<p>Updated translations:</p>
107-
<ul>
108-
<li>Czech</li>
109-
<li>Spanish</li>
110-
<li>Japanese</li>
111-
</ul>
112-
</description>
113-
</release>
114100
</releases>
115101
<content_rating type="oars-1.1">
116102
<content_attribute id="violence-cartoon">none</content_attribute>

0 commit comments

Comments
 (0)