Skip to content

Commit 484ffe5

Browse files
soso
authored andcommitted
Release v0.0.7
1 parent acf4195 commit 484ffe5

13 files changed

Lines changed: 1624 additions & 60 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emby302gateway-rs"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
edition = "2024"
55
license = "MIT"
66

docs/changelog.md

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

3+
## v0.0.7
4+
5+
发布时间:2026-05-24
6+
7+
### 新增
8+
9+
- 新增服务器连通性定时巡检,覆盖 Emby、OpenList 和反代端口。
10+
- 新增首页运维状态合并展示,统一显示监听、巡检、异常和自动重启信息。
11+
- 新增巡检失败后的自动重启配置,可设置连续无响应多久后自动重启反代进程。
12+
13+
### 优化
14+
15+
- 健康检查和反代监听状态合并为一组服务器状态展示,减少重复信息。
16+
- 连通性异常会写入日志并支持 webhook 通知。
17+
18+
### 验证
19+
20+
- `cargo fmt --check`
21+
- `cargo clippy --all-targets -- -D warnings`
22+
- `cargo test`
23+
- `cd frontend && npm run build`
24+
- `cargo build --release --locked`
25+
326
## v0.0.6
427

528
发布时间:2026-05-24

0 commit comments

Comments
 (0)