- Add
--file-external-url
to 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-display
to allow for toggling file size display betweenhuman
andexact
#1261 (thanks @Lzzzzzt) - Add well-known healthcheck route at
/__miniserve_internal/healthcheck
(of/<prefix>/__miniserve_internal/healthcheck
when using--route-prefix
) - Add asynchronous recursive directory size counting #1482
- Add link to miniserve GitHub page to footer
- Add
--directory-size
flag to enable directory size counting - Fix --no-symlinks not filtering files and dirs nested in symlinks #1495 (thanks @ahti)