mirror of https://github.com/aristocratos/bashtop
v0.9.5 Added UTF-8 check, psutil error checks and filter for zero sized disks
parent
611e78b5dc
commit
f0926b950d
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.9.5
|
||||||
|
|
||||||
|
* Added: UTF-8 locale check and automatic LANG variable set if not UTF-8
|
||||||
|
* Fixed: Filter out zero sized disks and added some psutil error checks
|
||||||
|
|
||||||
## v0.9.4
|
## v0.9.4
|
||||||
|
|
||||||
* Fixed: Missing path for OSX df and correct swap usage reporting for OSX
|
* Fixed: Missing path for OSX df and correct swap usage reporting for OSX
|
||||||
|
|
2
bashtop
2
bashtop
|
@ -81,7 +81,7 @@ banner=(
|
||||||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||||
declare version="0.9.4"
|
declare version="0.9.5"
|
||||||
|
|
||||||
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue