Skip to content

Commit b7e4e61

Browse files
committed
feat: 添加项目变更日志 (CHANGELOG)
为记录项目发布历史,新增 `CHANGELOG.md` 文件。该文件详细描述了首次发布版本包含的核心功能与特性。 - **核心监控**:实现了基于 `TrafficStats` 和 `ConnectivityManager` 的网速监控逻辑,可过滤 VPN 等虚拟接口。 - **UI 实现**:采用 Jetpack Compose 构建,并支持 Material You 动态颜色主题。 - **主要功能**:支持在通知栏和可拖拽的悬浮窗中实时显示网速。 - **集成工具**:内置了基于 Chrome Custom Tabs 的 Cloudflare 快捷测速功能。
1 parent ee7e180 commit b7e4e61

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### 🎉🎉🎉 The First Release 🎉🎉🎉
2+
3+
* **Core: Precise Network Monitoring (核心:精准网速监控)**
4+
* Implemented `TrafficStats` + `ConnectivityManager` based monitoring logic to filter out
5+
virtual interfaces (like `tun0` from VPNs).
6+
* 实现了基于 `TrafficStats``ConnectivityManager` 的监控逻辑,智能过滤 VPN (`tun0`)
7+
等虚拟接口流量,解决网速翻倍显示的问题。
8+
9+
* **UI: Material Design 3 (界面:Material Design 3)**
10+
* Full Jetpack Compose implementation with Material You (Dynamic Color) support.
11+
* 全面采用 Jetpack Compose 实现,并支持 Material You (动态取色) 主题。
12+
13+
* **Feature: Notification Monitor (功能:通知栏显示)**
14+
* Real-time network speed indicator in the notification bar / status bar.
15+
* 支持在通知栏/状态栏实时显示当前网速。
16+
17+
* **Feature: Floating Window (功能:悬浮窗)**
18+
* Overlay window with drag-and-drop support and position locking.
19+
* 支持桌面悬浮窗显示,可自由拖拽并支持位置锁定。
20+
21+
* **Feature: Toolbox (功能:工具箱)**
22+
* Integrated Cloudflare Speed Test using Chrome Custom Tabs.
23+
* 集成 Chrome Custom Tabs,内置 Cloudflare 快捷测速功能。

0 commit comments

Comments
 (0)