release: bump version to 0.51.1

This commit is contained in:
rayd1o
2026-05-11 10:59:41 +08:00
parent 1cb51b1172
commit 8955c58d19
12 changed files with 49 additions and 11 deletions

View File

@@ -8,6 +8,19 @@ This project follows the repository versioning rule:
- `improvement` -> `+0.0.1`bugfix + 小功能混合)
- `bugfix` -> `+0.0.1`
## [0.51.1] — 2026-05-11
Released: 2026-05-11
### Highlights
- 修复 Earth 静态资源引用方式,图标和国家边界数据改为模块相对 URL避免部署路径变化时资源加载失败。
- 将 Material Symbols Rounded 字体切换为本地资源,减少 Earth 页面首屏对外部字体服务的依赖。
### Fixed
- 修复 BGP 广播图标、算力中心图标和国家边界 GeoJSON 在非固定 `/earth` 路径下可能失效的问题。
---
## [0.51.0] — 2026-05-11
Released: 2026-05-11