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