mirror of https://github.com/aristocratos/bpytop
parent
7847b0a565
commit
28bb245ade
|
@ -1,5 +1,12 @@
|
||||||
#Changelog
|
#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
|
## v1.0.2
|
||||||
|
|
||||||
* Added: IndexError catch for cpu temperature collection
|
* Added: IndexError catch for cpu temperature collection
|
||||||
|
|
|
@ -55,7 +55,7 @@ if errors:
|
||||||
print("\nInstall required modules!\n")
|
print("\nInstall required modules!\n")
|
||||||
quit(1)
|
quit(1)
|
||||||
|
|
||||||
VERSION: str = "1.0.2"
|
VERSION: str = "1.0.3"
|
||||||
|
|
||||||
#? Argument parser ------------------------------------------------------------------------------->
|
#? Argument parser ------------------------------------------------------------------------------->
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
|
|
Loading…
Reference in New Issue