diff --git a/CMakeLists.txt b/CMakeLists.txt index 4028882..b03ddce 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/data/com.github.donadigo.eddy.appdata.xml b/data/com.github.donadigo.eddy.appdata.xml index b7c68a6..0e1c10e 100755 --- a/data/com.github.donadigo.eddy.appdata.xml +++ b/data/com.github.donadigo.eddy.appdata.xml @@ -20,6 +20,22 @@ com.github.donadigo.eddy + + + This release fixes small annoyances with the UI and includes new translations: + + Brazilian Portuguese translation (Paulo Galardi) + Lithuanian translation (welaq) + Spanish translation (Juan Carlos) + French translation (nvivant) + + Fixed: + + Fast switching to the detailed view while loading packages caused unintentional auto-switching to list view + Error dialog now has a proper title + + + This release adds small improvements to the user interface and adds initial support for translations.
This release fixes small annoyances with the UI and includes new translations:
Fixed:
This release adds small improvements to the user interface and adds initial support for translations.