Skip to content

Commit

Permalink
(Other:Changelog) 更新改动日志
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed Jun 10, 2019
1 parent 0c4b241 commit 916403e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

> 将 pwd payload 全部转换成 `%uxxxx` 这种形式, eg: `Re` => `%u0052%u0065`
### 文件管理

* 「文件下载」支持多文件下载, **不支持选择「文件夹」** #140

### 其它

* 修复 `jsp_custom_script_for_mysql.jsp` 使用 `base64` 编码器连接数据库时 `characterEncoding` 二次解码导致的无法识别的问题 #171
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antsword",
"version": "2.1.2.3",
"version": "2.1.2.4",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
Expand Down Expand Up @@ -38,4 +38,4 @@
"url": "https://github.com/AntSwordProject/AntSword/issues"
},
"homepage": "https://github.com/AntSwordProject/AntSword/"
}
}

0 comments on commit 916403e

Please sign in to comment.