Commit 83e27863 authored by Medicean's avatar Medicean

Merge branch 'master' into v2.0.x

parents 36811a5b 0a1f29ae
......@@ -2,6 +2,36 @@
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## 2018/09/12 `(v2.0.1)`
### 插件
* 新增 [「LiveScan」](https://github.com/virink/LiveScan) 插件 (Author: @virink)
> Webshell存活弹出插件
1. 通过请求 Webshell 并判断返回数据是否一致判断 Webshell 是否存活
2. 仅对 PHP,ASP,ASPX 有效
3. 一键将失联的 Webshell 移动到 `[.Trash]` 分类
4. 一键清空 `[.Trash]` 分类
### Bug Fix
* 修正下载更新时 chunk 导致进度条显示问题
* 修正 Windows 客户端用户自定义编码器加载问题
* 修正 C 盘无权限目录显示的 Bug(#51)
* 修正 Windows 客户端下上传文件路径截取问题(#97 thx @jjf012)
* 修正 Linux 客户端载入源码路径错误的问题 (cbb67dd0)
* 修正 Windows 服务器修改文件时间失败问题(#98 thx @jjf012)
* 修正 ASP Access 数据库显示数据库失败问题
### Other
* PHP虚拟终端执行命令函数增加了 `shell_exec`, `passthru`, `exec`, `popen`
* ASP wget 功能模版 `Microsoft.XMLHTTP` 替换为 `MSXML2.ServerXmlHttp` 支持 https (#98 thx @jjf012)
* 添加「检查更新」菜单
* 提示通过 git 控制源码用户通过 git 命令增量更新(http下载的源码暂时不支持增量更新)
## 2018/08/25 `(v2.0.0)`
### 模块增强
......
{
"name": "antsword",
"version": "2.0.0",
"version": "2.0.1",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
......@@ -14,7 +14,7 @@
"through": "^2.3.8"
},
"scripts": {
"start": "electron app.js",
"start": "AntSword app.js",
"build": "npm start"
},
"author": "antoor <u@uyu.us>",
......@@ -24,11 +24,10 @@
"url": "https://github.com/AntSwordProject/AntSword"
},
"update": {
"md5": "184c9217b01513647ccfaad49e795cfe",
"logs": "移除webpack以及其他不必要的依赖,直接无需编译即可执行ES6代码\n更新美化关于页面\n重构modules/request.js后端数据请求模块\n添加 aspx hex encoder 支持\n修正custom shell 读取自身时数据被截断的 bug\n增加php中的mysql数据库模板,用于不支持使用mysqli的服务器\n以及其他小部分的代码重构优化",
"md5": "",
"logs": "",
"sources": {
"coding.net": "https://coding.net/api/share/download/c405db5d-6fdb-4078-9326-32cd86c392a3",
"github": "https://github.com/antoor/antSword/releases/download/1.3.0/update.zip"
"github": "https://github.com/AntSwordProject/antSword/releases/latest"
}
},
"bugs": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment