Prepare ThermoTray 1.1.4 release - #3
Merged
Merged
Conversation
本次重構解決多 GPU 溫度與使用率來源混淆問題,針對每張 GPU 分別建立 ViewModel 與 tray 控制。HardwareSensorService 以 GpuReading 結構回報單一 GPU 讀值,MainViewModel 改為 ObservableCollection<GpuViewModel>,每張 GPU 可獨立顯示與設定 tray 選項。TrayIconService 支援多 GPU 圖示與 tooltip 標示,設定檔新增 GpuTraySettings。同步更新 UI、測試與 README.md,說明新功能與操作方式。
nojackno2-ctrl
marked this pull request as ready for review
August 5, 2026 12:14
nojackno2-ctrl
added a commit
that referenced
this pull request
Aug 25, 2026
Prepare ThermoTray 1.1.4 release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Validation
dotnet restore ThermoTray.sln --runtime win-x64dotnet build ThermoTray.sln --configuration Release --no-restore(0 warnings, 0 errors)dotnet test ThermoTray.sln --configuration Release --no-build --no-restore(137 passed)dotnet format ThermoTray.sln --verify-no-changes --no-restoregit diff --checkwin-x64publish and embeddedrequireAdministratormanifest verificationRelease assets
72DC90703E5F6F637F916A7EB2C1D70CED40EDB40F1E8052F1A0BECC13D472ABFBA7485DB57BF2C4C27A329B4AEF847CDAC5B1253474EF356394CEB5703CBFCELive elevated hardware/UI verification remains a manual user step; this PR does not claim it.