diff --git a/README.en.md b/README.en.md index 48ab5a82..fd6a1f87 100644 --- a/README.en.md +++ b/README.en.md @@ -78,6 +78,10 @@ If everything is ok,you will see the picture below. ### Changelog +> April 8th 2019 +1. Cache and queue implementations abstract, providing JDK and REDIS implementations (REDIS becomes optional dependencies) +2. Provides zip and tar.gz packages, and provides a one-click startup script + > January 17th 2018 1. Refined the project directory, abstract file preview interface, Easy to extend more file extensions and depoly this project on your own diff --git a/README.md b/README.md index d0f4df40..ef71c115 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ file.dir为转换文件实际存储地址,注意要以/结尾 ### 历史更新记录 +> 2019年04月08日 : +1. 缓存及队列实现抽象,提供JDK和REDIS两种实现(REDIS成为可选依赖) +2. 打包方式提供zip和tar.gz包,并提供一键启动脚本 + > 2018年01月19日 : 1. 大文件入队提前处理