summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-08-12 16:58:59 +0200
committeraristocratos <gnmjpl@gmail.com>2020-08-12 16:58:59 +0200
commit1777cc29458ef8e506c9b1e0d29be25429fbc825 (patch)
tree9638281759726ed1be499dcf57e6bc2fb2cc94c4
parent3a1f055f69f24d493c8b83b501ee7af280b0437d (diff)
v1.0.13 Bug fixesv1.0.13
-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 20108ac..8f446ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## v1.0.13
+
+* Fixed: Cpu usage bug when showing tree and memory in percent
+* Fixed: Check for minimum terminal size at start when init screen is enabled
+
## v1.0.12
* Fixed: Cpu high and cpu crit for osx and raspberry pi
diff --git a/bpytop.py b/bpytop.py
index e5a2330..c06ec7f 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.12"
+VERSION: str = "1.0.13"
#? Argument parser ------------------------------------------------------------------------------->
if len(sys.argv) > 1: