Skip to content

Releases: mtlynch/logpaste

0.3.1

29 Mar 12:39
5509d61
Compare
Choose a tag to compare

What's Changed

  • Fix bash command for litestream docker-entrypoint by @mtlynch in #217
  • Fix documentation for -showdocs flag by @mtlynch in #214

Full Changelog: 0.3.0...0.3.1

0.3.0

26 Mar 20:43
af9b13e
Compare
Choose a tag to compare

What's Changed

  • Get rid of environment variables for flags by @mtlynch in #200
  • Add better debugging output to docker_entrypoint by @mtlynch in #203

Breaking changes

Most environment variables have changed in this release, so review environment variables before upgrading.

Environment variables like SITE_TITLE and SITE_FOOTER have been removed, as they turned out to be redundant to command-line flags you can add (see README for details).

Full Changelog: 0.2.9...0.3.0

0.2.9

04 Dec 01:31
a883a44
Compare
Choose a tag to compare

New Contributors

Full Changelog: 0.2.8...0.2.9

0.2.8

15 Aug 04:48
20a9758
Compare
Choose a tag to compare
  • Security: Apply MaxBytesReader before parsing multipart form (prevents malicious large uploads) by @mtlynch in #152
  • Improve logging when running behind an HTTPS proxy by @mtlynch in #153

Full Changelog: 0.2.7...0.2.8

0.2.7

25 Jul 22:06
621e43f
Compare
Choose a tag to compare

0.2.6

25 Jul 21:53
e88959d
Compare
Choose a tag to compare

Full Changelog: 0.2.5...0.2.6

0.2.5

05 Dec 19:30
2b9fc19
Compare
Choose a tag to compare
  • Updates to Litestrream 0.3.7
  • Reduces the container image size by 60% by switching to an alpine-based base image.

0.2.4

09 Nov 00:49
6157875
Compare
Choose a tag to compare
  • Adds support for dark mode theme on homepage (#121)
    • To use it, add the -darkmode flag when launching the binary directly or set an environment variable to SITE_DARK_MODE="true" when launching via Docker.

0.2.3

13 Oct 00:12
32f977d
Compare
Choose a tag to compare
  • Updates to litestream 0.3.6
  • Update the base Debian image to stable-20211011-slim

0.2.2

07 Aug 17:29
7e44beb
Compare
Choose a tag to compare
  • Updates to litestream 0.3.5
  • Use litestream's -exec flag to run logpaste as a child process in Docker to minimize the risk of data loss. (#115)