Releases: razman786/i8kgui
Releases · razman786/i8kgui
v0.8.4
v0.8.3
v0.8.2
Version 0.8.2:
- Fix monitoring when CPU Hyper Threading is enabled
- Fix icon search path
- Add additional checks for prerequisites/dependencies
- Adjusted and formatted output
- Use dell_smm_hwmon via Sysfs rather than /proc/i8k for gathering metrics
- Added CPU Turbo information
v0.8.1
Version 0.8.1:
- Added CPU load percentages (including per CPU core)
- Added automated installation script
- Added BIOS fan control status feature
- Removed hard coded fan modes - now dynamically allocated
- Updated README
- Updated
undervolt
settings - Updated copyright
- Updated Actions testing
- Preliminary support for Ubuntu 22.04
v0.8
v0.7.1
v0.7
Version 0.7:
- Added support to load cpupower-gui (if available) when CPU Governor is clicked
- Updated CPU MHz read
- Added CPU details menu with MHz and temperatures per core
- Added CPU model to information dialog
- Added CPU TDP (Watts) information
- Suppress psutil warnings on kernel 5.3+
- Refactored code
v0.6
Version 0.6:
- Adds polkit policies (when installed as root) to reduce the number of times a password is asked for
- Now defaults to 1 second intervals
- Fixed thermal script disable status
- Fixed handling of when pkexec is cancelled
- Various other fixes and refactoring
- Added basic GitHub Actions
v0.5
v0.4
Version 0.4:
- Added SM(BIOS) thermal control
- Displays active i8k configuration
- Added current CPU Frequency (highest value or average for all cores)
- Displays current CPU governor in use
- Added A/C power supply status support for displaying i8k's current configuration
- Updated error handling
- Various fixes