agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit f7873a13722acc9582323fe0824499a883c68e3b
parent 5de00f66bb25a0e5e6fd004ee918a50f76681d79
Author: Johann150 <johann.galle@protonmail.com>
Date:   Mon,  8 Feb 2021 10:32:34 +0100

update homepage

Diffstat:
Mcontent/index.gmi | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/content/index.gmi b/content/index.gmi @@ -87,6 +87,10 @@ Agate uses the `env_logger` crate and allows you to set the logging verbosity by ## Change log +### 2.4.1 + +* Enabled multiple occurences of `--addr`. This was already included in the help, but accidentally disabled. + ### 2.4.0 * Added a sidecar file for specifying language, MIME media types or complete headers on a per file basis.