Interim changelog

Former-commit-id: c833492f5f3b2171f236a9ff58ee50c3a5a4ecf8 [formerly 2503e36bdb959940b574f7bfc7f37a002cfbbb83] [formerly e12c660837b8b9eda9450142c64c75ea04453b3e] [formerly df660b96c1eddcbaf9b2c37b2e3e5a8f6113856d [formerly 42ac656fd21298adf97daccfcfc60fc1d6cb7b18 [formerly db44bb289444fbf824df75d97dbf99b2a85e78d8]]]
Former-commit-id: e1ab232eeb25f1a8be7fe6bd08f8825fc9edb40f [formerly e51ed5dcca477e721bfc6353594096507240dc76 [formerly 289839c45a6f5fd3e1a10c546d712e1b139ca80c]]
Former-commit-id: 516ff8ccb9d8768312c913a0d1f0675d7ce95747 [formerly 8ded811508519099afbe09d8e9c1b821a43e65eb]
Former-commit-id: 865eed47ddd2cc89205aadd2629d98ff613c4367
This commit is contained in:
Jaifroid 2022-03-13 14:08:57 +00:00
parent 3c8f7e9dde
commit e739ffb81f
2 changed files with 15 additions and 9 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## In-progress release 1.9.4
* UPDATE: Sample archive updated to `wikipedia_en_climate_change_mini_2022-02`
* FEATURE: Option to hyperlink images in Wikimedia ZIMs to the online File for the image
* ENHANCEMENT: Electron app now uses File System Access API except for initial loading of packaged archive
* DEV: Provided instructions on how to split a ZIM archive using WSL
* FIX: App now (optionally) remembers the last viewed article for split ZIM archives
* FIX: Electron and UWP apps now auto-load split ZIM archives
## Release 1.9.3
* UPDATE: New sample archive: `wikipedia_en_climate_change_mini_2022-02`

View File

@ -123,15 +123,12 @@
<div id="update" class="update">
<h3 style="margin-top:0;">Changes in version <span class="version">1.0</span></h3>
<ul style="padding-left: 15px;">
<li>New sample archive provided: wikipedia_en_climate_change_mini_2022-02</li>
<li>Electron apps now auto-update (Windows exe and Linux AppImage versions only)</li>
<li>App now recognizes mdwiki ZIMs as WikiMed variants, and shows custom landing page</li>
<li>Improvement to independent browsing of windows in UWP app in SW mode</li>
<li>Note regression: NWJS app now defaults to JQuery mode while investigating app crash</li>
<li>Automatic building of Electron app now enabled via GitHub Actions</li>
<li>Patch some CSS errors in mdwiki ZIMs</li>
<li>Stabilize page loading when assets are missing (in SW mode)</li>
<li>Fix styling of image-based landing pages</li>
<li>Sample archive updated to wikipedia_en_climate_change_mini_2022-02</li>
<li>New option to hyperlink images in Wikimedia ZIMs to the online File for the image</li>
<li>Electron app now uses File System Access API except for initial loading of packaged archive</li>
<li>Provided instructions on how to split a ZIM archive using WSL</li>
<li>App now (optionally) remembers the last viewed article for split ZIM archives</li>
<li>Electron and UWP apps now auto-load split ZIM archives</li>
</ul>
<p><a href="https://github.com/kiwix/kiwix-js-windows/blob/master/CHANGELOG.md" target="_blank">And there's more...<img src="I/s/Icon_External_Link.png"></a></p>
</div>