v0.9.3 OSX fixes and misc optimizations

pull/128/head v0.9.3
aristocratos 2020-05-25 14:00:20 +02:00
parent 732bea1369
commit 6927ee954b
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# 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
* Fixed: Correct prefixes for some missed GNU tools

View File

@ -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