-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Experimental support for controlling fans of Hydro Platinum AIOs
- Loading branch information
1 parent
c2bd9cc
commit 5ceec2a
Showing
19 changed files
with
693 additions
and
401 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Changelog | ||
|
||
## [1.2.0] – 2022-07-28 | ||
|
||
### Changes since 1.1.8 | ||
|
||
Added: | ||
|
||
- Initial support for multiple fan controllers in the system | ||
- Selection box for detected fan controllers | ||
- Experimental support for controlling the fans of Corsair Hydro Platinum AIOs | ||
- 'Cancel' button to fan mode configuration | ||
- Copy and paste functionality for fan curves via context menu | ||
- This change log | ||
|
||
Changed: | ||
|
||
- Prevent the start of the fan control update daemon if no fan controller is detected in the system | ||
- Move 'Apply' button to the bottom right corner | ||
- New format of the profile files including a version tag (current: "1") | ||
- Streamline logging levels and messages | ||
- Some refactoring with the sensor and device classes | ||
|
||
Fixed: | ||
|
||
- Correctly refresh profiles list after a profile is added or removed | ||
- Don't use native file dialog for load/save profile as this caused problems on GNOME 42 | ||
|
||
Removed: | ||
|
||
- | ||
|
||
### Know issues | ||
|
||
- | ||
|
||
|
||
|
||
## About the changelog | ||
|
||
All notable changes to this project are documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.1.8" | ||
__version__ = "1.2.0" |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.