v1.0.11 Bug fixes

pull/81/head v1.0.11
aristocratos 2020-08-11 20:35:34 +02:00
parent b1d664f947
commit 739eeca3b7
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## v1.0.11
* Fixed: getsensors detection of vcgencmd
* Fixed: Load AVG being drawn outside box on small sizes
* Fixed: Slowdown when showing memory in percent instead of bytes
* Fixed: Cpu temperature colors not converted to percent of cpu critical temp
* Fixed: Crash on sorting change when lacking permissions
## v1.0.10
* Fixed: Raspberry pi cpu temps, actually fixed this time...

View File

@ -56,7 +56,7 @@ if errors:
print("\nInstall required modules!\n")
raise SystemExit(1)
VERSION: str = "1.0.10"
VERSION: str = "1.0.11"
#? Argument parser ------------------------------------------------------------------------------->
if len(sys.argv) > 1: