From e67db56e1a558eb9a56e78750541ac9f124e239c Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Wed, 9 Jun 2021 20:41:55 +0100 Subject: [PATCH] Bump version to final Former-commit-id: 83fadbcf71dec48446a06fe9e17e6606d02fa6f1 [formerly a0ba549dc0a401886d2d90a4f68eb15dd1efd732] [formerly 03a72fffae448438309871344eddd101b16c8bdf] [formerly fbfc119095adba09266cb36fb693c8a2a437848a [formerly f89df97c184e93e11fe5716fc3097f421055dec8 [formerly fa4770acd241f748eb264e4d9625ab0b068d9b33]]] Former-commit-id: 2c991d6de4d6fa85f70f0ecea416e4ef6a5afff6 [formerly 0b28124bc9b8978d997f1d4d7eadae4301d1dea4 [formerly 0ebe8c655eedead4532541be04b52965908ff8fc]] Former-commit-id: 468b672cb64425a6243f117dc8daff9042abd12f [formerly 90af3e0f7eb7029ff11f89342a61339d02ec52ab] Former-commit-id: 54a51b43d45782d9596ee8f928f0739d09e1acd5 --- 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 3b2c10ce..e11aa3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## In-progress log 1.4.0-RC5 +## Release 1.4.0 * ENHANCEMENT: Pre-calculate position and size of article namespace in legacy ZIMs (speeds up binary search) * ENHANCEMENT: New option to move navigation buttons to the top toolbar diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js index 3842c7c3..e8226f9b 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.4.0-RC5'; +const appVersion = '1.4.0'; // 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 f2b7dced..75d3b176 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.4.0-Wikivoyage"; //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.4.0"; //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)