Skip to content

Commit

Permalink
Merge pull request #880 from kiwix/version_2.3.0
Browse files Browse the repository at this point in the history
Version 2.3.0
  • Loading branch information
mgautierfr committed Sep 7, 2022
2 parents ad494ea + df7f657 commit ea0a546
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
===================

Expand Down
6 changes: 3 additions & 3 deletions kiwix-desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ QMAKE_CXXFLAGS += -std=c++11
QMAKE_LFLAGS += -std=c++11

# 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
# any feature of Qt which has been marked as deprecated (the exact warnings
Expand Down Expand Up @@ -154,12 +154,12 @@ unix {
INSTALLS += mime_file
}

PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 7.2.0\")
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 8.0.0\")

QMAKE_CXXFLAGS += $$PKGCONFIG_CFLAGS
QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS

LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 7.2.0\")
LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 8.0.0\")

RESOURCES += \
resources/kiwix.qrc \
Expand Down
2 changes: 1 addition & 1 deletion resources/org.kiwix.desktop.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>
</description>
<releases>
<release version="2.2.2" date="2022-06-22" />
<release version="2.3.0" date="2022-09-07" />
</releases>
<content_rating type="oars-1.0" />
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>
Expand Down
3 changes: 3 additions & 0 deletions resources/translations.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<file>i18n/ms.json</file>
<file>i18n/my.json</file>
<file>i18n/nl.json</file>
<file>i18n/nqo.json</file>
<file>i18n/pl.json</file>
<file>i18n/pt-br.json</file>
<file>i18n/pt.json</file>
Expand All @@ -43,8 +44,10 @@
<file>i18n/sdc.json</file>
<file>i18n/sk.json</file>
<file>i18n/skr-arab.json</file>
<file>i18n/sms.json</file>
<file>i18n/sq.json</file>
<file>i18n/sr-ec.json</file>
<file>i18n/sro.json</file>
<file>i18n/sv.json</file>
<file>i18n/ta.json</file>
<file>i18n/th.json</file>
Expand Down

0 comments on commit ea0a546

Please sign in to comment.