diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2d9bb..b45668d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # changelog - * 0.0.8 _Mar.16.2024_ + * 0.0.9 _Mar.16.2024_ * simplify [multiline string definition](https://github.com/iambumblehead/thu.sh/pull/48) * 0.0.8 _Mar.22.2024_ * added [less trivial tests](https://github.com/iambumblehead/thu.sh/pull/33) diff --git a/thu.sh b/thu.sh index e126485..eb8efa3 100755 --- a/thu.sh +++ b/thu.sh @@ -123,11 +123,11 @@ sessid="sessdefault" zoom= cells= sess="" -cache="true" # getopts hcm: would force 'm' to have params +cache="true" timeoutss=1.2 sessbuild="" defaultw=1000 -version=0.0.8 +version=0.0.9 while getopts "cr:bkl:jstivz:h" opt; do case "${opt}" in c) cells="true";;