Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 07:02
2a718cf

Thank you to Matthew Ingwersen and Oliver Simmons (@GoodClover) for contributing to this release.

Added

  • tests for symlink files (#60)
    Symlinks were already working before.

Fixed

  • A path traversal security issue was closed: Percent-encoded slashes were misunderstood.

Changed

  • Visiting a directory without index.gmi and .directory-listing-ok now returns a different error message to better show the cause of the error.
    To retain the current behaviour of showing a 51 Not found, sorry. error, add the following line to the respective directories' .meta file:
index.gmi: 51 Not found, sorry.