THRM v3.3.0 正式稳定版发布日志 / Official Stable Release Notes
THRM v3.3.0 is a formal stable release. This update introduces several user-facing enhancements alongside foundational improvements to support new interaction patterns.
亮点 / Highlights
-
新增 MultiSelect UI 组件:支持在控制面板等界面区域中同时选择多个选项,提升多值交互的灵活性与操作效率。
Added a MultiSelect UI component that supports selecting multiple options at once, improving multi-value interaction flexibility in areas such as the control panel. -
新增 Windows 模糊效果开关:支持独立控制窗口背景模糊效果,Windows 11 默认开启,Windows 10 默认关闭,适配不同系统的视觉风格。
Added a toggle for Windows blur effects; enabled by default on Windows 11 and disabled on Windows 10 to align with system visual conventions. -
新增休眠唤醒联动控制(实验性):支持配置在系统休眠后自动关闭散热器,并在电脑唤醒时自动恢复运行,优化待机能耗与静音体验。
Added experimental support for automatically turning off cooling devices during system sleep and resuming them upon wake, improving standby power efficiency and acoustic experience. -
新增多 CPU 核心温度平均计算:支持在传感器列表中多选核心,计算其平均温度作为温度参考值,满足更灵活的温度监控需求。
Added support for selecting multiple CPU cores in the sensor list to calculate their average temperature, offering a more flexible temperature monitoring option.
修复与改进 / Fixes and Improvements
-
尝试修复低转速状态下无法唤醒的问题:优化了唤醒逻辑,提升休眠/唤醒场景下的设备响应稳定性。
Attempted fix for an issue where devices could not be properly woken from a zero/low-RPM state; improved wake logic for better stability in sleep/wake scenarios. -
根据可见提交记录,本版本未包含其他明确的用户感知缺陷修复;内部代码已同步进行协调性调整以支持新组件与功能集成。
Based on visible commits, no other explicit user-perceptible bug fixes are included; internal code has been adjusted accordingly to integrate new components and features.
涉及范围 / Scope
- 前端组件:MultiSelect 组件及关联界面片段
Frontend components: MultiSelect and related UI sections - 应用类型定义与 Wails 绑定:类型声明与桥接层适配
App type definitions and Wails bindings: type declarations and bridging layer - 窗口管理:模糊效果控制逻辑
Window management: blur effect control logic - 电源管理:休眠/唤醒联动控制逻辑
Power management: sleep/wake coordination logic - 传感器处理:多核心温度平均计算逻辑
Sensor handling: multi-core average temperature calculation - 内部配置、核心应用逻辑、设备抽象、温度处理、GUI 窗口管理及主入口模块
Internal configuration, core app logic, device abstraction, temperature handling, GUI window management, and main entry point
使用提示 / Notes
- 本版本为正式发布版,可稳定用于生产环境。
This is a formal release, suitable for production use. - 休眠唤醒联动功能当前为实验性特性,建议在充分测试后根据实际硬件兼容性启用。
The sleep/wake coordination feature is currently experimental; it is recommended to test thoroughly based on your hardware compatibility before enabling.