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
This commit is contained in:
Jaifroid 2021-06-09 20:41:55 +01:00
parent fbc184e98b
commit e67db56e1a
3 changed files with 3 additions and 3 deletions

View File

@ -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

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.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

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.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)