v1.0.12 Fixed cpu temp colors

pull/81/head v1.0.12
aristocratos 2020-08-11 21:39:43 +02:00
parent 38d9e97504
commit 63058a1178
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## v1.0.12
* Fixed: Cpu high and cpu crit for osx and raspberry pi
## v1.0.11
* Fixed: getsensors detection of vcgencmd

View File

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