Skip to content

Releases: lichendust/toil

v0.1.4

08 Jan 10:42
Compare
Choose a tag to compare

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

04 Dec 23:39
Compare
Choose a tag to compare

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

17 May 16:01
Compare
Choose a tag to compare

New release that reflects my username change and patches CVE-2023-45288

go install github.com/lichendust/toil@latest

v0.1.0

18 Feb 21:03
Compare
Choose a tag to compare

Initial release with a working Go mod proxy cache so you can actually install it.

go install github.com/qxoko/toil@latest