Skip to content

Releases: razman786/i8kgui

v0.8.4

08 Aug 21:28
f73f2ae
Compare
Choose a tag to compare
  • Added support for Ubuntu 23.04
  • Installation script defaults to user-based install for i8kgui
  • Install script adds polkit action files
  • Installation process updated to use pip
  • Added PyPI instructions
  • Refactoring and bug fixes

v0.8.3

08 Jun 09:17
a1ab8ed
Compare
Choose a tag to compare

Version 0.8.3:

  • Closes #25
  • Dependencies have been decoupled
  • Console now provides some debug information by default
  • New installation script options
  • Added Manjaro Linux polkit action files
  • Updated README
  • Various bug fixes

v0.8.2

05 Apr 15:53
c2d5559
Compare
Choose a tag to compare

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

13 Mar 14:20
aee885c
Compare
Choose a tag to compare

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

19 Nov 13:31
88e2a14
Compare
Choose a tag to compare

Version 0.8:

  • Removed password requirement for thermal control and (SM)BIOS commands (system-wide installation required)
  • Refactored and hardened
  • Fixed thermal modes parsing error
  • Added graceful degradation when i8kutils and/or (SM)BIOS are not available

v0.7.1

16 Nov 13:35
1b9aaf2
Compare
Choose a tag to compare

Version 0.7.1:

  • Added sample i8kmon configuration file
  • Added Personal configuration to README
  • Updated screenshots in README
  • Added disclaimer to README

v0.7

16 Nov 10:34
dae93cb
Compare
Choose a tag to compare

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

12 Jun 12:55
3aa1f85
Compare
Choose a tag to compare

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

10 Jun 23:33
73a4c9e
Compare
Choose a tag to compare

Version 0.5:

  • Defaults to 1 second intervals
  • Refactored
  • Formatted

v0.4

17 Feb 11:20
485c9b7
Compare
Choose a tag to compare

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