mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-08-03 20:56:49 -04:00
New version 2.3.0
This commit is contained in:
parent
0629251ad2
commit
df7f657a61
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
|||||||
|
kiwix-desktop 2.3.0
|
||||||
|
===================
|
||||||
|
|
||||||
|
* Fix downloading of file bigger than 4G (@juzz0 #855)
|
||||||
|
* Hide top widget and topbar in fullscreen (@juzz0 #859)
|
||||||
|
* Add shortcuts for navigating tabs (Ctrl-tab, Ctrl-shift-tab) (@juzz0 #867)
|
||||||
|
* Do not use deprecated method `QWebEngineDownloadItem::setPath` (@juzz0 #853)
|
||||||
|
* Fix compilation with last version of libkiwix (@mgautierfr #858)
|
||||||
|
* Fix README.md (@psypherium #860)
|
||||||
|
* Update translations.
|
||||||
|
|
||||||
kiwix-desktop 2.2.2
|
kiwix-desktop 2.2.2
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ QMAKE_CXXFLAGS += -std=c++11
|
|||||||
QMAKE_LFLAGS += -std=c++11
|
QMAKE_LFLAGS += -std=c++11
|
||||||
|
|
||||||
# Also change resources/org.kiwix.desktop.appdata.xml
|
# Also change resources/org.kiwix.desktop.appdata.xml
|
||||||
DEFINES += VERSION="2.2.2"
|
DEFINES += VERSION="2.3.0"
|
||||||
|
|
||||||
# The following define makes your compiler emit warnings if you use
|
# The following define makes your compiler emit warnings if you use
|
||||||
# any feature of Qt which has been marked as deprecated (the exact warnings
|
# any feature of Qt which has been marked as deprecated (the exact warnings
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="2.2.2" date="2022-06-22" />
|
<release version="2.3.0" date="2022-09-07" />
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0" />
|
<content_rating type="oars-1.0" />
|
||||||
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>
|
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user