Skip to content

Algernon 1.12.2

Compare
Choose a tag to compare
@xyproto xyproto released this 27 Jan 17:54

TLS 1.3

  • Compiled with go version devel +447965d4e0 Sun Jan 27 04:18:10 2019 +0000 linux/amd64, which includes support for TLS 1.3.
  • The releases are compiled for x86_64, except the one for arm64/aarch64 and the one for rpi (Raspberry Pi).

Changelog

  • Update dependencies.
  • Better output to stdout when loading configuration files (lists the names of all loaded configuration files).
  • A timestamp is added to the command line output when starting Algernon.
  • Slightly modified console text colors.
  • Minor changes to recognized filename extensions.
  • Update documentation to mention welcome.sh (fixes issue #23).
  • Minor updates to javascript libraries used by two of the samples.
  • Improved support for streaming large files (fixes issue #13).
  • Added two new flags:
    • --timeout=N for setting a timeout in seconds, when serving large files (but there is range support, so if a download times out, the client can continue where it left).
    • --largesize=N for setting a threshold for when a file is too large to be read into memory (the default is 42 MiB).