mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-20 18:33:38 -04:00
New version 2.2.2
This commit is contained in:
parent
595d58cbd6
commit
69a7277354
@ -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
|
||||
===================
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user