Update interim changelogs

Former-commit-id: 4c378a8e5bf8f701b985d5769aa435429f7adf8a [formerly ee02ce938f7f173b37f4cc74e46a8641c1f46091 [formerly 4f0848c14a967378b50e560424bc82dca4b87448]]
Former-commit-id: 333b0748b5803b66c5d5f7a920a50995dc5b3ce5 [formerly f98c369b8d37279d8a04df28f02e42f29417d7f9]
Former-commit-id: 13af2de4928e5ffd5677ee8ae6c991fffb7ed927
This commit is contained in:
Jaifroid 2022-06-07 11:47:51 +01:00
parent e186d1c2b4
commit 65b3320564
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## In-progress release 2.0.5
## In-progress release 2.0.6
* FEATURE: Optionally check for app updates and inform user of availability
* ENHANCEMENT: Radical improvement in CSS rendering in Zimit ZIMs
@ -9,6 +9,8 @@
* ENHANCEMENT: Speed up regex processing of Zimit transforms
* ENHANCEMENT: Intelligently auto-switch image manipulation setting if supported by ZIM type
* ENHANCEMENT: Intelligently turn off dark theme if ZIM does not support it
* FIX: Skipping forwards and backwards in videos inside Chromium frameworks
* FIX: Derive redirect information from Zimit Headers if the response is mising from the archive
* FIX: Searching for assets in url index now properly shows the url instead of title
* FIX: System alert dialogue box now handles keyboard events
* FIX: Process correctly the `srcset` property in image sets for Zimit ZIMs

View File

@ -132,6 +132,8 @@
<li>Intelligently turn off dark theme if ZIM does not support it</li>
<li>Searching for assets in url index now properly shows the url instead of title</li>
<li>System alert dialogue box now recognizes Enter and Escape keys</li>
<li>Fix skipping forwards and backwards in videos inside Chromium frameworks</li>
<li>Derive redirect information from Zimit Headers if the response is mising from the archive</li>
<li>Process correctly the <code>srcset</code> property in image sets for Zimit ZIMs</li>
<li>Disable lazy image loading in Zimit ZIMs</li>
<li>Add some failsafe code to hide spinner if it runs too long (does not handle app crashes)</li>