mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-18 08:47:35 -04:00
Update changelogs
Former-commit-id: 9b033d090005467fa09e48e268a48dbfa7e4faed [formerly 187446cf0ed623f3577570acecd55c280e7a9189 [formerly 73f9d78de84bd7ad7758d09068a4f8484073c890 [formerly 80e53625b62479008c784dd97abb3a360bbeae84]]] Former-commit-id: 1e3f792918c618fd67c43554fc4445567c56ffea [formerly 94b13e74d281bb19d2aa215f99619fbd4c83616e [formerly c0d55cfaa771113c014449053df014d61cf21e06]] Former-commit-id: c0a7bba50d1211ec45ade9d0fdaa11b792845a18 [formerly f34314165f5e3b418bb5f224d274e9ab37481b35] Former-commit-id: 0d7912651b10430400984f80f6305dea12f181d2
This commit is contained in:
parent
89a1df703c
commit
1ff370d996
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## Interim bugfix release 1.9.91
|
||||
|
||||
* Fix erroneous link handling for Zimit files
|
||||
* Fix an exception when reloading the last selected archive on certain platfomrs
|
||||
* Filter out undesired files more effectively (Zimit ZIMs)
|
||||
* Process URLs in JavaScript files (Zimit ZIMs)
|
||||
* Ensure user clears the cache when switching to SW mode while a Zimit ZIM is loaded
|
||||
|
||||
## Release 1.9.9
|
||||
|
||||
* UPDATE: Sample archive updated to `wikipedia_en_climate_change_mini_2022-04`
|
||||
|
@ -123,6 +123,11 @@
|
||||
<div id="update" class="update">
|
||||
<h3 style="margin-top:0;">Changes in version <span class="version">1.9</span></h3>
|
||||
<ul style="padding-left: 15px;">
|
||||
<li>Fix erroneous link handling for Zimit files</li>
|
||||
<li>Fix an exception when reloading the last selected archive on certain platfomrs</li>
|
||||
<li>Filter out undesired files more effectively (Zimit ZIMs)</li>
|
||||
<li>Process URLs in JavaScript files</li>
|
||||
<li>Ensure user clears the cache when switching to SW mode while a Zimit ZIM is loaded</li>
|
||||
<li>Sample archive updated to wikipedia_en_climate_change_mini_2022-04</li>
|
||||
<li>Experimental support for reading Zimit ZIM archives</li>
|
||||
<li>Support for reading background and bullet images in Zimit CSS in Service Worker mode</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user