From dccc45763b8ed019c29fb92d3ff320794c31f4d8 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 6 Jul 2020 09:40:10 +0100 Subject: [PATCH] Update changelogs for v0.9.9.991E # Conflicts: # CHANGELOG.md # www/index.html Former-commit-id: 91201884a061cca0013e868f52eab2328ee475fc [formerly bb21c7fea97526daf6a7301d0fe9f0419405599d] Former-commit-id: d9314313bde2acc85ad83064b0f0ec9408f8055b --- CHANGELOG.md | 1 + archives/README.md | 8 +++++--- www/index.html | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389d7c5e..0dae6677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * FIX: Bug preventing all Kiwix apps accessing latest ZIMs (incorrect method of reading MIME type list) * ENHANCEMENT: Included ZIM changed to wikipedia_en_100_maxi_2020-06.zim +* FIX: Several bugfixes to allow better running of Electron app in SW mode ## Release 0.9.9.99 (beta) diff --git a/archives/README.md b/archives/README.md index 854b0262..afcb8a90 100644 --- a/archives/README.md +++ b/archives/README.md @@ -6,10 +6,12 @@ Due to GitHub filesize restrictions, it is not possible to upload ZIMs that are If you have a distribution of this app and want to delete the packaged archive to save space, or change the default archive, simply delete the ZIM file here or add your own file and change some values in the `www/js/init.js`. The values to change are these: -``params['packagedFile'] = "name_of_your_file.zim"; -params['fileVersion'] = "descriptive_name_of_your_file (Jan-2020)"; // These values will show in the app, but they are not important +``` +params['packagedFile'] = "name_of_your_file.zim"; +params['fileVersion'] = "descriptive_name_of_your_file (Jan-2020)"; // These values will show in the app params['cachedStartPage'] = false; -params['kiwixDownloadLink'] = "https://download.kiwix.org/zim/"; //Include final slash`` +params['kiwixDownloadLink'] = "https://download.kiwix.org/zim/"; //Include final slash +``` You can have more than one ZIM archive in `archives`, but only one weill launch on app startup as the packaged file. If you do have more than one, then be sure to set `params['showFileSelectors'] = true;` to aid in discoverability of the other archive, otherwise your users will not eaeily realize it is there. That setting dedicates the app to the packaged archive, but users can still override and pick a different ZIM by changing the value in Expert Settings (Config). diff --git a/www/index.html b/www/index.html index d0906640..4c58de26 100644 --- a/www/index.html +++ b/www/index.html @@ -113,6 +113,7 @@

Full changelog...