mirror of https://github.com/aristocratos/bashtop
parent
7a109586a7
commit
f38585a9d2
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## v0.9.1
|
||||
|
||||
* Added: FreeBSD support with python3 psutil data collection
|
||||
* Added: Check for gnu tools on non Linux platforms
|
||||
* Fixed: Increased graph history to avoid cut off on high resolution graphs
|
||||
|
||||
## v0.9.0
|
||||
|
||||
* Added: Mac OS X support with python3 psutil data collection
|
||||
|
|
2
bashtop
2
bashtop
|
@ -66,7 +66,7 @@ banner=(
|
|||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||
declare version="0.9.0"
|
||||
declare version="0.9.1"
|
||||
|
||||
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||
|
||||
|
|
Loading…
Reference in New Issue