mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-19 09:20:35 -04:00
Update changelogs
Former-commit-id: 9659ea58b970d1e0294d306f246062cf8537255a [formerly d867b373f141d1c7b63b5c04d266a94f24884c53 [formerly 725b7f73e3dc8e11500b45abc191e12107325c98 [formerly dc802d8dfbe410a41c145f8b459a74098041c964]]] Former-commit-id: 85d02b3c6e27665b44675695b23d31aafd37b213 [formerly e62e0882aefd30c1f3e4d5456bac1dfc27b551fd [formerly caf05a4ff337d7438391b3fffb48b151b9e02ffb]] Former-commit-id: af42510a25ac2a2cc7ee511a0d26cb1063c7eaef [formerly 45d5ba3c074f5bc5b52c12f7783642001ee5cd1f] Former-commit-id: 697d3b80febcdc06dbe8fc434627e0421c9fc4f5
This commit is contained in:
parent
81f60370ad
commit
082dbd2c96
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,13 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## Interim bugfix release 1.9.91
|
||||
## Interim bugfix release 1.9.92
|
||||
|
||||
* Fix erroneous link handling for Zimit files
|
||||
* Add any missing file extension to downloadable files
|
||||
* Fix an exception when reloading the last selected archive on certain platforms
|
||||
* 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
|
||||
* ENHANCEMENT: Filter out undesired files more effectively (Zimit ZIMs)
|
||||
* ENHANCEMENT: Process URLs in JavaScript files (Zimit ZIMs)
|
||||
* ENHANCEMENT: Ensure user clears the cache when switching to SW mode while a Zimit ZIM is loaded
|
||||
* ENHANCEMENT: Prevent expensive RegExp processing for irrelevant ZIM types
|
||||
* ENHANCEMENT: Driect download certain recognized content types for Zimit archives
|
||||
* FIX: Erroneous link handling for Zimit files
|
||||
* FIX: Add any missing file extension to downloadable files and construct MIME types if missing
|
||||
* FIX: Exception when reloading the last selected archive on certain platforms
|
||||
* FIX: Remove lazy image loading system if detected in Zimit archives
|
||||
|
||||
## Release 1.9.9
|
||||
|
||||
|
@ -123,25 +123,15 @@
|
||||
<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>Experimental support for reading Zimit ZIM archives</li>
|
||||
<li>Add any missing file extension to downloadable files</li>
|
||||
<li>Fix an exception when reloading the last selected archive on certain platforms</li>
|
||||
<li>Prevent expensive RegExp processing for irrelevant ZIM types</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>
|
||||
<li>Style of thumbinner Wikipedia images adjusted so that images are back in their original position</li>
|
||||
<li>MDwiki thumbinner images now have an MDwiki-specific override</li>
|
||||
<li>Links to PDF data are now recognized by MIME type and correctly downloaded</li>
|
||||
<li>Support image links that have query strings in Zimit archives</li>
|
||||
<li>Support percent-encoded ZIM URLs in Zimit archives</li>
|
||||
<li>Transition away from testing file extensions for caching strategy</li>
|
||||
<li>Fix an exception when reloading the last selected archive on certain platforms</li>
|
||||
<li>Direct download certain recognized content types for Zimit archives</li>
|
||||
<li>Fix display of book thumbnails in Gutenberg ZIMs</li>
|
||||
<li>Nightly builds of main app are now uploaded to a new server</li>
|
||||
<li>Deploy PWA image on a k8s cluster</li>
|
||||
<li>PWA images are now uploaded to ghcr.io instead of Docker Hub</li>
|
||||
</ul>
|
||||
<p><a href="https://github.com/kiwix/kiwix-js-windows/blob/master/CHANGELOG.md" target="_blank">And there's more...<img src="I/s/Icon_External_Link.png"></a></p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user