From 150daf1ddac76f10e98aa20bada96c239d5ef655 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 27 Sep 2022 18:09:26 +0100 Subject: [PATCH] Update changelogs Former-commit-id: a29a841196e84199ab8c0b342f42e9188fd0c005 Former-commit-id: d4dfc30d429073aa038adf89d97e9f7baec416b6 --- CHANGELOG.md | 1 + www/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26868995..796dc30c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * FEATURE: Enable playback of most offline **embedded** YouTube video in Zimit ZIMs (SW mode) * ENHANCEMENT: YouTube video **links** can be played offline if video available (JQuery and SW modes) * ENHANCEMENT: Clearer signposting of Archive Index vs URL Index +* WORKAROUND: Assets with erroneous MIME types were misrecognized as articles (blocking reload of some articles) * FIX: Downloading of non-mirrored content in the Library * FIX: Recognize XHTML documents and applications in Zimit ZIMs and treat as HTML * FIX: Wikivoyage package and install icons diff --git a/www/index.html b/www/index.html index f525c8ae..f2f8f81c 100644 --- a/www/index.html +++ b/www/index.html @@ -126,6 +126,7 @@
  • Enable playback of most offline embedded YouTube video in Zimit ZIMs (SW mode)
  • YouTube video links can be played offline if video was scraped (JQuery and SW modes)
  • Clearer signposting of Archive Index vs URL Index
  • +
  • Workaround for assets with erroneous MIME types that blocked reload of some articles
  • Fix downloading of non-mirrored content in the Library
  • Recognize XHTML documents and applications in Zimit ZIMs and treat as HTML
  • Really fix Wikivoyage package and install icons this time