From 1a3db49bb9eaf5c30efe6f3517306d4f3c68040f Mon Sep 17 00:00:00 2001 From: aristocratos Date: Thu, 6 Aug 2020 17:39:12 +0200 Subject: [PATCH] v1.0.6 Bug fixes --- CHANGELOG.md | 5 +++++ bpytop.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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: