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