mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-18 08:47:35 -04:00
Update changelogs
Former-commit-id: a9c8ebad9b809656e24305d77a0a3d01f1665cee [formerly 4994058748e949452f7ea0be16e1192e998b6e90 [formerly 65dafc0147b12b3e2edf8b35724870256b03e3fb]] Former-commit-id: fc8b96421c5d0927d0c3acc153c984e6c061ef52 Former-commit-id: ca750e46d75f61b21ac87677a8265d48c0e4ec22
This commit is contained in:
parent
8604b6d1cc
commit
80b2e6777b
@ -2,8 +2,9 @@
|
||||
|
||||
## Release 1.1.4
|
||||
|
||||
* ENHANCEMENT: Provide more robust upgrade process for PWAs, including notification banner
|
||||
* UPDATE: Included ZIM updated to `wikipedia_en_100_maxi_2021-01.zim`
|
||||
* UPDATE: More consistent install prompt display in Configuration (for PWA)
|
||||
* ENHANCEMENT: Provide more robust upgrade process for PWAs, including notification banner
|
||||
* FIX: Disable HTTP cache when pre-caching upgraded app files
|
||||
* FIX: Switching to jQuery mode in the PWA app no longer prevents the app working offline
|
||||
* FIX: Display of masonry-style landing pages in SW mode
|
||||
|
@ -114,6 +114,7 @@
|
||||
<div id="update" class="update">
|
||||
<h3 style="margin-top:0;">Changes in version <span class="version">1.0</span></h3>
|
||||
<ul style="padding-left: 15px;">
|
||||
<li>Packaged ZIM updated to `wikipedia_en_100_maxi_2021-01.zim` (smaller size)</li>
|
||||
<li>Provide a more robust upgrade process for PWAs with notification banner</li>
|
||||
<li>Disable HTTP cache when pre-caching upgraded app files</li>
|
||||
<li>Switching to jQuery mode in the PWA app no longer prevents app working offline</li>
|
||||
|
@ -53,7 +53,7 @@ params['version'] = "1.1.4-RP11"; //DEV: Manually update this version when there
|
||||
/******* UPDATE THIS ^^^^^^ IN serveice worker!! ********************/
|
||||
params['packagedFile'] = "wikipedia_en_100_maxi.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
||||
params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory)
|
||||
params['fileVersion'] = "wikipedia_en_100_maxi_2020-12.zim (23-Dec-2020)"; //Use generic name for actual file, and give version here
|
||||
params['fileVersion'] = "wikipedia_en_100_maxi_2021-01.zim (23-Jan-2020)"; //Use generic name for actual file, and give version here
|
||||
params['cachedStartPage'] = false; //If you have cached the start page for quick start, give its URI here
|
||||
params['kiwixDownloadLink'] = "https://download.kiwix.org/zim/"; //Include final slash
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user