Skip to content

Commit b2d6c23

Browse files
committed
Release 1.9.3
1 parent aecc11d commit b2d6c23

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [1.9.3](https://github.com/JMoerman/Go-For-It/tree/1.9.3) (2020-08-20)
4+
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.9.2...1.9.3)
5+
6+
**Implemented enhancements:**
7+
8+
- Update various translations (Arabic, Bulgarian, Catalan, Croatian, Czech, Danish, Esperanto, German, Hebrew, Italian, Japanese, Lithuanian, Portuguese, Russian, Slovak, Swedish, Turkish, Urdu).
9+
310
## [1.9.2](https://github.com/JMoerman/Go-For-It/tree/1.9.2) (2020-03-08)
411
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.9.1...1.9.2)
512

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set (APP_NAME "Go For It!")
2222
set (RELEASE_NAME "A stylish to-do list with built-in productivity timer")
2323
set (MAJOR_VERSION "1")
2424
set (MINOR_VERSION "9")
25-
set (MICRO_VERSION "2")
25+
set (MICRO_VERSION "3")
2626
set (VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}")
2727
set (VERSION_INFO "Release")
2828
set (ICON_NAME ${APP_ID})

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ To-do lists are stored in the Todo.txt format. This simplifies synchronization w
3232
<value key="x-appcenter-color-primary-text">rgb(255, 255, 255)</value>
3333
</custom>
3434
<releases>
35+
<release version="1.9.3" date="2021-08-20">
36+
<description>
37+
<p>Improvements:</p>
38+
<ul>
39+
<li>Update various translations (Arabic, Bulgarian, Catalan, Croatian, Czech, Danish, Esperanto, German, Hebrew, Italian, Japanese, Lithuanian, Portuguese, Russian, Slovak, Swedish, Turkish, Urdu).</li>
40+
</ul>
41+
</description>
42+
</release>
3543
<release version="1.9.2" date="2021-03-08">
3644
<description>
3745
<p>Improvements:</p>

0 commit comments

Comments
 (0)