From d201c11a6d7c0414f5e16aa0b13bd3d850ce426b Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 17 Oct 2021 12:05:20 +0100 Subject: [PATCH] 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 --- CHANGELOG.md | 2 +- pwabuilder-sw.js | 2 +- www/js/init.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b969e5..1ec02340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js index 6025cbc1..477e941b 100644 --- a/pwabuilder-sw.js +++ b/pwabuilder-sw.js @@ -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 diff --git a/www/js/init.js b/www/js/init.js index e3d2da86..1b548c9a 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -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)