mirror of https://github.com/aristocratos/bpytop
parent
e2c59366c2
commit
21f9aadde9
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.0.7
|
||||||
|
|
||||||
|
* Changed: Info box now restores last selection on close
|
||||||
|
* Fixed: Crash when starting with show_disks=False
|
||||||
|
|
||||||
## v1.0.6
|
## v1.0.6
|
||||||
|
|
||||||
* Fixed: Cpu temps index error on uneven temp collection
|
* Fixed: Cpu temps index error on uneven temp 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.6"
|
VERSION: str = "1.0.7"
|
||||||
|
|
||||||
#? Argument parser ------------------------------------------------------------------------------->
|
#? Argument parser ------------------------------------------------------------------------------->
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
|
|
Loading…
Reference in New Issue