Releases: beenycool/AsusFanControl
Releases · beenycool/AsusFanControl
Release list
v1.2.0 - Core Library Refactor & Safety Watchdog
Changes
Architecture Refactor
- Moved core control logic to new library
- Added interface for better abstraction
- Improved code organization and separation of concerns
Safety Improvements
- Enhanced watchdog for crash protection
- Added handler to ensure fans reset on crash
- Better handling to prevent double-dispose
- Added flag for persistent fan settings
- Added flag to prevent use-after-dispose
Bug Fixes
- Fixed merge conflicts from PR #5
- Improved error handling throughout the application
- Better logging and exception handling