Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Releases: Nama/SuckControl

Update LibreHardwareMonitor to newest commit

13 Feb 19:57
Compare
Choose a tag to compare

This release has newest LHM (LibreHardwareMonitor/LibreHardwareMonitor@62ffe89), especially so we have "GPU Hot Spot" and support for some newer Boards (AMD 600).

Also changed default loglevel from INFO to ERROR.

New GUI with PySimpleGUI is still in the works.

Fix sensor type on main page

03 Oct 16:03
Compare
Choose a tag to compare

On the main page the icons of the temperature sensors were missing, this is fixed now.

Fix add_rule not opening

27 Sep 00:37
Compare
Choose a tag to compare

New rules can be created with this version again.

Artemis RGB support

22 Sep 21:20
Compare
Choose a tag to compare
  • Read about the Artemis support in the README.md
  • Old configs are upgraded without the need to create new config files

Fix Fans not being set after disabling or deleting a rule

31 Jul 18:52
Compare
Choose a tag to compare
  • Fans weren't able to control if a rule was deleted or disabled. Or if the button for "Stop Manual Controlling" was clicked.
  • This same button is disabled now, if it is in a active rule. It is controlled the whole time anyway, resetting it doesn't make any sense.
  • Fixed logging and added an option to start with other loglevels. SuckControl.exe debug would log a lot messages in suckcontrol.log.

Fixed alot of bugs

27 Jun 22:03
Compare
Choose a tag to compare

This release should be stable to use.

  • Sensors and rules aren't updated as whole now, just the values
    • Makes using the buttons and sliders painless
    • Rules are still loaded as whole, but only if necessary
  • Removed NvAPIWrapper, since LHM uses it now
  • Updated LHM
  • Many minor and major fixes

GUI Version with flask

09 May 19:56
Compare
Choose a tag to compare
Pre-release

Has all old features and several new ones.

Read the Readme for all the new features

Bugs

  • After adding a new rule, it should send you to the main page again
    • Just do it yourself via the menu icon
  • Quitting from the tray icon stops the rules, but the webinterface is still running
    • Kill it in Task Manager

Fixed temperatures not getting updated

29 Jun 18:40
Compare
Choose a tag to compare
Pre-release

Stupid mistake of mine

Some internal changes

24 Jun 23:22
Compare
Choose a tag to compare
Some internal changes Pre-release
Pre-release

Some internal changes, which shouldn't affect the functionality (but still needs to be tested).

First working version

24 Jun 20:21
Compare
Choose a tag to compare
First working version Pre-release
Pre-release

Build with PyInstaller on Python 3.7 (3.8 starts slower and doubles the size).

Please report any suggestions and errors.