Skip to content

Commit 7cd4a02

Browse files
committed
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)
1 parent b40185a commit 7cd4a02

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
kiwix-destkop 2.3.1
2+
===================
3+
4+
* Fix the AppImage packaging. Now published AppImages work correctly on recent
5+
distrubution (@mgautierfr #905)
6+
* Improve zim file picker (@kelson42 #886)
7+
* Do not show ServiceWorker zim file from the remote catalog (@kelson42 #887)
8+
19
kiwix-desktop 2.3.0
210
===================
311

kiwix-desktop.pro

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ QMAKE_CXXFLAGS += -std=c++11
1919
QMAKE_LFLAGS += -std=c++11
2020

2121
# Also change resources/org.kiwix.desktop.appdata.xml
22-
DEFINES += VERSION="2.3.0"
22+
DEFINES += VERSION="2.3.1"
2323

2424
# The following define makes your compiler emit warnings if you use
2525
# any feature of Qt which has been marked as deprecated (the exact warnings
@@ -154,12 +154,12 @@ unix {
154154
INSTALLS += mime_file
155155
}
156156

157-
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 8.0.0\")
157+
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 12.0.0 libzim >= 8.0.0\")
158158

159159
QMAKE_CXXFLAGS += $$PKGCONFIG_CFLAGS
160160
QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS
161161

162-
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 8.0.0\")
162+
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 12.0.0 libzim >= 8.0.0\")
163163

164164
RESOURCES += \
165165
resources/kiwix.qrc \

resources/org.kiwix.desktop.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414
</description>
1515
<releases>
16-
<release version="2.3.0" date="2022-09-07" />
16+
<release version="2.3.1" date="2022-11-30" />
1717
</releases>
1818
<content_rating type="oars-1.0" />
1919
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>

0 commit comments

Comments
 (0)