Skip to content

Commit

Permalink
Merge pull request #52 from iambumblehead/remove-badgesize.io-badge-n…
Browse files Browse the repository at this point in the history
…ot-working

Remove badgesize.io badge not working
  • Loading branch information
iambumblehead authored Mar 28, 2024
2 parents 8f55f86 + b50e7a4 commit d11af90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<h3 align="center"><img src="./test/thu.sh.demo.gif" alt="demo" height="400px"></h3>
<p align="center"><code>thu.sh</code> renders preview images to the terminal; ~1000 LOC bash</p>
<p align="center">
<a href="./thu.sh"><img src="https://img.badgesize.io/iambumblehead/thu.sh/main/thu.sh.svg?compression=gzip"></a>
<a href="https://github.com/iambumblehead/thu.sh/workflows"><img src="https://img.shields.io/badge/tests-passing-brightgreen.svg"></a>
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-GPLv3-blue.svg"></a>
<a href="https://github.com/iambumblehead/thu.sh/releases"><img src="https://img.shields.io/github/release/iambumblehead/thu.sh.svg"></a>
Expand Down
2 changes: 1 addition & 1 deletion thu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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";;
Expand Down

0 comments on commit d11af90

Please sign in to comment.