Miniserve Versions Save

🌟 For when you really just want to serve some files over HTTP right now!

v0.27.1

1 month ago
  • Add Add file and folder symbols #1365 (thanks @chaibiq)

v0.27.0

1 month ago
  • Add -C/--compress-response to enable response compression 1315 (thanks @zuisong)
  • Refactor errors #1331 (thanks @cyqsimon)
  • Add -I/--disable-inexing #1329 (thanks @dyc3)

v0.26.0

4 months ago
  • 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

4 months ago
  • 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

10 months ago
  • Fix ANSI color codes are printed when not a tty #1095
  • Allow parameters to be provided via environment variables #1160

v0.23.2

1 year ago
  • Build Windows build with static CRT #1107

v0.23.1

1 year ago
  • Add EC key support #1080

v0.23.0

1 year ago
  • Update to clap v4
  • Show localized datetime #949 (thanks @IvkinStanislav)
  • Fix sorting breaks subdir downloading #991 (thanks @Vam-Jam)
  • Fix wget footer #1043 (thanks @Yusuto)

v0.22.0

1 year ago
  • 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

1 year ago
  • 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)