Releases: svenstaro/miniserve
Releases · svenstaro/miniserve
v0.21.0
- 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)
v0.20.0
- Fixed security issue where it was possible to upload files to locations pointed to by symlinks
even when symlinks were disabled #781 (thanks @sheepy0125) - Added
--hide-theme-selector
flag to hide the theme selector functionality in the frontend #805 (thanks @flamingoodev) - Added
--mkdir
flag to allow for uploading directories #781 (thanks @sheepy0125)
v0.19.5
- Fix security issue where
--no-symlinks
would only hide symlinks from listing but it would
still be possible to follow them if the path was known
v0.19.4
v0.19.3
v0.19.2
v0.19.1
- Better MIME type guessing support due to updated mime_guess
v0.19.0
v0.18.0
- Add raw mode and raw mode footer display #508 (thanks @Jikstra)
- Add SPA mode #515 (thanks @sinking-point)