Skip to content

Commit fc3ef74

Browse files
committed
chore: Update README and version documentation for v1.8.9 release
- Bump version to 1.8.9 in README and version documentation. - Highlight new features including upgraded hardware scoring algorithms, support for image uploads in reminders, and improved error handling for update checks. - Document the addition of a performance profiling report and enhancements to user experience in reminder management.
1 parent 1e370d8 commit fc3ef74

File tree

2 files changed

+27
-19
lines changed

2 files changed

+27
-19
lines changed

README.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[中文文档](#中文文档) | [English Documentation](#english-documentation) | [下载地址](https://github.com/Slocean/PulseCoreLite/releases)
22

3-
# PulseCore Lite v1.8.8 <img src="src/static/img/ice_logo.webp" alt="Logo" height="28" />
3+
# PulseCore Lite v1.8.9 <img src="src/static/img/ice_logo.webp" alt="Logo" height="28" />
44

55
PulseCoreLite 是一个基于 Tauri 2 + Vue 3 的桌面性能监控应用,提供悬浮窗监控与任务栏监控两种形态,实时展示 CPU、GPU、内存、磁盘与网络等指标,并支持多语言、透明度与刷新率配置、自动启动与托盘行为等系统级能力。
66

@@ -12,16 +12,13 @@ PulseCoreLite 是一个基于 Tauri 2 + Vue 3 的桌面性能监控应用,提
1212
- 目的:在最小占用前提下,持续提供硬件与网络实时指标
1313
- 平台:Windows(自动启动、任务栏位置、卸载能力基于 Windows API)
1414

15-
### 更新内容 v1.8.8
15+
### 更新内容 v1.8.9
1616

17-
- 提醒高级设置重构:完善背景配置与频率选择,支持图片上传/预览并更新布局
18-
- 提醒管理体验增强:列表与编辑布局优化,补充未命名标题生成与交互细节
19-
- 提醒逻辑完善:基于可见性启动倒计时,简化关闭信号监听并增强清理流程
20-
- 状态管理抽离:提醒页签与背景类型同步整理为 composable
21-
- 任务栏右键菜单新增“退出应用”
22-
- 偏好持久化优化:悬浮窗/任务栏偏好改为防抖写入
23-
- Tauri 调试增强:新增调试日志与运行时回调保护
24-
- 开发体验改进:dev-runner 端口扫描逻辑与默认步骤优化
17+
- 硬件评分算法升级:优化 CPU/GPU 评分计算与硬件升级建议逻辑
18+
- 新增硬件评分文档与权重评估报告(算法 2.0、游戏评分算法)
19+
- 提醒内容支持图片上传:新增图片输入组件并完善上传流程
20+
- 更新检查异常处理改进:优化悬浮窗更新失败提示与处理
21+
- 新增性能采集报告(2026-03-05)
2522

2623
### 页面截图(中文)
2724

@@ -183,16 +180,13 @@ npm run pack:release
183180
- Goal: continuous, low-overhead telemetry for core hardware and network stats
184181
- Platform: Windows (autostart, taskbar position, uninstall are Windows API based)
185182

186-
### Release Notes v1.8.8
183+
### Release Notes v1.8.9
187184

188-
- Refactor reminder advanced settings with improved background config, frequency selection, and image upload/preview
189-
- Enhance reminder management UX with list/edit layout updates plus untitled title generation
190-
- Improve reminder logic: start countdown based on visibility, simplify close listeners, and strengthen cleanup
191-
- Extract reminder tab/background sync into composables for clearer state management
192-
- Add "Exit App" to the taskbar context menu
193-
- Debounce overlay/taskbar preference persistence to reduce frequent writes
194-
- Add Tauri debug logging and runtime callback guards
195-
- Improve dev-runner port scanning and default steps
185+
- Upgrade hardware scoring with refined CPU/GPU calculations and upgrade advice logic
186+
- Add hardware scoring docs and weight evaluation report (Algorithm 2.0, game scoring)
187+
- Reminder content now supports image upload with a dedicated image input component
188+
- Improve overlay update error handling
189+
- Add performance profiling report (2026-03-05)
196190

197191
### Screenshots (English)
198192

docs/version.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.8.9
2+
3+
- 硬件评分算法升级:优化 CPU/GPU 评分计算与硬件升级建议逻辑
4+
- 新增硬件评分文档与权重评估报告(算法 2.0、游戏评分算法)
5+
- 提醒内容支持图片上传:新增图片输入组件并完善上传流程
6+
- 更新检查异常处理改进:优化悬浮窗更新失败提示与处理
7+
- 新增性能采集报告(2026-03-05)
8+
9+
- Upgrade hardware scoring with refined CPU/GPU calculations and upgrade advice logic
10+
- Add hardware scoring docs and weight evaluation report (Algorithm 2.0, game scoring)
11+
- Reminder content now supports image upload with a dedicated image input component
12+
- Improve overlay update error handling
13+
- Add performance profiling report (2026-03-05)
14+
115
## v1.8.8
216

317
- 提醒高级设置重构:完善背景配置与频率选择,支持图片上传/预览并更新布局

0 commit comments

Comments
 (0)