File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
9
kiwix-desktop 2.3.0
2
10
===================
3
11
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ QMAKE_CXXFLAGS += -std=c++11
19
19
QMAKE_LFLAGS += -std =c ++11
20
20
21
21
# Also change resources/org.kiwix.desktop.appdata.xml
22
- DEFINES += VERSION =" 2.3.0 "
22
+ DEFINES += VERSION =" 2.3.1 "
23
23
24
24
# The following define makes your compiler emit warnings if you use
25
25
# any feature of Qt which has been marked as deprecated (the exact warnings
@@ -154,12 +154,12 @@ unix {
154
154
INSTALLS += mime_file
155
155
}
156
156
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\")
158
158
159
159
QMAKE_CXXFLAGS += $$PKGCONFIG_CFLAGS
160
160
QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS
161
161
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\")
163
163
164
164
RESOURCES += \
165
165
resources/kiwix.qrc \
Original file line number Diff line number Diff line change 13
13
</p >
14
14
</description >
15
15
<releases >
16
- <release version =" 2.3.0 " date =" 2022-09-07 " />
16
+ <release version =" 2.3.1 " date =" 2022-11-30 " />
17
17
</releases >
18
18
<content_rating type =" oars-1.0" />
19
19
<launchable type =" desktop-id" >org.kiwix.desktop.desktop</launchable >
You can’t perform that action at this time.
0 commit comments