Skip to content

Releases: svenstaro/miniserve

v0.27.1

16 Mar 11:45
v0.27.1
c18eff0
Compare
Choose a tag to compare

v0.27.0

16 Mar 11:22
v0.27.0
7c110c1
Compare
Choose a tag to compare

v0.26.0

13 Jan 06:35
v0.26.0
049bb50
Compare
Choose a tag to compare
  • Properly handle read-only errors on Windows #1310 (thanks @ViRb3)
  • Use tokio::fs instead of std::fs to enable async file operations #445
  • Add -S/--default-sorting-method and -O/--default-sorting-order flags #1308 (thanks @ElliottLandsborough)

v0.25.0

07 Jan 00:58
v0.25.0
dd438fe
Compare
Choose a tag to compare
  • Add --pretty-urls #1193 (thanks @nlopes)
  • Fix single quote display with --show-wget-footer #1191 (thanks @d-air1)
  • Remove header Content-Encoding when archiving #1290 (thanks @5long)
  • Prevent illegal request path from crashing program #1285 (thanks @cyqsimon)
  • Fixed issue where serving files with a newline would fail #1294

v0.24.0

06 Jul 08:50
v0.24.0
b92fae4
Compare
Choose a tag to compare
  • Fix ANSI color codes are printed when not a tty #1095
  • Allow parameters to be provided via environment variables #1160

v0.23.2

28 Apr 02:55
v0.23.2
fa5f5aa
Compare
Choose a tag to compare
  • Build Windows build with static CRT #1107

v0.23.1

17 Apr 13:48
v0.23.1
dd82aea
Compare
Choose a tag to compare
  • Add EC key support #1080

v0.23.0

01 Mar 03:17
v0.23.0
d421459
Compare
Choose a tag to compare

v0.22.0

20 Sep 01:24
v0.22.0
c661f21
Compare
Choose a tag to compare
  • Faster QR code generation #848 (thanks @cyqsimon)
  • Make --readme support not only README.md but also README and README.txt rendered as
    plaintext #911 (thanks @Atreyagaurav)
  • Change -u/--upload-files slightly in the sense that it can now either be provided by itself as
    before or receive a file path to restrict uploading to only that path. Can be provided multiple
    times for multiple allowed paths #858 (thanks
    @jonasdiemer)

v0.21.0

15 Sep 06:00
v0.21.0
4a8363f
Compare
Choose a tag to compare
  • Fix bug where static files would be served incorrectly when using --random-route #835 (thanks @solarknight)
  • Add --readme to render the README in the current directory after the file listing #860 (thanks @Atreyagaurav)
  • Add more architectures (and also additional container images)