Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoerman committed Mar 16, 2019
1 parent 18c9fdb commit a58188d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 31 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,28 @@
# Change Log

## [1.7.0](https://github.com/JMoerman/Go-For-It/tree/1.6.10) (2019-03-16)
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.6.10...1.7.0)

**Implemented enhancements:**

- You can now have more than one to-do list.
- The application design has been updated. The application now uses less vertical space if a headerbar is used.
- The default stylesheet has been improved, resulting in improved looks when the application is used on elementary OS.
- 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.
- The location from which the stylesheet is loaded is now determined by the installation directory.

**Fixed bugs:**

- _Go For It!_ now properly exports that it uses notifications.
- Non ascii character were not properly parsed when parsing contexts and projects.

**Closed issues:**

- 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)
- context with wide characters not highlighted [\#68](https://github.com/JMoerman/Go-For-It/issues/68)
- Custom CSS is not working well outside of default Elementary OS gtk theme [\#66](https://github.com/JMoerman/Go-For-It/issues/66)
- Feature suggestion [\#54](https://github.com/JMoerman/Go-For-It/issues/54)

## [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 @@ -18,7 +18,7 @@ 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.7.0")
set (VERSION_INFO "Release Candidate 1")
set (VERSION_INFO "Release")
set (ICON_NAME ${APP_SYSTEM_NAME})
set (GETTEXT_PACKAGE ${APP_SYSTEM_NAME})
set (APIVERSION 0)
Expand Down
46 changes: 16 additions & 30 deletions data/go-for-it.appdata.xml.in.in
Expand Up @@ -35,6 +35,22 @@ 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.7.0" date="2019-03-16">
<description>
<p>Improvements:</p>
<ul>
<li>You can now have more than one to-do list.</li>
<li>The application design has been updated. The application now uses less vertical space if a headerbar is used.</li>
<li>The default stylesheet has been improved, resulting in improved looks when the application is used on elementary OS.</li>
<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>
</ul>
<p>Bugfixes:</p>
<ul>
<li><i>Go For It!</i> now properly exports that it uses notifications.</li>
<li>Non ascii character were not properly parsed when parsing contexts and projects.</li>
</ul>
</description>
</release>
<release version="1.6.10" date="2019-02-13">
<description>
<p>Bugfixes:</p>
Expand Down Expand Up @@ -81,36 +97,6 @@ If you already use Todo.txt, beware of the fact, that Go For It! automatically a
</ul>
</description>
</release>
<release version="1.6.6" date="2018-04-17">
<description>
<p>Updated translations:</p>
<ul>
<li>Lithuanian</li>
</ul>
</description>
</release>
<release version="1.6.5" date="2018-02-26">
<description>
<p>Bugfixes:</p>
<ul>
<li>Strings containing whitespace consisting of multiple spaces were not parsed correctly, which could lead to crashes.</li>
</ul>
</description>
</release>
<release version="1.6.4" date="2018-01-04">
<description>
<p>Improvements:</p>
<ul>
<li>The task list and the rest of the main application window now have the same background color.</li>
</ul>
<p>Updated translations:</p>
<ul>
<li>Czech</li>
<li>Spanish</li>
<li>Japanese</li>
</ul>
</description>
</release>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
Expand Down

0 comments on commit a58188d

Please sign in to comment.