v1.0.7 Bug fixes

pull/42/head v1.0.7
aristocratos 2020-08-06 21:44:05 +02:00
parent e2c59366c2
commit 21f9aadde9
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v1.0.7
* Changed: Info box now restores last selection on close
* Fixed: Crash when starting with show_disks=False
## v1.0.6
* Fixed: Cpu temps index error on uneven temp collection

View File

@ -55,7 +55,7 @@ if errors:
print("\nInstall required modules!\n")
quit(1)
VERSION: str = "1.0.6"
VERSION: str = "1.0.7"
#? Argument parser ------------------------------------------------------------------------------->
if len(sys.argv) > 1: