Bump changelogs

This commit is contained in:
Jaifroid 2025-09-02 22:04:43 +01:00
parent 474e8be0da
commit 1e45adb1e3
2 changed files with 15 additions and 13 deletions

View File

@ -9,6 +9,7 @@
* REGRESSION: Do not preselect first item in search results
* REGRESSION: Fix catastrophic backtrcking in cleanup regex
* INFO: Add instructions for installing macOS packages
* UPDATE: Open Textbook of Medicine landing page
* FIX: Better conversion of headings to details-summary style
* FIX: Adapt remove max page width restriction to ActionParse ZIMs
* FIX: Restricted width of Wikimedia articles on mobile screen sizes

View File

@ -102,20 +102,21 @@
<div id="update" class="update">
<h3 style="margin-top:0;">Changes in version <span class="version">3.x</span></h3>
<ul style="padding-left: 15px;">
<li>[3.7.4] Make enter key select first search result</li>
<li>[3.7.4] Prevent user selecting contradictory settings for page style</li>
<li>[3.7.6] Make enter key select first search result</li>
<li>[3.7.6] Prevent user selecting contradictory settings for page style</li>
<li>[3.7.6] Add experimental macOS packages and instructions</li>
<li>[3.7.4] Restore opening and closing of headers for ActionParse ZIMs converted to mobile style</li>
<li>[3.7.4] Do not preselect first item in search results</li>
<li>[3.7.4] Fix catastrophic backtracking in cleanup process</li>
<li>[3.7.4] Better conversion of headings to details-summary style</li>
<li>[3.7.4] Adapt remove max pagewidth restriction to ActionParse ZIMs</li>
<li>[3.7.4] Fix restricted width of Wikimedia articles on mobile screen sizes</li>
<li>[3.7.4] Fix display of some ultra-wide infoboxes in RTL Wikipedia ZIMs</li>
<li>[3.7.4] Fix size of regular infoboxes with Wikipedia articles converted to mobile style</li>
<li>[3.7.4] Ensure consistent page reloading after a theme change</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>[3.7.6] Restore opening and closing of headers for ActionParse ZIMs converted to mobile style</li>
<li>[3.7.6] Do not preselect first item in search results</li>
<li>[3.7.6] Fix catastrophic backtracking in cleanup process</li>
<li>[3.7.6] Update Open Textbook of Medicine landing page</li>
<li>[3.7.6] Better conversion of headings to details-summary style</li>
<li>[3.7.6] Adapt remove max pagewidth restriction to ActionParse ZIMs</li>
<li>[3.7.6] Fix restricted width of Wikimedia articles on mobile screen sizes</li>
<li>[3.7.6] Fix display of some ultra-wide infoboxes in RTL Wikipedia ZIMs</li>
<li>[3.7.6] Fix size of regular infoboxes with Wikipedia articles converted to mobile style</li>
<li>[3.7.6] Ensure consistent page reloading after a theme change</li>
<li>[3.7.6] Hide unwanted content on Wikipedia landing page</li>
<li>[3.7.6] 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>Reload current article when switching between desktop and mobile styles</li>
<li>Fix collapsing of Wikipedia sections when transformed to mobile style</li>