Skip to content

Commit

Permalink
docs: update version 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Feb 21, 2022
1 parent 1b1a9e4 commit ab1d5f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## 目录

* [0.2.10](#027---2022-02-21)
* [0.2.9](#027---2022-02-20)
* [0.2.8](#027---2022-02-18)
* [0.2.7](#027---2022-02-17)
Expand All @@ -15,6 +16,14 @@
* [0.2.0](#020---2022-01-30)
* [0.1.0](#010---2022-01-27)


# 0.2.10 - 2022-02-21

当前版本主要修正了编辑器的使用问题,以及更新了帮助页面展示的功能链接。

- [修正] 修正编辑器不能使用的问题。 https://github.com/soulteary/docker-flame/issues/2 (感谢 @Mantyke 反馈)
- [优化] 完善帮助页面的功能链接。

# 0.2.9 - 2022-02-20

当前版本新增了在线编辑功能,以及一个用于聚合内部工具地址的帮助页面,完善了程序启动时和环境变量以及命令行参数的交互,并进行了大量重构工作。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cd docker-flare
# 可以使用最新镜像
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare
# 也可以追求明确,使用固定版本
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare:0.2.9
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare:0.2.10
```

如果你习惯使用 docker-compose,只需要执行:
Expand Down
4 changes: 2 additions & 2 deletions docs/advanced-startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
## 命令行参数

```
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare:0.2.9 flare -h
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare:0.2.10 flare -h
Flare v0.2.9-F179280 linux/amd64 BuildDate=2022-02-20T22:55:42+0800
Flare v0.2.10-2A94E4D linux/amd64 BuildDate=2022-02-21T11:31:03+0800
支持命令:
-p, --port int 指定监听端口 (default 5005)
Expand Down

0 comments on commit ab1d5f8

Please sign in to comment.