From 7cd4a027db4f647d1cf01b67c700b9ed918e3f3c Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 30 Nov 2022 17:53:48 +0100 Subject: [PATCH] New version 2.3.1 * Fix the AppImage packaging. Now published AppImages work correctly on recent distrubution (@mgautierfr #905) * Improve zim file picker (@kelson42 #886) * Do not show ServiceWorker zim file from the remote catalog (@kelson42 #887) --- ChangeLog | 8 ++++++++ kiwix-desktop.pro | 6 +++--- resources/org.kiwix.desktop.appdata.xml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f569082f6..35be1f948 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +kiwix-destkop 2.3.1 +=================== + + * Fix the AppImage packaging. Now published AppImages work correctly on recent + distrubution (@mgautierfr #905) + * Improve zim file picker (@kelson42 #886) + * Do not show ServiceWorker zim file from the remote catalog (@kelson42 #887) + kiwix-desktop 2.3.0 =================== diff --git a/kiwix-desktop.pro b/kiwix-desktop.pro index 5cfa2c09d..34db5549d 100644 --- a/kiwix-desktop.pro +++ b/kiwix-desktop.pro @@ -19,7 +19,7 @@ QMAKE_CXXFLAGS += -std=c++11 QMAKE_LFLAGS += -std=c++11 # Also change resources/org.kiwix.desktop.appdata.xml -DEFINES += VERSION="2.3.0" +DEFINES += VERSION="2.3.1" # The following define makes your compiler emit warnings if you use # any feature of Qt which has been marked as deprecated (the exact warnings @@ -154,12 +154,12 @@ unix { INSTALLS += mime_file } -PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 8.0.0\") +PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 12.0.0 libzim >= 8.0.0\") QMAKE_CXXFLAGS += $$PKGCONFIG_CFLAGS QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS -LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 8.0.0\") +LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 12.0.0 libzim >= 8.0.0\") RESOURCES += \ resources/kiwix.qrc \ diff --git a/resources/org.kiwix.desktop.appdata.xml b/resources/org.kiwix.desktop.appdata.xml index 4c14ddc4d..e1f2c1f2d 100644 --- a/resources/org.kiwix.desktop.appdata.xml +++ b/resources/org.kiwix.desktop.appdata.xml @@ -13,7 +13,7 @@

- + org.kiwix.desktop.desktop