Conversation
Updated project description and packaging targets in README.
…subsystem
- Add FanController with telemetry vs write capability separation
- Implement dynamic thermal watchdog with hysteresis margin and safety override
- Implement directional hysteresis to prevent fan hunting on temperature drops
- Support 6 optimization profiles: Auto, Silent, Balanced, Performance, Manual, Custom
- Add monotonic curve interpolation with duplicate temperature deduplication
- Expose fan control via CLI ('fan status', 'fan set-speed', 'fan set-mode', 'fan reset')
- Integrate fan control panel into MonitorPage.qml with telemetry-only indicators
- Add comprehensive test coverage in test_fan_controller and test_cli
…very, and UI stabilization - Add dedicated Cooling & Fans page with clean non-emoji profile widgets - Implement system-wide fan discovery for GPU, HWMON, and ACPI cooling devices - Add NVIDIA Coolbits detection and one-click privilege configuration helper - Refactor high-contrast theme palettes for dark and light modes - Remove TabBar underline indicator and stabilize dynamic resolution scaling - Redesign modern SVG refresh icons for light and dark themes - Optimize system integration test suite execution
…nly badges
- Add dedicated Intel CPU Cooler Fan detection with dynamic coretemp thermal curve
- Implement Chassis Airflow Fan telemetry linked with motherboard ambient thermal zone
- Connect CpuMonitor temperature changes directly to FanController
- Replace negative 'Telemetry Only' labels with premium dynamic status badges ('Active (VBIOS Auto)', 'Active (BIOS Auto)', 'Controllable')
- Clean up ACPI dummy thermal device placeholders
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.
Summary
State the user-facing outcome in 1-3 sentences.
What Changed
Validation
Notes
Mention follow-up work, risk, or anything intentionally left out.