Skip to content

Commit 75c85ab

Browse files
committed
Release 1.7.3
1 parent 387a0bd commit 75c85ab

3 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.7.3](https://github.com/JMoerman/Go-For-It/tree/1.7.3) (2019-08-26)
4+
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.7.2...1.7.3)
5+
6+
This release contains some fixes and translation updates from the development branch.
7+
8+
**Fixed bugs:**
9+
10+
- Work around a ListBox bug which could cause situations where no row is selected even though suitable rows exist.
11+
- Keep the row focussed when the user stops editing a row.
12+
13+
**Implemented enhancements:**
14+
15+
- Escape now cancels the editing of a task.
16+
- The following translations were updated: Turkish, German, Norwegian Bokmål, Japanese, Polish, Telugu.
17+
18+
# Change Log
19+
320
## [1.7.2](https://github.com/JMoerman/Go-For-It/tree/1.7.2) (2019-04-25)
421
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.7.1...1.7.2)
522

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set (FILE_CONF ${PROJECT_NAME}.conf)
1717
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")
20-
set (VERSION "1.7.2")
20+
set (VERSION "1.7.3")
2121
set (VERSION_INFO "Release")
2222
set (ICON_NAME ${APP_SYSTEM_NAME})
2323
set (GETTEXT_PACKAGE ${APP_SYSTEM_NAME})

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,20 @@ 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.3" date="2019-08-26">
39+
<description>
40+
<p>Improvements:</p>
41+
<ul>
42+
<li>Escape now cancels the editing of a task.</li>
43+
<li>The following translations were updated: Turkish, German, Norwegian Bokmål, Japanese, Polish, Telugu.</li>
44+
</ul>
45+
<p>Bugfixes:</p>
46+
<ul>
47+
<li>Work around a ListBox bug which could cause situations where no row is selected even though suitable rows exist.</li>
48+
<li>Keep the row focussed when the user stops editing a row.</li>
49+
</ul>
50+
</description>
51+
</release>
3852
<release version="1.7.2" date="2019-04-25">
3953
<description>
4054
<p>Improvements:</p>

0 commit comments

Comments
 (0)