mirror of https://github.com/aristocratos/bpytop
parent
b1d664f947
commit
739eeca3b7
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.0.11
|
||||||
|
|
||||||
|
* Fixed: getsensors detection of vcgencmd
|
||||||
|
* Fixed: Load AVG being drawn outside box on small sizes
|
||||||
|
* Fixed: Slowdown when showing memory in percent instead of bytes
|
||||||
|
* Fixed: Cpu temperature colors not converted to percent of cpu critical temp
|
||||||
|
* Fixed: Crash on sorting change when lacking permissions
|
||||||
|
|
||||||
## v1.0.10
|
## v1.0.10
|
||||||
|
|
||||||
* Fixed: Raspberry pi cpu temps, actually fixed this time...
|
* Fixed: Raspberry pi cpu temps, actually fixed this time...
|
||||||
|
|
|
@ -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.10"
|
VERSION: str = "1.0.11"
|
||||||
|
|
||||||
#? Argument parser ------------------------------------------------------------------------------->
|
#? Argument parser ------------------------------------------------------------------------------->
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
|
|
Loading…
Reference in New Issue