release 3.2.0

This commit is contained in:
Johann150 2021-11-15 17:07:37 +01:00
parent c2571d39c2
commit 663cd3bf0d
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
4 changed files with 19 additions and 5 deletions

View file

@ -66,7 +66,8 @@ Agate by default supports TLSv1.2 and TLSv1.3. You can disable support for TLSv1
### Directory listing
You can enable a basic directory listing for a directory by putting a file called `.directory-listing-ok` in that directory. This does not have an effect on sub-directories.
The directory listing will hide files and directories whose name starts with a dot (e.g. the `.directory-listing-ok` file itself or also the `.meta` configuration file).
This file must be UTF-8 encoded text; it may be empty. Any text in the fil will be prepended to the directoy listing.
The directory listing will hide files and directories whose name starts with a dot (e.g. the `.directory-listing-ok` file itself, the `.meta` configuration file, or the `..` directory).
A file called `index.gmi` will always take precedence over a directory listing.
@ -198,6 +199,16 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
=> https://keepachangelog.com/en/1.0.0/ Keep a Changelog home page
=> https://semver.org/spec/v2.0.0.html Semantic versioning standard v2.0.0
## [3.2.0] - 2021-11-15
Thank you to @balazsbtond and @joseph-marques for contributing to this release.
### Added
* you can add header text to a directory listing. See the updated instructions above for details.
### Fixed
* updated dependencies
* error pages also send close_notify
## [3.1.3] - 2021-10-25
Thank you to @FoxKyong for contributing to this release.