Skip to content

Commit 9e3b41a

Browse files
committed
v0.8.0 release
1 parent b25fad8 commit 9e3b41a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## v0.8.0
22
对核心代码进行了完整的重构,实现了 supervisor 插件,部分插件等待下个版本进行重构。
33

4-
224 commits, 202 changed files with 6682 additions and 4047 deletions, by 1 contributors: jysperm, yudong.
5-
64
* (新增) 基于 Travis-CI 的自动测试,增加了 Vagrantfile
75
* (新增) reconfigure 功能,重新应用配置
86
* (新增) 完成了 Supervisor 插件
@@ -22,6 +20,8 @@
2220
* (安全) 增加了 CSRF Token 机制
2321
* (安全) 修复了比特币支付部分的一个安全问题
2422

23+
252 commits, 242 changed files with 7495 additions and 5327 deletions, by 2 contributors: jysperm, yudong.
24+
2525
## v0.7.1(2014.9.2)
2626
有关 ShadowSocks 的漏洞修复,以及从 v0.6.0 升级的迁移脚本。
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rootpanel",
3-
"version": "0.8.0-rc.1",
3+
"version": "0.8.0",
44
"description": "A pluggable PaaS service development framework",
55
"homepage": "https://rootpanel.io",
66
"license": "AGPL-3.0",

plugin/shadowsocks/locale/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"remote_port": "Port",
55
"reset": "Reset",
66
"transfer": "Traffic",
7-
"method": "method",
7+
"method": "Method",
88
"transfer_remainder": "About __traffic__ G remainder",
99
"24hours_ago": "24 hours ago",
1010
"3days_ago": "3 days ago",

0 commit comments

Comments
 (0)