Skip to content

Commit

Permalink
Release 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
donadigo committed Nov 12, 2017
1 parent a779e4a commit 5509168
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include (GNUInstallDirs)
set (DATADIR ${CMAKE_INSTALL_FULL_DATAROOTDIR})
set (PKGDATADIR "${DATADIR}/${CMAKE_PROJECT_NAME}")
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
set (VERSION "1.1.8")
set (VERSION "1.1.9")
set (VERSION_INFO "Stable")
set (EXEC_NAME com.github.donadigo.eddy)
set (PREFIX ${CMAKE_INSTALL_PREFIX})
Expand Down
16 changes: 16 additions & 0 deletions data/com.github.donadigo.eddy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@
<binary>com.github.donadigo.eddy</binary>
</provides>
<releases>
<release version="1.1.9" date="2017-11-12">
<description>
<p>This release fixes small annoyances with the UI and includes new translations:</p>
<ul>
<li>Brazilian Portuguese translation (Paulo Galardi)</li>
<li>Lithuanian translation (welaq)</li>
<li>Spanish translation (Juan Carlos)</li>
<li>French translation (nvivant)</li>
</ul>
<p>Fixed:</p>
<ul>
<li>Fast switching to the detailed view while loading packages caused unintentional auto-switching to list view</li>
<li>Error dialog now has a proper title</li>
</ul>
</description>
</release>
<release version="1.1.8" date="2017-09-21">
<description>
<p>This release adds small improvements to the user interface and adds initial support for translations.</p>
Expand Down

0 comments on commit 5509168

Please sign in to comment.