Ready to release 3.1.0

This commit is contained in:
lishuang
2020-07-12 00:14:22 +08:00
parent c5111929a3
commit 988d2caced
5 changed files with 7 additions and 15 deletions

View File

@ -52,22 +52,14 @@ c. 在github上发布新版本。
TO RELEASE
tank-3.1.0.beta1
tank-3.1.0
1. Reconstruct frontend by typescript+react+antd.
1. Enhance the webdav ability.
2. Add charset in mysql config.
3. Add preview_config.
4. Add delete user feature.
5. Fix the move to root dir bug.
ALTER TABLE `tank`.`tank30_matter`
ADD COLUMN `prop` VARCHAR(1024) NULL DEFAULT '{}' AFTER `times`;
2. Remove Migrate 20To30
6. Add Scan config.
2019-10-13