Skip to content

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoerman committed Apr 25, 2019
1 parent be8506c commit 603c0fd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## [1.7.2](https://github.com/JMoerman/Go-For-It/tree/1.7.2) (2019-04-25)
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.7.1...1.7.2)

**Implemented enhancements:**

- Switched to weblate for translations.
- Introduced sorting by priority.
- The following translations were updated: Portuguese, Spanish, Lithuanian, Korean, Norwegian Bokmål.
- The ctrl+n shortcut was added to quickly create new tasks or lists.

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

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.7.1")
set (VERSION "1.7.2")
set (VERSION_INFO "Release")
set (ICON_NAME ${APP_SYSTEM_NAME})
set (GETTEXT_PACKAGE ${APP_SYSTEM_NAME})
Expand Down
11 changes: 11 additions & 0 deletions data/go-for-it.appdata.xml.in.in
Expand Up @@ -35,6 +35,17 @@ 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.2" date="2019-04-25">
<description>
<p>Improvements:</p>
<ul>
<li>Switched to weblate for translations.</li>
<li>Allow sorting by priority.</li>
<li>The following translations were updated: Portuguese, Spanish, Lithuanian, Korean, Norwegian Bokmål.</li>
<li>The ctrl+n shortcut was added to quickly create new tasks or lists.</li>
</ul>
</description>
</release>
<release version="1.7.1" date="2019-03-18">
<description>
<p>Bugfixes:</p>
Expand Down

0 comments on commit 603c0fd

Please sign in to comment.