Merge pull request #817 from kiwix/version_2.2.1

This commit is contained in:
Matthieu Gautier 2022-03-11 17:22:54 +01:00 committed by GitHub
commit fe52c11329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
kiwix-desktop 2.2.1
===================
* [HOTFIX] Fix a bug making kiwix-desktop removing ALL file in the library directory
when a download fails (@juuz0 #816)
* Improve update of the library view when downloading a book (@juuz0 #811)
* Update translations.
kiwix-desktop 2.2.0
===================

View File

@ -18,7 +18,7 @@ TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++11
QMAKE_LFLAGS += -std=c++11
DEFINES += VERSION="2.2.0"
DEFINES += VERSION="2.2.1"
# 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.0" date="2022-03-04" />
<release version="2.2.1" date="2022-03-11" />
</releases>
<content_rating type="oars-1.0" />
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>