- Special header
redirectwhich allows redirect response (HTTP 301 Moved).
- Correct Content-Type header for GIF and TXT files.
- Apply completely static build: Change the Stackage curation to LTS. Build with
stack build --docker.
- Any file extension in static file serving is now supported.
- Tilde (~) is now allowed in URLs.
- The "plaintext" option for documents. Having the "plaintext: ..." header in the document will tell Saha to bypass the CommonMark conversion and insert the original plaintext directly to the template's
\content\.
- Unix sockets created by Saha did not always have the correct file permission mode. Fixed it to always have an accessible file mode.