Commit 5cc6c699 authored by Medicean's avatar Medicean

release v2.1.11

parent b226074f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
> 有空会补补BUG、添添新功能。 > 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT. > 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## `v(2.1.11)` ## 2021/03/26 `v(2.1.11)`
### 后端模块 ### 后端模块
...@@ -34,9 +34,11 @@ eg: ...@@ -34,9 +34,11 @@ eg:
> 能够适配所有编码器的Shell比较少, 这个功能就略显鸡肋, 我们决定移除它 > 能够适配所有编码器的Shell比较少, 这个功能就略显鸡肋, 我们决定移除它
* JSP Template 升级至 1.5.5-3c1cd75 * JSP Template 升级至 [v1.5](https://github.com/AntSwordProject/AntSword-JSP-Template/releases/tag/1.5)
* 支持解码器(返回包加密) * 支持解码器(返回包加密)
* 兼容 JDK5 * 兼容 JDK5
* 修复base64编码问题&改正错别字
* 修改获取当前目录的方式
### 其它 ### 其它
......
# AntSword [![release](https://img.shields.io/badge/release-v2.1.10-blue.svg?style=flat-square)][url-release] # AntSword [![release](https://img.shields.io/badge/release-v2.1.11-blue.svg?style=flat-square)][url-release]
> AntSword in your hands, no worries in your mind! > AntSword in your hands, no worries in your mind!
......
# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.10-blue.svg?style=flat-square)][url-release] # 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.11-blue.svg?style=flat-square)][url-release]
> 一剑在手,纵横无忧! > 一剑在手,纵横无忧!
......
{ {
"name": "antsword", "name": "antsword",
"version": "2.1.10", "version": "2.1.11",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "antsword", "name": "antsword",
"version": "2.1.10", "version": "2.1.11",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"crypto-js": "^3.1.9-1", "crypto-js": "^3.1.9-1",
......
{ {
"name": "antsword", "name": "antsword",
"version": "2.1.10", "version": "2.1.11",
"description": "中国蚁剑是一款跨平台的开源网站管理工具", "description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js", "main": "app.js",
"dependencies": { "dependencies": {
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
More at: https://github.com/AntSwordProject/AntSword-JSP-Template More at: https://github.com/AntSwordProject/AntSword-JSP-Template
Version: 1.5.5-3c1cd75 Version: 1.5
\ No newline at end of file
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