Bump changelogs

This commit is contained in:
Jaifroid 2025-08-04 16:57:01 +03:00
parent b3307395f2
commit 47e19a888b
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## Interim release 3.6.85
* FIX: Opening and closing of Wikipedia sections in ActionParse ZIMs (when transformed to mobile style)
* REGRESSION: Fixed bug with persistent file system permissions in Electron app
* FIX: Typo in configuration
* DEV: Bump Electron builder to 26.0.18
## Release 3.6.7 / 3.6.8
* FEATURE: Add snippets to fulltext search

View File

@ -100,8 +100,10 @@
improving the app are very welcome: see About section.
</p>
<div id="update" class="update">
<h3 style="margin-top:0;">Changes in version <span class="version">3.6.8</span></h3>
<h3 style="margin-top:0;">Changes in version <span class="version">3.6.85</span></h3>
<ul style="padding-left: 15px;">
<li>[3.6.85] Fix collapsing of Wikipedia sections in ActionParse ZIMs (only when transformed to mobile style)</li>
<li>[3.6.85] Fix bug with persistent file system permissions in Electron app (pending new release)</li>
<li>Added snippets to fulltext search results</li>
<li>Improved keyboard navigation of search results</li>
<li>Fixed find in article bar not showing</li>