Bump changelogs

This commit is contained in:
Jaifroid 2023-07-14 16:54:48 +01:00
parent 07311f7995
commit 66ee372401
2 changed files with 5 additions and 1 deletions

View File

@ -7,11 +7,13 @@
* 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
* 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)
* ENHANCEMENT: The Kiwix PWA can now be added as a Side Panel app in Edge (NB folder picking does not work in this configuration)
* BUILD: Allow producing signed or unsigned versions of appx, and compile to appxbundle
* ENHANCEMENT: Top toolbar now resized correctly with Window Controls Overlay in installed PWA on macOS and Windows
* ENHANCEMENT: When using Window Controls Overlay, app now has a draggable area (left of Kiwix icon)
* UPDATE: Troubleshooting instructions for installing on Debian on the Releases page
* BUILD: Allow producing signed or unsigned versions of appx, and compile to appxbundle
* BUILD: Option to build artefacts only for testing
* FIX: Miscellaneous small bugfixes and typos
* DEV: A lot of normalization of coding style using ESLint

View File

@ -107,6 +107,8 @@
<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>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>
<li>The Kiwix PWA can now be added as a Side Panel app in Edge (folder picking does not work in this configuration)</li>
<li>Top toolbar now resized correctly with Window Controls Overlay in installed PWA on macOS and Windows</li>
<li>When using Window Controls Overlay, app now has a draggable area (left of Kiwix icon)</li>