diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-09-20 00:33:18 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-09-20 00:33:43 +0000 |
commit | e2e62518934cc264d7992cf11ce9994abf5f472e (patch) | |
tree | fbede2a044f0ec515801207fde50b2f92f354851 /CHANGELOG.md | |
parent | Merge pull request #858 from jonasdiemer/restrict-upload-dir (diff) | |
download | miniserve-e2e62518934cc264d7992cf11ce9994abf5f472e.tar.gz miniserve-e2e62518934cc264d7992cf11ce9994abf5f472e.zip |
Add CHANGELOG for restricted upload directories
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9dad9..05ef043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Faster QR code generation [#848](https://github.com/svenstaro/miniserve/pull/848/files) (thanks @cyqsimon) - Make `--readme` support not only `README.md` but also `README` and `README.txt` rendered as plaintext (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. ## [0.21.0] - 2022-09-15 - Fix bug where static files would be served incorrectly when using `--random-route` [#835](https://github.com/svenstaro/miniserve/pull/835) (thanks @solarknight) |