Skip to content

Commit

Permalink
docs: update 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Jan 6, 2024
1 parent 366abc7 commit a5696b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## 目录

* [0.5.1](#050---2024-01-06)
* [0.5.0](#050---2024-01-05)
* [0.4.3](#043---2023-12-07)
* [0.4.2](#042---2023-12-06)
Expand All @@ -24,6 +25,11 @@
* [0.2.0](#020---2022-01-30)
* [0.1.0](#010---2022-01-27)

# 0.5.1 - 2024-01-06

- [修正] 修正 .env 文件读取时的逻辑。
- [优化] 完善程序解析参数时的测试覆盖率。

# 0.5.0 - 2024-01-05

- [优化] 使用 Go 新版日志工具替换三方日志库,性能提升。
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ cd docker-flare
docker pull soulteary/flare
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare
# 也可以追求明确,使用固定版本
docker pull soulteary/flare:0.5.0
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare:0.5.0
docker pull soulteary/flare:0.5.1
docker run --rm -it -p 5005:5005 -v `pwd`/app:/app soulteary/flare:0.5.1
```

如果你习惯使用 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 @@ -30,10 +30,10 @@
## 命令行参数

```
docker run --rm -it -p 5005:5005 soulteary/flare:0.5.0 flare
docker run --rm -it -p 5005:5005 soulteary/flare:0.5.1 flare
找不到配置文件config,创建默认配置。
[22:49:49.562] INFO: Flare - 🏂 Challenge all bookmarking apps and websites directories, Aim to Be a best performance monster.
[22:49:49.562] INFO: 程序信息: {"GOGS/ARCH":"linux/arm64","commit":"939551F662C12D0067C6952CC7DC036FA713A506","date":"2024-01-05T13:59:30Z","version":"0.5.0"}
[11:23:23.622] INFO: 程序信息: {"GOGS/ARCH":"linux/arm64","commit":"4D2A2143715A30FC1646DE067847322A8C6F91BF","date":"2024-01-06T03:24:10Z","version":"0.5.1"}
[22:49:49.562] INFO: 程序服务端口 {"port":5005}
[22:49:49.562] INFO: 页面请求合并 {"mini_request":false}
[22:49:49.562] INFO: 启用离线模式 {"offline":false}
Expand Down

0 comments on commit a5696b8

Please sign in to comment.