Skip to content

Releases: beenycool/AsusFanControl

v1.2.0 - Core Library Refactor & Safety Watchdog

Choose a tag to compare

@beenycool beenycool released this 31 Jan 19:02

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

Merged PRs

  • PR #7: Confirm branch is conflict-free
  • PR #5: Refactor architecture to Core Library and add Safety Watchdog