summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-06-29 15:01:04 +0200
committeraristocratos <gnmjpl@gmail.com>2020-06-29 15:01:04 +0200
commit91fbc4f89d043367654974aafd6eff0f0e73c4c7 (patch)
treed80a6ece4610f2b4edc0fbbba877c91ce44a4039
parent6c2cfe70e4ad2571bdf102adc7ff1be30fb99bed (diff)
v0.9.19 Python3 timestamps for bash <5v0.9.19
-rw-r--r--CHANGELOG.md6
-rwxr-xr-xbashtop2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d27a1d8..03c8278 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## v0.9.19
+
+* Added: Option for timestamps with python on bash < 5
+* Changed: Reverted "date" command timestamps to not using fifo
+* Added missing # from hex value in monokai theme
+
## v0.9.18
* Fixed: Errors caused by process scroll change
diff --git a/bashtop b/bashtop
index 90ca458..f3884c8 100755
--- a/bashtop
+++ b/bashtop
@@ -93,7 +93,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
-declare version="0.9.18"
+declare version="0.9.19"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop