Skip to content

Commit

Permalink
Merge pull request #850 from kiwix/version_2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Jun 22, 2022
2 parents 60be74f + 69a7277 commit f20d9aa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
kiwix-desktop 2.3.0
kiwix-desktop 2.2.2
===================

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

kiwix-desktop 2.2.1
===================
Expand Down
3 changes: 2 additions & 1 deletion kiwix-desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++11
QMAKE_LFLAGS += -std=c++11

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

# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
Expand Down
2 changes: 1 addition & 1 deletion resources/org.kiwix.desktop.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>
</description>
<releases>
<release version="2.2.1" date="2022-03-11" />
<release version="2.2.2" date="2022-06-22" />
</releases>
<content_rating type="oars-1.0" />
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>
Expand Down
1 change: 1 addition & 0 deletions resources/translations.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<file>i18n/ru.json</file>
<file>i18n/sc.json</file>
<file>i18n/scn.json</file>
<file>i18n/sdc.json</file>
<file>i18n/sk.json</file>
<file>i18n/skr-arab.json</file>
<file>i18n/sq.json</file>
Expand Down

0 comments on commit f20d9aa

Please sign in to comment.