summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-06-23 19:03:24 +0200
committeraristocratos <gnmjpl@gmail.com>2020-06-23 19:03:24 +0200
commita12ea548613d157a68e77a82828f139512ce3952 (patch)
tree9999c5e2a32006f4e2ebc73275d808f2b8444dad
parentbf1898c647264b5f07ac7b26cc79f2ce17437ff6 (diff)
v0.9.16 Psutil disk collection re-fixv0.9.16
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xbashtop2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17442f4..df9316d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## v0.9.16
+
+* Fixed: Errors in v0.9.15 psutil disk collection fix
+* Added: Additional graph creation error checks
+
## v0.9.15
* Fixed: Psutil error on disk collection now fallback to df and iostat
diff --git a/bashtop b/bashtop
index dfeffd9..977ba04 100755
--- a/bashtop
+++ b/bashtop
@@ -93,7 +93,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
-declare version="0.9.15"
+declare version="0.9.16"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop