Skip to content

Commit f20d9aa

Browse files
authored
Merge pull request #850 from kiwix/version_2.2.2
2 parents 60be74f + 69a7277 commit f20d9aa

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

ChangeLog

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
kiwix-desktop 2.3.0
1+
kiwix-desktop 2.2.2
22
===================
33

4-
*
4+
* Remove usage of deprecated libkiwix function (@juzz0 @mgautiefr #831)
5+
* Adapt kiwix-desktop to last libkiwix api (@mgautierfr #842, @veloman-yunkan #844)
6+
* Do not search (and crash) on a zim file without fulltext index (@mgautierfr #830)
7+
* Update translations.
8+
* [Flathub] Update link to screenshot
59

610
kiwix-desktop 2.2.1
711
===================

kiwix-desktop.pro

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ TEMPLATE = app
1818
QMAKE_CXXFLAGS += -std=c++11
1919
QMAKE_LFLAGS += -std=c++11
2020

21-
DEFINES += VERSION="2.2.1"
21+
# Also change resources/org.kiwix.desktop.appdata.xml
22+
DEFINES += VERSION="2.2.2"
2223

2324
# The following define makes your compiler emit warnings if you use
2425
# any feature of Qt which has been marked as deprecated (the exact warnings

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.2.1" date="2022-03-11" />
16+
<release version="2.2.2" date="2022-06-22" />
1717
</releases>
1818
<content_rating type="oars-1.0" />
1919
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>

resources/translations.qrc

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<file>i18n/ru.json</file>
4141
<file>i18n/sc.json</file>
4242
<file>i18n/scn.json</file>
43+
<file>i18n/sdc.json</file>
4344
<file>i18n/sk.json</file>
4445
<file>i18n/skr-arab.json</file>
4546
<file>i18n/sq.json</file>

0 commit comments

Comments
 (0)