mirror of https://github.com/aristocratos/bpytop
parent
b306fc2776
commit
f38f5441a3
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.0.9
|
||||||
|
|
||||||
|
* Fixed: Raspberry pi cpu temp, again.
|
||||||
|
|
||||||
## v1.0.8
|
## v1.0.8
|
||||||
|
|
||||||
* Added: Set terminal title at start
|
* Added: Set terminal title at start
|
||||||
|
|
|
@ -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.8"
|
VERSION: str = "1.0.9"
|
||||||
|
|
||||||
#? Argument parser ------------------------------------------------------------------------------->
|
#? Argument parser ------------------------------------------------------------------------------->
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
|
|
Loading…
Reference in New Issue