v1.0.4 Bug fixes and layout changes

pull/42/head v1.0.4
aristocratos 2020-08-05 22:01:40 +02:00
parent c9c61a9d24
commit 9e619b67fd
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
#Changelog
## v1.0.4
* Fixed: Crash when filtering and showing info box
* Added: Improved cpu temperature detection
* Fixed: Broken cpu box layout on high core count and change to default layout
* Changed: Selection now returns to last selection when pressing down from info box
## v1.0.3
* Fixed: Crash on detailed info when showing tree

View File

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