diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb15b6..d6efba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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 * Fixed: Raspberry pi cpu temps, actually fixed this time... diff --git a/bpytop.py b/bpytop.py index 2c9c53b..4864a7e 100755 --- a/bpytop.py +++ b/bpytop.py @@ -56,7 +56,7 @@ if errors: print("\nInstall required modules!\n") raise SystemExit(1) -VERSION: str = "1.0.10" +VERSION: str = "1.0.11" #? Argument parser -------------------------------------------------------------------------------> if len(sys.argv) > 1: