diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b4e973..4a658516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * REGRESSION: Fixed loss of ability to pick ZIM archives in latest Chromium on Android * REGRESSION: Fixed loss of ability to access custom ZIMs from download library * REGRESSION: Work around missing titles in all WikiMedia scrapes since 2023-07 +* FIX: Avoid hyperlinking math fallback images to high-res Wikimedia versions * FIX: Conflict between manual image display and hyperlinking images to high-res Wikimedia versions * FIX: More broken Linux icons * DEV: Appx package is now uploaded to Kiwix releases diff --git a/www/index.html b/www/index.html index 7b3bde72..1441f3be 100644 --- a/www/index.html +++ b/www/index.html @@ -106,6 +106,7 @@
  • Fixed loss of ability to pick ZIM archives in latest Chromium on Android
  • Fixed regression preventing access to custom ZIM archives in download library
  • Work around missing titles in all WikiMedia scrapes since 2023-07
  • +
  • Avoid hyperlinking math fallback images to high-res Wikimedia versions
  • Fix conflict between manual image display and hyperlinking images to high-res Wikimedia versions
  • Fix more broken Linux icons
  • Appx package is now uploaded to Kiwix releases