Skip to content

Commit ea0a546

Browse files
authored
Merge pull request #880 from kiwix/version_2.3.0
Version 2.3.0
2 parents ad494ea + df7f657 commit ea0a546

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
kiwix-desktop 2.2.2
213
===================
314

kiwix-desktop.pro

Lines changed: 3 additions & 3 deletions
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.2.2"
22+
DEFINES += VERSION="2.3.0"
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 >= 7.2.0\")
157+
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 11.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 >= 7.2.0\")
162+
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 8.0.0\")
163163

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

resources/org.kiwix.desktop.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414
</description>
1515
<releases>
16-
<release version="2.2.2" date="2022-06-22" />
16+
<release version="2.3.0" date="2022-09-07" />
1717
</releases>
1818
<content_rating type="oars-1.0" />
1919
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>

resources/translations.qrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<file>i18n/ms.json</file>
3232
<file>i18n/my.json</file>
3333
<file>i18n/nl.json</file>
34+
<file>i18n/nqo.json</file>
3435
<file>i18n/pl.json</file>
3536
<file>i18n/pt-br.json</file>
3637
<file>i18n/pt.json</file>
@@ -43,8 +44,10 @@
4344
<file>i18n/sdc.json</file>
4445
<file>i18n/sk.json</file>
4546
<file>i18n/skr-arab.json</file>
47+
<file>i18n/sms.json</file>
4648
<file>i18n/sq.json</file>
4749
<file>i18n/sr-ec.json</file>
50+
<file>i18n/sro.json</file>
4851
<file>i18n/sv.json</file>
4952
<file>i18n/ta.json</file>
5053
<file>i18n/th.json</file>

0 commit comments

Comments
 (0)