Bump version

Former-commit-id: 63bfd6c71beebca4f877fa11cdbab110f9823cee [formerly f273f8fb74ad1f4d198137b1f993be968bbd17cf] [formerly 6e1834fb97f02659f64184222cf0deb53675601f] [formerly 9e1aabbd4a343b2227f7500e810616ac3d32abe1 [formerly ff09e0da3883c246c94cc4d221e404a5de927ce8 [formerly de5f5e1aee6e5c3b8388124f35d8c8b9ee4e7287]]]
Former-commit-id: 9afd52b0e90e4003984f8a02e6d824f579f79733 [formerly 05e87c2ecdddfa8d0edf5523a09307fb2b33b8de [formerly 2627c4ab8ace0ba55b859be68b4a8b975ee37570]]
Former-commit-id: 1efea6fc4ae53895361bb6bb23d4d34b416061f2 [formerly 789a2bef7687a826c379eb712df35c38a8ffeb07]
Former-commit-id: bcff7d70c7d73d739cb4e0a709b9fc8980691c36
This commit is contained in:
Jaifroid 2021-10-17 12:05:20 +01:00
parent 7bd784e904
commit d201c11a6d
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Release 1.7.7-rc3
## Release 1.7.7-rc4
* ENHANCEMENT: Added experimental option to display hidden block elements
* ENHANCEMENT: With display hidden elements opetion, force display of zero-width images also

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.7.7-rc3';
const appVersion = '1.7.7-rc4';
// 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

@ -49,7 +49,7 @@ var params = {};
*/
var appstate = {};
/******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
params['version'] = "1.7.7-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
params['version'] = "1.7.7-rc4"; //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_nopic_2021-09.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)