From 75ab4b0617943a8ef707c2570eb407661baf8e08 Mon Sep 17 00:00:00 2001 From: shawn Date: Fri, 19 Jul 2024 22:11:12 +0800 Subject: [PATCH] update --- doc/en/patches.md | 1 + doc/zh/patches.md | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/en/patches.md b/doc/en/patches.md index ef4319e..7e0ded8 100644 --- a/doc/en/patches.md +++ b/doc/en/patches.md @@ -1,6 +1,7 @@ ### 4.2.9 ###### 2024-7-19 - [optimize] Optimize image loading logic to solve some issues: + - Note: This version will affect the display of downloaded images. Please clear cache and resynchronize after updating the version for a better experience. - Speed up image show in article page. https://github.com/seazon/FeedMe/issues/721 - Fix image not show issue. https://github.com/seazon/FeedMe/issues/686 - Fix show first image when click any image issue. https://github.com/seazon/FeedMe/issues/379 diff --git a/doc/zh/patches.md b/doc/zh/patches.md index d3b4e9f..4a198ca 100644 --- a/doc/zh/patches.md +++ b/doc/zh/patches.md @@ -1,6 +1,7 @@ ### 4.2.9 ###### 2024-7-19 - [优化] 优化图片加载逻辑,解决部分问题: + - 注意:此版本会影响已下载图片的显示,请更新版本后清除缓存重新同步,以获得更好的体验。 - 加快文章页面中图像的显示速度。 https://github.com/seazon/FeedMe/issues/721 - 修复图像不显示问题。 https://github.com/seazon/FeedMe/issues/686 - 修复点击任意图片时显示第一张图片的问题。 https://github.com/seazon/FeedMe/issues/379