Skip to content

Commit

Permalink
Add some forgotten extra features!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Jul 21, 2023
1 parent 0e8595a commit ddb2fa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
## Release 2.5.6

* FEATURE: Ability to pick a folder of ZIM archives in nearly all apps and frameworks supporting the Webkitdirectory API
* FEATURE: New Electron-based appx version of Kiwix JS now served from the Microsoft Store and from GitHub Releases
* FEATURE: Electron app can now handle ZIM files, including the `.zimaa` part of a split ZIM fileset
* FEATURE: Improved file and folder picking experience for Firefox and older browsers lacking the File System Access API
* ENHANCEMENT: Fast re-opening of previously picked archives or directories in these browsers (number of clicks minimized)
* ENHANCEMENT: Dragged and dropped files, including split files, can now be re-opened automatically in Electron and NWJS apps
* ENHANCEMENT: Microsoft Store app now supports full-text search for users with 64bit Windows
* ENHANCEMENT: Provide more gradual screen width transition with max page width auto setting
* ENHANCEMENT: Restored the ability not to display images in ServiceWorker Mode in non-Zimit ZIMs
* ENHANCEMENT: Restored lazy-loading of images on most landing pages (improves Android experience with image-heavy landing pages)
Expand Down
2 changes: 2 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,12 @@ <h3>Please read this important information</h3>
<h3 style="margin-top:0;">Changes in version <span class="version">2.0</span></h3>
<ul style="padding-left: 15px;">
<li>Ability to pick a folder of ZIM archives in nearly all apps and frameworks supporting the Webkitdirectory API</li>
<li>New Electron-based appx version of Kiwix JS now served from the Microsoft Store and from GitHub Releases</li>
<li>The Electron app is registerd as the default app for handling .zim or .zimaa archive files on Windows and Linux</li>
<li>Improved file and folder picking experience for Firefox and older browsers lacking the File System Access API</li>
<li>Fast re-opening of previously picked archives or directories in these browsers (number of clicks minimized)</li>
<li>Dragged and dropped files, including split files, can now be re-opened automatically in Electron and NWJS apps</li>
<li>Microsoft Store app now supports full-text search for users with 64bit Windows</li>
<li>Provide more gradual screen width transition with max page width auto setting</li>
<li>Restored the ability not to display images in ServiceWorker Mode in non-Zimit ZIMs</li>
<li>Restored lazy-loading of images on most landing pages (improves Android experience with image-heavy landing pages)</li>
Expand Down

0 comments on commit ddb2fa7

Please sign in to comment.