mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-10 12:59:01 -04:00
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)
This commit is contained in:
parent
b40185a168
commit
7cd4a027db
@ -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
|
kiwix-desktop 2.3.0
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ QMAKE_CXXFLAGS += -std=c++11
|
|||||||
QMAKE_LFLAGS += -std=c++11
|
QMAKE_LFLAGS += -std=c++11
|
||||||
|
|
||||||
# Also change resources/org.kiwix.desktop.appdata.xml
|
# 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
|
# The following define makes your compiler emit warnings if you use
|
||||||
# any feature of Qt which has been marked as deprecated (the exact warnings
|
# any feature of Qt which has been marked as deprecated (the exact warnings
|
||||||
@ -154,12 +154,12 @@ unix {
|
|||||||
INSTALLS += mime_file
|
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_CXXFLAGS += $$PKGCONFIG_CFLAGS
|
||||||
QMAKE_CFLAGS += $$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 += \
|
||||||
resources/kiwix.qrc \
|
resources/kiwix.qrc \
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="2.3.0" date="2022-09-07" />
|
<release version="2.3.1" date="2022-11-30" />
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0" />
|
<content_rating type="oars-1.0" />
|
||||||
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>
|
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user