Releases: svenstaro/miniserve
Releases · svenstaro/miniserve
v0.32.0
- Skip hash calculation when crypto.subtle is not available #1507 (thanks @outloudvi)
- Fix hostname:port getting repeated in wget footer if TLS is used #1515 (thanks @xtay573269555)
- Add
--chmodto set file mode after upload on unix #1506 (thanks @lilydjwg) - Add
--rm-filesto allow file deletion #1518 (thanks @Noblesse and @cyqsimon)
v0.31.0
- Fix filtering symlinks when hosting WebDAV #1502 (thanks @ahti)
- Enable renaming during file upload if duplicate exists #1453 (thanks @Atreyagaurav)
v0.30.0
- Add
--file-external-urlto generate links pointing to another server #1492 (thanks @jankeymeulen) - Add date pill and sort links for mobile views #1473 (thanks @Flat)
- Add upload progress bar and allow for multiple concurrent file uploads #1431 (thanks @AlecDivito)
- Add
--size-displayto allow for toggling file size display betweenhumanandexact#1261 (thanks @Lzzzzzt) - Add well-known healthcheck route at
/__miniserve_internal/healthcheck(of/<prefix>/__miniserve_internal/healthcheckwhen using--route-prefix) - Add asynchronous recursive directory size counting #1482
- Add link to miniserve GitHub page to footer
- Add
--directory-sizeflag to enable directory size counting - Fix --no-symlinks not filtering files and dirs nested in symlinks #1495 (thanks @ahti)
v0.29.0
- Make URL encoding fully WHATWG-compliant #1454 (thanks @cyqsimon)
- Fix
OVERWRITE_FILESenv var not being prefixed byMINISERVE_#1457 - Change
font-weightof regular files to benormalto improve readability #1471 (thanks @shaicoleman) - Add webdav support #1415 (thanks @ahti)
- Move favicon and css to stable, non-random routes #1472 (thanks @ahti)
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