Bump CHANGELOGS for v3.5.8

This commit is contained in:
Jaifroid 2025-04-01 18:15:38 +01:00
parent c193313a21
commit f810badb07
2 changed files with 7 additions and 1 deletions

View File

@ -3,16 +3,19 @@
## Release 3.5.7 / 3.5.8
* ENHANCEMENT: Added a toolbar button to switch quickly between light and dark themes
* ENHANCEMENT: Make search results accessible for screen readers
* FIX: Bug that opened articles in new windows after switching from Zimit to Wikimedia archive
* 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
* FIX: Aligning of new UI icons
* FIX: Various typos in the app
* FIX: Handle user clicking on child element of list item in article list
* 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: Update Vite to v6.2.2
* DEV: Update Vite to v6.2.4
* DEV: Various security updates for dependencies
## Release 3.5.3 / 3.5.4

View File

@ -103,12 +103,15 @@
<h3 style="margin-top:0;">Changes in version <span class="version">3.0</span></h3>
<ul style="padding-left: 15px;">
<li>Added a toolbar button to switch quickly between light and dark themes</li>
<li>Search results now accessible for screen readers</li>
<li>Fix bug that opened in articles in new windows unintentionally</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>Handle user clicking on child element of list item in article list</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>