summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-08-06 17:39:12 +0200
committeraristocratos <gnmjpl@gmail.com>2020-08-06 17:39:12 +0200
commit1a3db49bb9eaf5c30efe6f3517306d4f3c68040f (patch)
tree5f9ecc97fbe998f7e011a3ebc2db8b58bef924ae
parentade051c949446305329ffd2431ea149a4ceae6cd (diff)
v1.0.6 Bug fixesv1.0.6
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xbpytop.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2fa90c3..1b87d08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## v1.0.6
+
+* Fixed: Cpu temps index error on uneven temp collection
+* Fixed: No cpu percent in info box when filtering
+
## v1.0.5
* Fixed: Attribute typo in detailed process collection
diff --git a/bpytop.py b/bpytop.py
index 4e7471d..692ea55 100755
--- a/bpytop.py
+++ b/bpytop.py
@@ -55,7 +55,7 @@ if errors:
print("\nInstall required modules!\n")
quit(1)
-VERSION: str = "1.0.5"
+VERSION: str = "1.0.6"
#? Argument parser ------------------------------------------------------------------------------->
if len(sys.argv) > 1: