From 65b3320564985d8d25d6f6a8a263488081f8279e Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 7 Jun 2022 11:47:51 +0100 Subject: [PATCH] Update interim changelogs Former-commit-id: 4c378a8e5bf8f701b985d5769aa435429f7adf8a [formerly ee02ce938f7f173b37f4cc74e46a8641c1f46091 [formerly 4f0848c14a967378b50e560424bc82dca4b87448]] Former-commit-id: 333b0748b5803b66c5d5f7a920a50995dc5b3ce5 [formerly f98c369b8d37279d8a04df28f02e42f29417d7f9] Former-commit-id: 13af2de4928e5ffd5677ee8ae6c991fffb7ed927 --- CHANGELOG.md | 4 +++- www/index.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b89090d..c02a4c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/www/index.html b/www/index.html index 0251cbcd..61872dd7 100644 --- a/www/index.html +++ b/www/index.html @@ -132,6 +132,8 @@
  • Intelligently turn off dark theme if ZIM does not support it
  • Searching for assets in url index now properly shows the url instead of title
  • System alert dialogue box now recognizes Enter and Escape keys
  • +
  • Fix skipping forwards and backwards in videos inside Chromium frameworks
  • +
  • Derive redirect information from Zimit Headers if the response is mising from the archive
  • Process correctly the srcset property in image sets for Zimit ZIMs
  • Disable lazy image loading in Zimit ZIMs
  • Add some failsafe code to hide spinner if it runs too long (does not handle app crashes)