summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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