Skip to content

Commit 52a96cd

Browse files
authored
Merge pull request #813 from kiwix/version_2.2.0
2 parents 42feaa9 + 27bd61c commit 52a96cd

5 files changed

+47
-25
lines changed

ChangeLog

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
kiwix-desktop 2.2.0
2+
===================
3+
4+
* Force the request to be explicit about the fact we don't want a book count limit.
5+
Fix case when server returns 0 books. (@juuz0 #769)
6+
* Correctly initialize mainWindows/contentManager. Fix crash on Windows. (@mgautierfr #783)
7+
* New Feature: Monitor a local directory for new/removed zim files (@juuz0 #743)
8+
* Fix library filtering on "other" category (@mgautier #791 #798)
9+
* Correctly set the zoom level on new pages (@juuz0 #774)
10+
* Fix setting UI when zoom level may be hidden by QSpinBox arroys (@juuz0 #799)
11+
* Remove filtering by fulltext index presence (@kelson42 #795)
12+
* Refactor internal code for better signal management (@asashnov #751)
13+
* Fix svg icon installation path (@xvitaly #773)
14+
* Fix typos and translations
15+
16+
Known bugs:
17+
* AppImage build by our CI is buggy on recent Fedora, nothing is displayed
18+
in the WebView. This works correctly on AppImage build on Fedora or rpm
19+
packaged version.
20+
* Kiwix-desktop fails to download huge zim files because of too big metadata
21+
describing the download.
22+
123
kiwix-desktop 2.1.0
224
===================
325

kiwix-desktop.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TEMPLATE = app
1818
QMAKE_CXXFLAGS += -std=c++11
1919
QMAKE_LFLAGS += -std=c++11
2020

21-
DEFINES += VERSION="2.1.0"
21+
DEFINES += VERSION="2.2.0"
2222

2323
# The following define makes your compiler emit warnings if you use
2424
# any feature of Qt which has been marked as deprecated (the exact warnings

resources/generate_translation_qrc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
json_files = translation_dir.glob("*.json")
3535

3636
node = None
37-
for json in translation_dir.glob("*.json"):
37+
for json in sorted(translation_dir.glob("*.json")):
3838
if node is not None:
3939
node.tail += " " * 8
4040
node = ET.SubElement(qresource, "file")

resources/org.kiwix.desktop.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414
</description>
1515
<releases>
16-
<release version="2.1.0" date="2022-01-19" />
16+
<release version="2.2.0" date="2022-03-04" />
1717
</releases>
1818
<content_rating type="oars-1.0" />
1919
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>

resources/translations.qrc

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
<?xml version='1.0' encoding='utf8'?>
22
<RCC>
33
<qresource prefix="/">
4-
<file>i18n/br.json</file>
5-
<file>i18n/hi.json</file>
6-
<file>i18n/id.json</file>
7-
<file>i18n/skr-arab.json</file>
8-
<file>i18n/zgh.json</file>
94
<file>i18n/ar.json</file>
105
<file>i18n/bn.json</file>
6+
<file>i18n/br.json</file>
117
<file>i18n/ca.json</file>
128
<file>i18n/cs.json</file>
139
<file>i18n/da.json</file>
14-
<file>i18n/gsw.json</file>
15-
<file>i18n/ie.json</file>
16-
<file>i18n/ms.json</file>
17-
<file>i18n/roa-tara.json</file>
18-
<file>i18n/sv.json</file>
19-
<file>i18n/eo.json</file>
20-
<file>i18n/hy.json</file>
21-
<file>i18n/pt-br.json</file>
22-
<file>i18n/pt.json</file>
2310
<file>i18n/de.json</file>
24-
<file>i18n/ja.json</file>
25-
<file>i18n/my.json</file>
26-
<file>i18n/ro.json</file>
27-
<file>i18n/sc.json</file>
28-
<file>i18n/ta.json</file>
2911
<file>i18n/diq.json</file>
30-
<file>i18n/ku-latn.json</file>
31-
<file>i18n/pl.json</file>
32-
<file>i18n/qqq.json</file>
3312
<file>i18n/en.json</file>
13+
<file>i18n/eo.json</file>
3414
<file>i18n/es.json</file>
3515
<file>i18n/fa.json</file>
3616
<file>i18n/fi.json</file>
3717
<file>i18n/fr.json</file>
18+
<file>i18n/gsw.json</file>
3819
<file>i18n/he.json</file>
20+
<file>i18n/hi.json</file>
21+
<file>i18n/hy.json</file>
22+
<file>i18n/id.json</file>
23+
<file>i18n/ie.json</file>
3924
<file>i18n/io.json</file>
4025
<file>i18n/it.json</file>
26+
<file>i18n/ja.json</file>
4127
<file>i18n/ko.json</file>
28+
<file>i18n/ku-latn.json</file>
4229
<file>i18n/lb.json</file>
4330
<file>i18n/mk.json</file>
31+
<file>i18n/ms.json</file>
32+
<file>i18n/my.json</file>
4433
<file>i18n/nl.json</file>
34+
<file>i18n/pl.json</file>
35+
<file>i18n/pt-br.json</file>
36+
<file>i18n/pt.json</file>
37+
<file>i18n/qqq.json</file>
38+
<file>i18n/ro.json</file>
39+
<file>i18n/roa-tara.json</file>
4540
<file>i18n/ru.json</file>
41+
<file>i18n/sc.json</file>
4642
<file>i18n/scn.json</file>
4743
<file>i18n/sk.json</file>
44+
<file>i18n/skr-arab.json</file>
4845
<file>i18n/sq.json</file>
4946
<file>i18n/sr-ec.json</file>
47+
<file>i18n/sv.json</file>
48+
<file>i18n/ta.json</file>
5049
<file>i18n/th.json</file>
5150
<file>i18n/tr.json</file>
5251
<file>i18n/uk.json</file>
52+
<file>i18n/zgh.json</file>
5353
<file>i18n/zh-hans.json</file>
5454
<file>i18n/zh-hant.json</file>
5555
</qresource>

0 commit comments

Comments
 (0)