Bump changelogs

This commit is contained in:
Jaifroid 2025-08-25 12:06:55 +01:00
parent c8271e2beb
commit c7f8aa144a
2 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,12 @@
# Changelog
# Interim release 3.7.11
# Interim release 3.7.12
* REGRESSION: Restore opening and closing of headers for ActionParse ZIMs converted to mobile style
* FIX: Adapt remove max pagewidth restriction to ActionParse ZIMs
* FIX: Restricted width of Wikimedia articles on mobile screen sizes
* FIX: Enter key selects first search result
* FIX: Display of some ultra-wide infoboxes in RTL Wikipedia ZIMs
* DEV: More intelligent file detection in Electron script
* DEV: Security update for tmp module

View File

@ -103,7 +103,10 @@
<h3 style="margin-top:0;">Changes in version <span class="version">3.x</span></h3>
<ul style="padding-left: 15px;">
<li>[3.7.11] Restore opening and closing of headers for ActionParse ZIMs converted to mobile style</li>
<li>[3.7.12] Adapt remove max pagewidth restriction to ActionParse ZIMs</li>
<li>[3.7.12] Fix restricted width of Wikimedia articles on mobile screen sizes</li>
<li>[3.7.11] Enter key selects first search result</li>
<li>[3.7.12] Fix display of some ultra-wide infoboxes in RTL Wikipedia ZIMs</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>Fix collapsing of Wikipedia sections when transformed to mobile style</li>