mirror of https://github.com/aristocratos/bashtop
parent
fc21234915
commit
b4a3e8182e
|
@ -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
|
||||
|
|
|
@ -262,7 +262,7 @@ Available in the Fedora repository.
|
|||
sudo dnf install bashtop
|
||||
```
|
||||
|
||||
#### CentOS
|
||||
#### CentOS 8
|
||||
|
||||
>Installation
|
||||
|
||||
|
|
2
bashtop
2
bashtop
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue