mirror of https://github.com/aristocratos/bpytop
parent
bc11610037
commit
73eb150abe
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.0.16
|
||||||
|
|
||||||
|
* Fixed: net_upload variable not working
|
||||||
|
* Added: Ability to expand/collapse processes in the tree view
|
||||||
|
|
||||||
## v1.0.15
|
## v1.0.15
|
||||||
|
|
||||||
* Added: Network graph color gradient bandwidth option by @drazil100
|
* Added: Network graph color gradient bandwidth option by @drazil100
|
||||||
|
|
|
@ -56,7 +56,7 @@ if errors:
|
||||||
print("\nInstall required modules!\n")
|
print("\nInstall required modules!\n")
|
||||||
raise SystemExit(1)
|
raise SystemExit(1)
|
||||||
|
|
||||||
VERSION: str = "1.0.15"
|
VERSION: str = "1.0.16"
|
||||||
|
|
||||||
#? Argument parser ------------------------------------------------------------------------------->
|
#? Argument parser ------------------------------------------------------------------------------->
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
|
|
Loading…
Reference in New Issue