File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
1
+ kiwix-desktop 2.3.0
2
+ ===================
3
+
4
+ * Fix downloading of file bigger than 4G (@juzz0 #855)
5
+ * Hide top widget and topbar in fullscreen (@juzz0 #859)
6
+ * Add shortcuts for navigating tabs (Ctrl-tab, Ctrl-shift-tab) (@juzz0 #867)
7
+ * Do not use deprecated method `QWebEngineDownloadItem::setPath` (@juzz0 #853)
8
+ * Fix compilation with last version of libkiwix (@mgautierfr #858)
9
+ * Fix README.md (@psypherium #860)
10
+ * Update translations.
11
+
1
12
kiwix-desktop 2.2.2
2
13
===================
3
14
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.2.2 "
22
+ DEFINES += VERSION =" 2.3.0 "
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 >= 7.2 .0\")
157
+ PKGCONFIG_CFLAGS = $$system (pkg-config --cflags $$PKGCONFIG_OPTION \ "kiwix >= 11.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 >= 7.2 .0\")
162
+ LIBS += $$system (pkg-config --libs $$PKGCONFIG_OPTION \ "kiwix >= 11.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.2.2 " date =" 2022-06-22 " />
16
+ <release version =" 2.3.0 " date =" 2022-09-07 " />
17
17
</releases >
18
18
<content_rating type =" oars-1.0" />
19
19
<launchable type =" desktop-id" >org.kiwix.desktop.desktop</launchable >
Original file line number Diff line number Diff line change 31
31
<file >i18n/ms.json</file >
32
32
<file >i18n/my.json</file >
33
33
<file >i18n/nl.json</file >
34
+ <file >i18n/nqo.json</file >
34
35
<file >i18n/pl.json</file >
35
36
<file >i18n/pt-br.json</file >
36
37
<file >i18n/pt.json</file >
43
44
<file >i18n/sdc.json</file >
44
45
<file >i18n/sk.json</file >
45
46
<file >i18n/skr-arab.json</file >
47
+ <file >i18n/sms.json</file >
46
48
<file >i18n/sq.json</file >
47
49
<file >i18n/sr-ec.json</file >
50
+ <file >i18n/sro.json</file >
48
51
<file >i18n/sv.json</file >
49
52
<file >i18n/ta.json</file >
50
53
<file >i18n/th.json</file >
You can’t perform that action at this time.
0 commit comments