Update changelogs

This commit is contained in:
Jaifroid 2025-08-30 10:20:01 +01:00
parent 61a93f9763
commit 2ed5202926
2 changed files with 17 additions and 14 deletions

View File

@ -1,12 +1,13 @@
# Changelog # Changelog
# Interim release 3.7.15 # Interim release 3.7.4
* ENHANECEMENT: Enter key selects first search result * ENHANECEMENT: Enter key selects first search result
* ENHANCEMENT: Prevent user selecting contradictory settings for page style * ENHANCEMENT: Prevent user selecting contradictory settings for page style
* REGRESSION: Restore opening and closing of headers for ActionParse ZIMs converted to mobile style * REGRESSION: Restore opening and closing of headers for ActionParse ZIMs converted to mobile style
* REGRESSION: Do not preselect first item in search results * REGRESSION: Do not preselect first item in search results
* FIX: Better converstion of headings to details-summary style * REGRESSION: Fix catastrophic backtrcking in cleanup regex
* FIX: Better conversion of headings to details-summary style
* FIX: Adapt remove max page width restriction to ActionParse ZIMs * FIX: Adapt remove max page width restriction to ActionParse ZIMs
* FIX: Restricted width of Wikimedia articles on mobile screen sizes * FIX: Restricted width of Wikimedia articles on mobile screen sizes
* FIX: Display of some ultra-wide infoboxes in RTL Wikipedia ZIMs * FIX: Display of some ultra-wide infoboxes in RTL Wikipedia ZIMs
@ -14,6 +15,7 @@
* FIX: Ensure consistent page reloading after a theme change * FIX: Ensure consistent page reloading after a theme change
* FIX: Hide unwanted content on Wikipedia landing page * FIX: Hide unwanted content on Wikipedia landing page
* FIX: Display of some dark_mode_safe svg images and equivalent in dark theme * FIX: Display of some dark_mode_safe svg images and equivalent in dark theme
* FIX: Repair override Wikivoyage landing page
* DEV: More intelligent file detection in Electron script * DEV: More intelligent file detection in Electron script
* DEV: Improvements to PWA publishing script with sensible options preselected * DEV: Improvements to PWA publishing script with sensible options preselected
* DEV: Security update for tmp module * DEV: Security update for tmp module

View File

@ -102,18 +102,19 @@
<div id="update" class="update"> <div id="update" class="update">
<h3 style="margin-top:0;">Changes in version <span class="version">3.x</span></h3> <h3 style="margin-top:0;">Changes in version <span class="version">3.x</span></h3>
<ul style="padding-left: 15px;"> <ul style="padding-left: 15px;">
<li>[3.7.11] Make enter key select first search result</li> <li>[3.7.4] Make enter key select first search result</li>
<li>[3.7.15] Prevent user selecting contradictory settings for page style</li> <li>[3.7.4] Prevent user selecting contradictory settings for page style</li>
<li>[3.7.11] Restore opening and closing of headers for ActionParse ZIMs converted to mobile style</li> <li>[3.7.4] Restore opening and closing of headers for ActionParse ZIMs converted to mobile style</li>
<li>[3.7.14] Do not preselect first item in search results</li> <li>[3.7.4] Do not preselect first item in search results</li>
<li>[3.7.14] Better conversion of headings to details-summary style</li> <li>[3.7.4] Fix catastrophic backtracking in cleanup process</li>
<li>[3.7.12] Adapt remove max pagewidth restriction to ActionParse ZIMs</li> <li>[3.7.4] Better conversion of headings to details-summary style</li>
<li>[3.7.12] Fix restricted width of Wikimedia articles on mobile screen sizes</li> <li>[3.7.4] Adapt remove max pagewidth restriction to ActionParse ZIMs</li>
<li>[3.7.12] Fix display of some ultra-wide infoboxes in RTL Wikipedia ZIMs</li> <li>[3.7.4] Fix restricted width of Wikimedia articles on mobile screen sizes</li>
<li>[3.7.14] Fix size of regular infoboxes with Wikipedia articles converted to mobile style</li> <li>[3.7.4] Fix display of some ultra-wide infoboxes in RTL Wikipedia ZIMs</li>
<li>[3.7.15] Ensure consistent page reloading after a theme change</li> <li>[3.7.4] Fix size of regular infoboxes with Wikipedia articles converted to mobile style</li>
<li>[3.7.14] Hide unwanted content on Wikipedia landing page</li> <li>[3.7.4] Ensure consistent page reloading after a theme change</li>
<li>[3.7.16] Fix display of some dark_mode_safe svg images and equivalent in dark theme</li> <li>[3.7.4] Hide unwanted content on Wikipedia landing page</li>
<li>[3.7.4] Fix display of some dark_mode_safe svg images and equivalent in dark theme</li>
<li>Disable Table of Contents dropup if fewer than two headings in article</li> <li>Disable Table of Contents dropup if fewer than two headings in article</li>
<li>Reload current article when switching between desktop and mobile styles</li> <li>Reload current article when switching between desktop and mobile styles</li>
<li>Fix collapsing of Wikipedia sections when transformed to mobile style</li> <li>Fix collapsing of Wikipedia sections when transformed to mobile style</li>