Skip to content

Commit

Permalink
snapshot v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed Jun 11, 2019
1 parent 916403e commit dac9661
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## `v(2.1.3)`
## 2019/06/11 `v(2.1.3)`

### 核心模块

Expand All @@ -29,6 +29,35 @@
* 修复 `jsp_custom_script_for_mysql.jsp` 使用 `base64` 编码器连接数据库时 `characterEncoding` 二次解码导致的无法识别的问题 #171
* 修复 `ASP``Custom` 数据库管理导出问题 #172
* `jsp_custom_script_for_mysql.jsp`, `jsp_custom_script_for_oracle.jsp`, `jspx_custom_script_for_mysql.jspx` 新增解码器支持
* 现在可以使用 HomeBrew 来安装、更新 `AntSword-Loader``AntSword` 了。参见 [homebrew-antsword](https://github.com/AntSwordProject/homebrew-antsword/)

具体步骤如下:

1. 添加 antsword 源
```
$ brew tap antswordproject/antsword
```
2. 安装 antsword-loader

```
$ brew cask install antsword-loader
```

3. 安装 antsword

```
$ brew install antsword
```

安装完毕后,运行 AntSword.app, 选择源码目录为 `/usr/local/opt/antsword`

**如果使用 HomeBrew 来管理antsword-loader 和 antsword 的版本,请一直使用该方式进行管理**

### 插件相关

* 新增 [「免杀Shell生成」插件](https://github.com/yzddmr6/as_webshell_venom) (Author: @yzddmr6)

> 利用随机异或免杀D盾蚁剑版
## 2019/05/13 `v(2.1.2)`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AntSword [![release](https://img.shields.io/badge/release-v2.1.2-blue.svg?style=flat-square)][url-release]
# AntSword [![release](https://img.shields.io/badge/release-v2.1.3-blue.svg?style=flat-square)][url-release]

> AntSword in your hands, no worries in your mind!
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.2-blue.svg?style=flat-square)][url-release]
# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.3-blue.svg?style=flat-square)][url-release]

> 一剑在手,纵横无忧!
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antsword",
"version": "2.1.2.4",
"version": "2.1.3",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
Expand Down

0 comments on commit dac9661

Please sign in to comment.