From bf08c2c26f4cd3fe47903bd265357f98d184d9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=B2=BE=E5=8D=8E?= <842761733@qq.com> Date: Mon, 8 Apr 2019 18:33:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) 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. 大文件入队提前处理