Bump changelogs

This commit is contained in:
Jaifroid 2025-03-16 12:00:09 +00:00
parent 42e5888253
commit 4bfdb1f7f9
2 changed files with 18 additions and 19 deletions

View File

@ -1,14 +1,18 @@
# Changelog
## Interim release 3.5.41
## Release 3.5.7 / 3.5.8
* ENHANCEMENT: Added a toolbar button to switch quickly between light and dark themes
* FIX: Fix popover width scaling when `zoom` attribute is set
* FIX: Support older Firefox versions when creating popovers
* FIX: Repeated titles in Wikivoyage ZIMs made from the mobile-html API
* FIX: Dark/light theme is now applied correctly to popovers as soon as the theme is switched
* DEV: Developer directories are no longer shown in the download library
* FIX: Aligning of new UI icons
* FIX: Various typos in the app
* UPDATE: Wikivoyage and WikiMed templates and associated info
* DEV: Developer directories are no longer shown in the download library unless the app is in developer mode
* DEV: Correction of errors in Draft Release script and better feedback in workflow
* DEV: Various security updates for dependencies
## Release 3.5.3 / 3.5.4

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
@ -102,22 +102,17 @@
<div id="update" class="update">
<h3 style="margin-top:0;">Changes in version <span class="version">3.0</span></h3>
<ul style="padding-left: 15px;">
<li>For updates since v3.5.4, please see the <a href="https://github.com/kiwix/kiwix-js-pwa/blob/main/CHANGELOG.md" target="_blank" rel="noopener">CHANGELOG</a></li>
<li>App now prompts user to switch to OPFS on Android and Firefox Desktop</li>
<li>App now uses OPFS Persistent Storage on Firefox for greatly increased Storage quota</li>
<li>Prevent accidental app reload if an archive is loaded</li>
<li>Disabled reload protection if app has persistent access to storage via FSA API</li>
<li>Prominent "Download now" button in library if OPFS is enabled</li>
<li>Better styling for popovers in dark mode</li>
<li>If main Kiwix download server is inaccessible, app now provides a list of mirrors</li>
<li>Popovers now take into account the zoom factor on latest browsers with new support for `zoom`</li>
<li>PWA can now update without user having to exit the app (with user gesture or automatically in Electron)</li>
<li>If user hasn't dismissed the splashscreen then it is shown again after a refresh</li>
<li>When printing, the zoom level of the article is temporarily reset for more predictable results</li>
<li>Handle navigation correctly in new DevDoc ZIMs</li>
<li>Search now takes into account any article zoom level</li>
<li>Fix build of Win7 32bit app with wrong Electron version and block autoupdate</li>
<li>Reset options are now in separate module to avoid circular dependencies</li>
<li>Added a toolbar button to switch quickly between light and dark themes</li>
<li>Fix popover width scaling when zoom attribute is set</li>
<li>Support older Firefox versions when creating popovers</li>
<li>Fix repeated titles in Wikivoyage ZIMs made from the mobile-html API</li>
<li>Dark/light theme is now applied correctly to popovers as soon as theme is switched</li>
<li>Fix aligning of new UI icons</li>
<li>Fix various typos in the app</li>
<li>Update Wikivoyage and WikiMed templates and associated info</li>
<li>Developer directories are no longer shown in the download library unless the app is in developer mode</li>
<li>Correction of errors in Draft Release script and better feedback in workflow</li>
<li>Various security updates for dependencies</li>
</ul>
<p><a href="https://github.com/kiwix/kiwix-js-pwa/blob/main/CHANGELOG.md" target="_blank" rel="noopener">And there's more...<img alt="external link" src="I/s/Icon_External_Link.png"></a></p>
</div>