Release Preview with in-progress changelog

Former-commit-id: 3d1d09f4041362518456c9535ee872d483a3da5c [formerly 4dcfe95d97af68882665225d911869fa39c227e2] [formerly 5a2d9d15e6ac275e7bc2d9e882182ee0a315e06c] [formerly 9a129846f301db3da5b712338971331b23daeb0e [formerly 109a70c0ca1f8894fc17c10c39c6fb29905df69f [formerly 43e1a7051f4afd0ea989f60844dadad7c186036e]]]
Former-commit-id: 2fa8a1ec33f97263e399c54f8e2f8b4dabe017b9 [formerly cb4332adaf04fff027900e88297d9a4d20aee3f2 [formerly c30f30b0f9095a74325b74ef012bbfb3f8ac7c17]]
Former-commit-id: 58c3c16e9df19e32d158a5035f4b234ca35d5245 [formerly 83aca999dff6b7ed4695170b6a4705c8dc2695b7]
Former-commit-id: 96741829114f7dd1182d72a6203651fbcc906f4e
This commit is contained in:
Jaifroid 2021-01-11 21:20:42 +00:00
parent e088251ce6
commit af1d333250
4 changed files with 15 additions and 7 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## Release 1.1.4-dev (in progress)
* ENHANCEMENT: Provide more robust upgrade process for PWAs
* 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
* FIX: Inconsistent use of Settings Store during app initialization
## Release 1.1.3
* UPDATE: Included ZIM updated to `wikipedia_en_100_maxi_2020-12.zim`

View File

@ -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.1.4-dev';
const appVersion = '1.1.4-RP1';
// 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

View File

@ -112,11 +112,11 @@
<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>Included ZIM updated to wikipedia_en_100_maxi_2020-12.zim (smaller size)</li>
<li>Upgrade Settings Store</li>
<li>Support new location of mobile and desktop styles in Wikimedia archives</li>
<li>Enable use of Native File System in NWJS apps</li>
<li>Fix styling of index-based landing pages</li>
<li>Provide a more robust upgrade process for PWAs</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>
<li>Fix display of masonry-style landing pages in SW mode</li>
<li>Fix inconsistent use of Settings Store during app initialization</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>

View File

@ -49,7 +49,7 @@ var params = {};
*/
var appstate = {};
/******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION *******/
params['version'] = "1.1.4-dev"; //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.1.4-RP1"; //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 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)