mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 20:32:45 -04:00
Changelogs for 1.3.3-RC3
Former-commit-id: 77de6e436328f19ee5e8b8fb2e108bd8fad125e6 [formerly 4dd7f96ea91f8959348cc5aa06f94cc04e4ab9a1 [formerly 6d527cabaddf8c8fd06d643a767777aa89f1d7d1]] Former-commit-id: d1ea28bf50f2eae5bd900f8b696c00d8bc4503ba Former-commit-id: dbeb7a8f2ef4bd01dc95783c633c9bd46d8cb459
This commit is contained in:
parent
61d730ceb5
commit
db21d9d07c
@ -1,11 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## In-progress log 1.3.3-RC2
|
||||
## In-progress log 1.3.3-RC3
|
||||
|
||||
* UPDATE: Sample ZIM updated to `wikipedia_en_100_maxi_2021-05.zim`
|
||||
* ENHANCEMENT: Pre-calculate position and size of article namespace in legacy ZIMs (speeds up binary search)
|
||||
* FIX: Hide jump in page position during article load in Service Worker mode
|
||||
* FIX: Adjusted timing of hiding and showing the article during page compositon
|
||||
* FIX: Reposition multiple displaced hatnotes
|
||||
|
||||
## Release 1.3.2
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
// App version number - ENSURE IT MATCHES VALUE IN init.js
|
||||
// DEV: Changing this will cause the browser to recognize that the Service Worker has changed, and it will download and
|
||||
// install a new copy
|
||||
const appVersion = '1.3.3-RC2';
|
||||
const appVersion = '1.3.3-RC3';
|
||||
|
||||
// Kiwix ZIM Archive Download Server in regex form
|
||||
// DEV: The server URL is defined in init.js, but is not available to us in SW
|
||||
|
@ -119,6 +119,7 @@
|
||||
<li>Speed up article search by pre-calculating position of the article namespace</li>
|
||||
<li>Fix an ugly jump in page position during article load in Service Worker mode</li>
|
||||
<li>Adjusted timing of hiding and showing the article during page compositon</li>
|
||||
<li>Reposition displaced multiple hatnotes</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>
|
||||
|
@ -49,7 +49,7 @@ var params = {};
|
||||
*/
|
||||
var appstate = {};
|
||||
/******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
||||
params['version'] = "1.3.3-RC2"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
params['version'] = "1.3.3-RC3"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
|
||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_maxi_2021-05.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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user