diff --git a/CHANGELOG.md b/CHANGELOG.md index b45668d..2723953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # changelog + * 0.1.0 _Mar.27.2024_ + * remove [badgesize.io badge,](https://github.com/iambumblehead/thu.sh/pull/52) not working * 0.0.9 _Mar.16.2024_ * simplify [multiline string definition](https://github.com/iambumblehead/thu.sh/pull/48) * 0.0.8 _Mar.22.2024_ diff --git a/README.md b/README.md index 2aa9d3d..8682a21 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@
thu.sh
renders preview images to the terminal; ~1000 LOC bash
- diff --git a/thu.sh b/thu.sh index d1fc216..757afc7 100755 --- a/thu.sh +++ b/thu.sh @@ -134,7 +134,7 @@ cache="true" timeoutss=1.2 sessbuild="" defaultw=1000 -version=0.0.9 +version=0.1.0 while getopts "cer:bkl:jstivz:h" opt; do case "${opt}" in c) cells="true";;