Update changelogs for v0.9.9.991E

# Conflicts:
#	CHANGELOG.md
#	www/index.html


Former-commit-id: 91201884a061cca0013e868f52eab2328ee475fc [formerly bb21c7fea97526daf6a7301d0fe9f0419405599d]
Former-commit-id: d9314313bde2acc85ad83064b0f0ec9408f8055b
This commit is contained in:
Jaifroid 2020-07-06 09:40:10 +01:00
parent 3a0431a324
commit dccc45763b
3 changed files with 7 additions and 3 deletions

View File

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

View File

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

View File

@ -113,6 +113,7 @@
<ul style="padding-left: 15px;">
<li>Fixed major bug preventing all Kiwix apps accessing latest ZIMs</li>
<li>Included sample ZIM changed to wikipedia_en_100_maxi_2020-06.zim</li>
<li>Several bugfixes to allow better running of Electron app in Servie Worker mode</li>
</ul>
<p><a href="https://github.com/kiwix/kiwix-js-windows/blob/master/CHANGELOG.md" target="_blank">Full changelog...<img src="I/s/Icon_External_Link.png"></a></p>
</div>