From 55091687d17684780276ac34fbdbb2e59349ed07 Mon Sep 17 00:00:00 2001 From: donadigo Date: Sun, 12 Nov 2017 17:25:41 +0100 Subject: [PATCH] Release 1.1.9 --- CMakeLists.txt | 2 +- data/com.github.donadigo.eddy.appdata.xml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) 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.