mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-18 08:47:35 -04:00
Update changelogs to include WebP support
# Conflicts: # CHANGELOG.md # www/index.html # www/js/init.js Former-commit-id: 2d29beb33ebc579c9edaee260190a88907dc06b1 [formerly a74996f43d61895bf171b259d77bc8d883bbca35 [formerly a0a8aacc36d8c88b253965df44dd77e77b5ac278]] Former-commit-id: 8fb32bf9e2f36da7a95050174565d75f36a83ed3 Former-commit-id: 107854eb330c9692f92891319a92d148ce77eceb
This commit is contained in:
parent
223a1ce8c1
commit
c179c8c92a
@ -114,16 +114,16 @@
|
|||||||
<div id="update" class="update">
|
<div id="update" class="update">
|
||||||
<h3 style="margin-top:0;">Changes in version <span class="version">1.0</span></h3>
|
<h3 style="margin-top:0;">Changes in version <span class="version">1.0</span></h3>
|
||||||
<ul style="padding-left: 15px;">
|
<ul style="padding-left: 15px;">
|
||||||
<li>App is no longer in Beta!</li>
|
<li>App is no longer in Beta!</li>
|
||||||
<li>Included ZIM updated to wikipedia_en_medicine_maxi_2020-10.zim</li>
|
<li>Included ZIM updated to wikipedia_en_medicine_maxi_2020-10.zim</li>
|
||||||
<li>App now supports newest archives encoded with ZSTD compression</li>
|
<li>App now supports newest archives encoded with ZSTD compression</li>
|
||||||
<li>Use Native Filesystem API in PWA version of app</li>
|
<li>Use Native Filesystem API in PWA version of app</li>
|
||||||
<li>For folders containing multiple archives, keyboard selection is now supported</li>
|
<li>For folders containing multiple archives, keyboard selection is now supported</li>
|
||||||
<li>Option to display articles with all sections open or closed</li>
|
<li>Option to display articles with all sections open or closed</li>
|
||||||
<li>Improvement to the block cache and faster BLOB reading</li>
|
<li>Improvement to the block cache and faster BLOB reading</li>
|
||||||
<li>Fix bug whereby wrong archive would be selected on click</li>
|
<li>Fix bug whereby wrong archive would be selected on click</li>
|
||||||
<li>Fix critical error on app load if packaged archive name has changed</li>
|
<li>Fix critical error on app load if packaged archive name has changed</li>
|
||||||
<li>Download links are no longer erroneously cached by the Service Worker</li>
|
<li>Download links are no longer erroneously cached by the Service Worker</li>
|
||||||
</ul>
|
</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>
|
<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>
|
</div>
|
||||||
|
@ -49,7 +49,7 @@ var params = {};
|
|||||||
*/
|
*/
|
||||||
var appstate = {};
|
var appstate = {};
|
||||||
|
|
||||||
params['version'] = "1.0.0"; //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.1"; //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['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['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
|
params['fileVersion'] = "wikipedia_en_100_maxi_2020-08.zim (21-Aug-2020)"; //Use generic name for actual file, and give version here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user