Skip to content

Commit 5509168

Browse files
committed
Release 1.1.9
1 parent a779e4a commit 5509168

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include (GNUInstallDirs)
55
set (DATADIR ${CMAKE_INSTALL_FULL_DATAROOTDIR})
66
set (PKGDATADIR "${DATADIR}/${CMAKE_PROJECT_NAME}")
77
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
8-
set (VERSION "1.1.8")
8+
set (VERSION "1.1.9")
99
set (VERSION_INFO "Stable")
1010
set (EXEC_NAME com.github.donadigo.eddy)
1111
set (PREFIX ${CMAKE_INSTALL_PREFIX})

data/com.github.donadigo.eddy.appdata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@
2020
<binary>com.github.donadigo.eddy</binary>
2121
</provides>
2222
<releases>
23+
<release version="1.1.9" date="2017-11-12">
24+
<description>
25+
<p>This release fixes small annoyances with the UI and includes new translations:</p>
26+
<ul>
27+
<li>Brazilian Portuguese translation (Paulo Galardi)</li>
28+
<li>Lithuanian translation (welaq)</li>
29+
<li>Spanish translation (Juan Carlos)</li>
30+
<li>French translation (nvivant)</li>
31+
</ul>
32+
<p>Fixed:</p>
33+
<ul>
34+
<li>Fast switching to the detailed view while loading packages caused unintentional auto-switching to list view</li>
35+
<li>Error dialog now has a proper title</li>
36+
</ul>
37+
</description>
38+
</release>
2339
<release version="1.1.8" date="2017-09-21">
2440
<description>
2541
<p>This release adds small improvements to the user interface and adds initial support for translations.</p>

0 commit comments

Comments
 (0)