diff --git a/FanControl.zip b/FanControl.zip index 922fdcd..8e5fb5f 100644 Binary files a/FanControl.zip and b/FanControl.zip differ diff --git a/Images/GraphDialog.png b/Images/GraphDialog.png index 3589db3..33cb2ca 100644 Binary files a/Images/GraphDialog.png and b/Images/GraphDialog.png differ diff --git a/Images/HorizontalUI.png b/Images/HorizontalUI.png deleted file mode 100644 index 2f2ac47..0000000 Binary files a/Images/HorizontalUI.png and /dev/null differ diff --git a/Images/SensorNickname.png b/Images/SensorNickname.png new file mode 100644 index 0000000..011d30a Binary files /dev/null and b/Images/SensorNickname.png differ diff --git a/Images/SensorSettingsDialog.png b/Images/SensorSettingsDialog.png deleted file mode 100644 index ba60cdd..0000000 Binary files a/Images/SensorSettingsDialog.png and /dev/null differ diff --git a/README.md b/README.md index 93e9a6a..dec24ed 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,16 @@ This is the release repository for Fan Control, a focused, highly customizable f ## New -* Auto fan curve (BETA): Automatically adjust speed to keep target temperature -* Allow text-wrapping for long names +* Nickname any temperature sensor from the sensor settings dialog +![Sensor settings dialog](Images/SensorNickname.png) +* Auto fan curve (BETA): Automatically adjust speed to keep target temperature +* Allow text-wrapping for long names * Sensor settings dialog window. Activate or deactivate specific sources. -![Sensor settings dialog](Images/SensorSettingsDialog.png) + * Numeric textbox for graph points * Change windows startup delay for sensor detection issues * Horizontal (columns) UI option * -c or --config [json config file] command line arg -* Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and - * https://github.com/Rem0o/FanControl.HWInfo - * https://github.com/Rem0o/FanControl.DellPlugin ## Installation @@ -27,6 +26,12 @@ This is the release repository for Fan Control, a focused, highly customizable f 2. Extract to the desired installation folder 3. Start FanControl.exe +## Plugins + +* Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and +* https://github.com/Rem0o/FanControl.HWInfo +* https://github.com/Rem0o/FanControl.DellPlugin + ## Issues and hardware compatibility * I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on: diff --git a/version.json b/version.json index cb78bdf..4055a3c 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Number": 103, - "Message": "- Updated LibreHardwareMonitorLib" + "Number": 104, + "Message": "- Nickname any temperature sensor from the sensor settings dialog \r\n- Fixed a graph display bug in the graph fan curve card" } \ No newline at end of file