Releases: svenstaro/miniserve
Releases · svenstaro/miniserve
v0.28.0
- Fix wrapping text in mobile view when the file name too long #1379 (thanks @chaibiq)
- Fix missing drag-form when dragging file in to browser #1390 (thanks @chaibiq)
- Improve documentation for the --header parameter #1389 (thanks @orwithout)
- Don't show mkdir option when the directory is not upload allowed #1442 (thanks @Atreyagaurav)
v0.27.1
v0.27.0
v0.26.0
v0.25.0
- 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
v0.23.2
v0.23.1
v0.23.0
v0.22.0
- Faster QR code generation #848 (thanks @cyqsimon)
- Make
--readme
support not onlyREADME.md
but alsoREADME
andREADME.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)