Skip to content

Commit 1b903a3

Browse files
committed
package: bump to v0.3.0
1 parent 61c5dbc commit 1b903a3

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# 更新日志
22

3+
## 0.3.0 (2018-05-14)
4+
5+
### :rocket: 新功能和改进
6+
7+
- 日志查看器新增地图(基于 Google Map)模式 :sparkles:
8+
- 将 blinksocks 依赖改为 peerDependency,可以选择使用不同的版本
9+
- 图表改为自动刷新
10+
- 选项卡标题增加动态内容
11+
12+
### :bug: Bug 修复:
13+
14+
- 修复子进程(blinksocks)报错退出时主进程(blinksocks-gui)崩溃的问题
15+
- 修复免安装版本无法再 Windows 平台下使用的问题
16+
- 修复 server 模式下无法修改密钥的问题
17+
- 修复无法通过强制刷新进入次级页面的问题
18+
- 修复日志查看器没有显示目标地址的问题
19+
20+
### 从 0.2.1 更新到 0.3.0
21+
22+
```
23+
$ npm install -g blinksocks-gui@0.3.0 blinksocks@3.x
24+
```
25+
326
## 0.2.1 (2018-04-11)
427

528
### :bug: Bug 修复:

core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blinksocks-gui",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "A web based GUI wrapper for blinksocks",
55
"author": "Micooz",
66
"files": [

0 commit comments

Comments
 (0)