Skip to content

Commit

Permalink
Bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Jul 21, 2023
1 parent e6ccfa8 commit d26fc61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Release 2.5.6

* FEATURE: Improved file and folder picking experience for Firefox and older browsers lacking the File System Access API
* FEATURE: Ability to pick a folder of ZIM archives in nearly all apps and frameworks with support for Webkitdirectory API
* FEATURE: Ability to pick a folder of ZIM archives in nearly all apps and frameworks supporting the Webkitdirectory API
* 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: Provide more gradual screen width transition with max page width auto setting
Expand All @@ -19,6 +19,7 @@
* BUILD: Option to build artefacts only for testing
* FIX: Broken Kiwix icon for Linux app packages
* FIX: Fidelity of layout for translation tables in cached Wiktionary mobile and desktop styles
* FIX: Broken file handling in legacy UWP app
* FIX: Miscellaneous small bugfixes and typos
* DEV: A lot of normalization of coding style using ESLint

Expand Down
5 changes: 3 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ <h3>Please read this important information</h3>
<div id="update" class="update">
<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>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>Ability to pick a folder of ZIM archives in nearly all apps and frameworks with support for Webkitdirectory API</li>
<li>Fast re-opening of previously picked archives or directories in these browsers (number of clicks minimized)</li>
<li>The Electron app is registerd as the default app for handling .zim or .zimaa archive files on Windows and Linux</li>
<li>Dragged and dropped files, including split files, can now be re-opened automatically in Electron and NWJS apps</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>
Expand All @@ -119,6 +119,7 @@ <h3 style="margin-top:0;">Changes in version <span class="version">2.0</span></h
<li>Option to build artefacts only for testing</li>
<li>Fixed broken Kiwix icon for Linux app packages</li>
<li>Improved fidelity of layout for translation tables in cached Wiktionary mobile and desktop styles</li>
<li>Fixed broken file handling in legacy UWP app</li>
<li>Miscellaneous small bugfixes and typos</li>
<li>A lot of normalization of coding style using ESLint</li>
</ul>
Expand Down

0 comments on commit d26fc61

Please sign in to comment.