Changelogs for version 1.1.3

# Conflicts:
#	CHANGELOG.md


Former-commit-id: 31d50e371b63e6d8c8bc7cd4b1c1c85d06b49e72 [formerly 25aee08eb431f3c86134c337ed8de02d7a444814 [formerly bc48e0b08e02f86a54b75fd557f0b980e23f3394]]
Former-commit-id: d99d447d0d7cfb245f5fc40dcec433a8a3542f3c
Former-commit-id: 3789be94e90389242ecc3716e3423bac9119de31
This commit is contained in:
Jaifroid 2020-12-31 05:36:31 +00:00
parent 2631015036
commit c2460e2bb4
2 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,8 @@
## Release 1.1.3 (in progress)
* UPDATE: Support new location of mobile and desktop styles in Wikimedia ZIMs
* UPDATE: Upgrade Settings store to use localStorage over cookies where available
* ENHANCEMENT: Enable use of Native File System with NWJS
* ENHANCEMENT: Enable use of Native File System with NWJS
## Release 1.1.2
@ -13,7 +15,9 @@
* REGRESSION: Manual extraction of images reverted to one-by-one to prevent errors with WebP batch decoding
* FIX: Critical error on some new Wikipedia articles containing equations
* FIX: Prevent erroneous display of Active Content Warning with ZSTD archives
* FIX: Styling of index-based landing pages
* FIX: Reduce some cross-origin errors
* FIX: Bugs with file picking in Native FS
## Release 1.0.0

View File

@ -114,13 +114,13 @@
<ul style="padding-left: 15px;">
<li>Included ZIM updated to wikipedia_en_100_maxi_2020-12.zim</li>
<li>Enable use of Native File System with NWJS</li>
<li>WebP image support (via polyfill) for older browsers including Windows Mobile</li>
<li>Upgrade Settings Store</li>
<li>Support new location of mobile and desktop styles in Wikimedia archives</li>
<li>Fixed critical error on some new Wikipedia articles containing equations</li>
<li>WebP image support (via polyfill) for older browsers including Windows Mobile</li>
<li>Improved block cache and faster conversion of file slice to blob</li>
<li>Manual extraction of images reverted to one-by-one</li>
<li>Prevent erroneous display of Active Content Warning with ZSTD archives</li>
<li>Reduce some cross-origin errors</li>
</ul>
<p><a href="https://github.com/kiwix/kiwix-js-windows/blob/master/CHANGELOG.md" target="_blank">Full changelog...<img src="I/s/Icon_External_Link.png"></a></p>
</div>