v0.9.10 Small fixes and some added error checks

pull/140/head v0.9.10
aristocratos 2020-06-12 16:38:41 +02:00
parent fc21234915
commit b4a3e8182e
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v0.9.10
* Fixed: Humanizer function now round values 1000-1023 up to 1024 to fit size constraints.
* Added: More error checks for psutil
* Changed: Terminal title now includes original title if $TERMINAL_TITLE is set, suggested by @theytaz
## v0.9.9
* Fixed: Fixed theme downloader not reporting new themes and corrected comment in config

View File

@ -262,7 +262,7 @@ Available in the Fedora repository.
sudo dnf install bashtop
```
#### CentOS
#### CentOS 8
>Installation

View File

@ -91,7 +91,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
declare version="0.9.9"
declare version="0.9.10"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop