From ea4b3f467aa3985c79fcea624bdf2a0274e8a7ab Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 31 Jan 2022 00:05:22 +0000 Subject: [PATCH] Bump version and changelogs to 1.8.9 Former-commit-id: 245b40db18569ff877b6584e2aafaa79d550480d [formerly db231146c29dd00d7fc8e8c054fb6071eecf881e] [formerly c8173ede641591111414ff9bf33c19c720119292] [formerly c05f2cd506db9e8fc6a7b03a29598e210590ac74 [formerly 8bb74723ea7e0135eb77a7722bccc47a1d5d27e0 [formerly 323edabe51e03dc7acfc224ea645b2f07a0675f8]]] Former-commit-id: 3c22c1ac332a8a676b8fc34818666eef67a52658 [formerly 0059734c0399650c16db98f5d837d5674f092d87 [formerly ee023d563d795601ac3d1d5b94da549779c5dc23]] Former-commit-id: 3921cc6a5638684e7c8aa3957cdab666b5095b33 [formerly 9537e6be520c06b7ffc07f7a80089054432862a2] Former-commit-id: f3e46d2aca19caf9acb05ecff9147a0cda067800 --- CHANGELOG.md | 6 +++++- service-worker.js | 2 +- www/index.html | 19 ++++++++----------- www/js/init.js | 2 +- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a6c7c67..a99e36db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Changelog -## Interim release 1.8.8 +## Interim release 1.8.9 * ENHANCEMENT: Service Worker mode is now the default in contexts or frameworks that natively support it with good performance * ENHANCEMENT: Option to reset app to defaults in Expert settings +* ENHANCEMENT: Better feedback to user during slow ZIM archive loading +* ENHANCEMENT: Included favicons at various resolutions * DEV: Developer option to bypass appCache +* DEV: Window location information now shown in API panel * FIX: Bug that would sometimes cause a blank screen in Service Worker mode on slow devices * FIX: Set headers properly when caching Fetch responses in JQuery mode +* FIX: Loading of articles that have question marks or hashes in the title ## Release 1.8.6 diff --git a/service-worker.js b/service-worker.js index 99ecb7d2..78785605 100644 --- a/service-worker.js +++ b/service-worker.js @@ -29,7 +29,7 @@ * download and install a new copy; we have to hard code this here because it is needed before any other file * is cached in APP_CACHE */ -const appVersion = '1.8.8'; +const appVersion = '1.8.9'; /** * The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored diff --git a/www/index.html b/www/index.html index 817c8eb0..7bc729a2 100644 --- a/www/index.html +++ b/www/index.html @@ -120,19 +120,16 @@

Changes in version 1.0

-

Full changelog...

+

And there's more...

Features in Version 1.0

diff --git a/www/js/init.js b/www/js/init.js index 61c24946..ed48e057 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -50,7 +50,7 @@ var params = {}; */ var appstate = {}; /******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/ -params['appVersion'] = "1.8.8"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js +params['appVersion'] = "1.8.9"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" 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-12.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)