From cf1af8a35c6fca06d6786c27839796a60c980aa3 Mon Sep 17 00:00:00 2001 From: Aicirou <2643053021@qq.com> Date: Wed, 3 Jun 2020 00:05:04 +0800 Subject: [PATCH] Update README --- README.md | 13 +++++++++++-- README_zh.md | 12 +++++++++++- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 940d244..77d416b 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,20 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/) ## Logs +### 2020-06-02 + +- Add clean file cache +- Support for custom video player (API) +- Beautify: the grid mode file shows icon when no preview is shown +- Beautify: Adjust the HEAD.md render position +- Solve the problem that files that can't be previewed can't be downloaded directly by clicking [#30](https://github.com/Aicirou/goindex-theme-acrou/issues/30) +- Solve the problem that the file name cannot be opened [#20](https://github.com/Aicirou/goindex-theme-acrou/issues/20) +- Solve the problem that switching pages will fall back in the current page loading [#37](https://github.com/Aicirou/goindex-theme-acrou/issues/37) (Thanks [@PedroZhang](https://github.com/PedroZhang) Help to find out the cause of the problem) + ### 2020-5-20 - Program changed to SPA(single page application) - -- Add page level cache(The browser does not refresh and load in seconds after backward, and Mac users have a better experience of using touch pad) +- Add page level cache(Browser forward and backward do not refresh seconds to load, and Mac users have a better experience of using touch pad) - Add http basic auth(Each drive letter can be configured with a user name and password separately, which can protect all sub files and sub folders under the drive) - Add grid view mode(File preview) - Add paging load diff --git a/README_zh.md b/README_zh.md index b470ee0..1146da1 100644 --- a/README_zh.md +++ b/README_zh.md @@ -47,11 +47,21 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/) ## 更新日志 +### 2020-06-02 + +- 添加清理文件缓存 +- 支持自定义视频播放器(API) +- 美化:网格模式文件无预览图时显示图标 +- 美化:调整HEAD.md渲染位置 +- 解决搜索不能预览的文件点击无法直接下载 [#30](https://github.com/Aicirou/goindex-theme-acrou/issues/30) +- 解决文件名中有#无法打开的问题 [#20](https://github.com/Aicirou/goindex-theme-acrou/issues/20) +- 解决当前页面加载中切换页面会回退的问题 [#37](https://github.com/Aicirou/goindex-theme-acrou/issues/37) (感谢@[PedroZhang](https://github.com/PedroZhang)帮忙找出的问题原因) + ### 2020-5-20 - 程序改为单页应用 -- 添加页面级缓存(浏览器前后后退不刷新秒加载,mac用户使用触控板体验更佳) +- 添加页面级缓存(浏览器前进后退不刷新秒加载,mac用户使用触控板体验更佳) - 添加 http basic auth(每个盘符可单独配置用户名和密码,可以保护该盘下所有子文件和子文件夹) - 添加网格视图模式(文件预览) - 添加分页加载