New version 2.2.2

This commit is contained in:
Matthieu Gautier 2022-06-22 15:50:17 +02:00
parent 595d58cbd6
commit 69a7277354
3 changed files with 9 additions and 4 deletions

View File

@ -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
===================

View File

@ -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

View File

@ -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>