Skip to content

Algernon 1.17.5

Latest

Choose a tag to compare

@xyproto xyproto released this 13 Nov 15:59
· 11 commits to main since this release

Fixes

Security

  • Add an initial Security.md file.
  • Add extra sanitation / XXS protection (thanks @Bnyt7).

New features

  • Add support for serving the QOI image format.

Code quality

  • Simplify favicon / mimetype related code.
  • Remove some unused code.

Documentation

  • Add more documentation, ref #163 (thanks @myselfghost).
  • Add an example for HTMX.

Performance

  • Build release executables with GOEXPERIMENT=greenteagc.

Lua related

  • If a single file is given as an argument, don't output the server name and version (to make Algernon more suitable for being used as a "Lua runtime", ref #163).

General

  • Update CI configuration.
  • Update dependencies.