mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
Merge pull request #817 from kiwix/version_2.2.1
This commit is contained in:
commit
fe52c11329
@ -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
|
||||
===================
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user