diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-09-12 00:46:59 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-09-12 00:47:07 +0000 |
commit | 1befff1c973362c24d6a2c2278005b3eae8b99da (patch) | |
tree | 987b8ec6038dacc1822ee62168a2beadc19036f1 /CHANGELOG.md | |
parent | Merge pull request #1442 from Atreyagaurav/master (diff) | |
download | miniserve-1befff1c973362c24d6a2c2278005b3eae8b99da.tar.gz miniserve-1befff1c973362c24d6a2c2278005b3eae8b99da.zip |
Add CHANGELOG entry for #1442
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf2f8e..d1d273f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix wrapping text in mobile view when the file name too long [#1379](https://github.com/svenstaro/miniserve/pull/1379) (thanks @chaibiq) - Fix missing drag-form when dragging file in to browser [#1390](https://github.com/svenstaro/miniserve/pull/1390) (thanks @chaibiq) - Improve documentation for the --header parameter [#1389](https://github.com/svenstaro/miniserve/pull/1389) (thanks @orwithout) +- Don't show mkdir option when the directory is not upload allowed [#1442](https://github.com/svenstaro/miniserve/pull/1442) (thanks @Atreyagaurav) ## [0.27.1] - 2024-03-16 - Add `Add file and folder symbols` [#1365](https://github.com/svenstaro/miniserve/pull/1365) (thanks @chaibiq) |