parent
732bea1369
commit
6927ee954b
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.9.3
|
||||||
|
|
||||||
|
* Fixed: Resizing problems in iTerm2
|
||||||
|
* Changed: Removed redundant error checking in print function for lower cpu usage
|
||||||
|
* Fixed: Memory in OSX now shows active memory usage and /private/var/vm as swap memory
|
||||||
|
* Fixed: Disks in OSX changed from using "GNU df" to "BSD df" for better compatibility
|
||||||
|
|
||||||
## v0.9.2
|
## v0.9.2
|
||||||
|
|
||||||
* Fixed: Correct prefixes for some missed GNU tools
|
* Fixed: Correct prefixes for some missed GNU tools
|
||||||
|
|
2
bashtop
2
bashtop
|
@ -66,7 +66,7 @@ banner=(
|
||||||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||||
declare version="0.9.2"
|
declare version="0.9.3"
|
||||||
|
|
||||||
#* 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