Skip to content

Commit

Permalink
Release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoerman committed Aug 26, 2019
1 parent 387a0bd commit 75c85ab
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Change Log

## [1.7.3](https://github.com/JMoerman/Go-For-It/tree/1.7.3) (2019-08-26)
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.7.2...1.7.3)

This release contains some fixes and translation updates from the development branch.

**Fixed bugs:**

- Work around a ListBox bug which could cause situations where no row is selected even though suitable rows exist.
- Keep the row focussed when the user stops editing a row.

**Implemented enhancements:**

- Escape now cancels the editing of a task.
- The following translations were updated: Turkish, German, Norwegian Bokmål, Japanese, Polish, Telugu.

# 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)

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.2")
set (VERSION "1.7.3")
set (VERSION_INFO "Release")
set (ICON_NAME ${APP_SYSTEM_NAME})
set (GETTEXT_PACKAGE ${APP_SYSTEM_NAME})
Expand Down
14 changes: 14 additions & 0 deletions data/go-for-it.appdata.xml.in.in
Expand Up @@ -35,6 +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.7.3" date="2019-08-26">
<description>
<p>Improvements:</p>
<ul>
<li>Escape now cancels the editing of a task.</li>
<li>The following translations were updated: Turkish, German, Norwegian Bokmål, Japanese, Polish, Telugu.</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Work around a ListBox bug which could cause situations where no row is selected even though suitable rows exist.</li>
<li>Keep the row focussed when the user stops editing a row.</li>
</ul>
</description>
</release>
<release version="1.7.2" date="2019-04-25">
<description>
<p>Improvements:</p>
Expand Down

0 comments on commit 75c85ab

Please sign in to comment.