Releases: mbrubeck/agate
Releases · mbrubeck/agate
v2.4.0
- Added a sidecar file for specifying languages, MIME media types or complete headers on a per file basis.
- Improved logging output. This also uses the
RUST_LOG
environment variable now, so you can configure the log level. - Added some installation tools for Debian.
Since there is a new maintainer (@Johann150, that's me!), I am sorry that the range in precompiled binaries has changed a bit.
Please take a look at the v2.4.0+podman.build
binaries if these binaries do not work for you.
v2.3.0
v2.2.0
- Split address and port into separate command-line parameters.
- Listen on both IPv6 and IPv4 interfaces by default.
- Fix the logic for detecting hidden files (#20).
- Fix redirects of URLs with query strings (#19).
Thank you to @Johann150 for contributing to this release.
v2.1.3
v2.1.2
v2.1.1
v2.1.0
- Optional directory listing (#9).
- Updated dependencies.
- Enabled GitHub Discussions. If you are using Agate, please feel free to leave a comment to let us know about it!
Thank you to @Johann150 for contributing to this release!
v2.0.0
- New format for command-line options. See the documentation or run
agate --help
for details. - Logging is enabled be default. Use the
--silent
flag to disable it. - New
--language
option to add a language tag to the MIME type for text/gemini responses (#6). - Pre-compiled binaries are built with the
cross
tool, for better compatibility with older Linux systems.