Releases: lichendust/toil
Releases · lichendust/toil
v0.1.4
Updates gorilla/websocket
, which drops golang.org/x/net
as a dependency, fixing any chance of CVE-2024-45338 affecting Toil's parsing, which it probably didn't.
Note: Never use Toil as a production server. It's not a production server and does not threat model this way. I'm only fixing this because Dependabot wouldn't stop emailing me about it.
go install github.com/lichendust/toil@latest
v0.1.3
Fixes a failure to serve pages when a section's root html file shares its name with a folder instead of being an index within it, like so —
section.html
section/page-1.html
section/page-2.html
go install github.com/lichendust/toil@latest
v0.1.2
New release that reflects my username change and patches CVE-2023-45288
go install github.com/lichendust/toil@latest
v0.1.0
Initial release with a working Go mod proxy cache so you can actually install it.
go install github.com/qxoko/toil@latest