v1.0.3 Bug fixes and hotkey changes

pull/27/head v1.0.3
aristocratos 2020-08-04 21:53:22 +02:00
parent 7847b0a565
commit 28bb245ade
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
#Changelog
## v1.0.3
* Fixed: Crash on detailed info when showing tree
* Fixed: Incorrect sorting for memory
* FIxed: Removed unsupported osx psutil values
* Changed: Removed shift modifiers for some keys and removed redundant toggles
## v1.0.2
* Added: IndexError catch for cpu temperature collection

View File

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