From b865d08147d451a854d3057ded188aeb2f8cbb6b Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 21 Sep 2020 20:42:01 +0100 Subject: [PATCH] Advance release numbers to 1.0.0 for testing Former-commit-id: 3070c26267faa1a21f4e7b721b665f62ab67e177 [formerly de7827368221b940dfe578a1424459da30fdc871] [formerly 5531fdeb1beef317917d33385dc9cbde902acf03] [formerly afd672e3b2e61b5ec24255eeafcfac8984d7ccad [formerly 8cb06fa93d295ee26b3fcab51c9b788c8a73568c [formerly ba512c9006e519d479eebf012c3967c7d1d2a6ce]]] Former-commit-id: db252374cb6453e5d4883e4b11f0d16aa2d37601 [formerly 068a8847bc87693d9850a56171a46f7cd7a2a382 [formerly 5c5dd4a2505bfea49e5d8918a6e9024106fafe92]] Former-commit-id: 973d379369dbb4681912ff9c1f25a7454985a888 [formerly 07a7a93dbb39d3c737f5f8aa29b8a6e7a563840a] Former-commit-id: 05c514e09eb986d53964cd26e30fd80cc5bee8ee --- CHANGELOG.md | 3 ++- www/js/init.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fb213b..eef96285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Changelog -## Release 0.9.9.994 (beta) +## Release 1.0.0 * UPDATE: App now supports newest archives encoded with ZSTD compression * ENHANCEMENT: Significant decompression speed gains with ZSTD * ENHANCEMENT: Allow use of keyboard to select archive * FIX: Prevent archive list from jumping to wrong archive on click * FIX: Critical error on load if packaged archive name has changed +* FIX: Download links are no longer erroneously cached by the Service Worker * DEPRECATED: Scrolling information for new users ## Release 0.9.9.992 (beta) diff --git a/www/js/init.js b/www/js/init.js index 0b2e8fa1..a14f0a56 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -49,7 +49,7 @@ var params = {}; */ var appstate = {}; -params['version'] = "0.9.9.992 Beta"; //DEV: Manually update this version when there is a new release: it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js +params['version'] = "1.0.0-dev"; //DEV: Manually update this version when there is a new release: it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js 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) params['fileVersion'] = "wikipedia_en_100_maxi_2020-08.zim (21-Aug-2020)"; //Use generic name for actual file, and give version here