aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-20 22:31:38 +0000
committerGitHub <noreply@github.com>2021-03-20 22:31:38 +0000
commit9da7de7fffcb68c1c600efbee2ccb14e2f5df7b6 (patch)
treee196f4f9b87df39800569d08af57ab6c9bc79939 /CHANGELOG.md
parentBump deps (diff)
parentAdd negative test for hidden directories (diff)
downloadminiserve-9da7de7fffcb68c1c600efbee2ccb14e2f5df7b6.tar.gz
miniserve-9da7de7fffcb68c1c600efbee2ccb14e2f5df7b6.zip
Merge pull request #471 from svenstaro/show-hidden
Show hidden
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 392c946..639cd81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
+- Add option `-H`/`--hidden` to show hidden files
- Start instantly in case an explicit index is chosen
- Fix DoS issue when deliberately sending unconforming URL paths
- Add footer [#456](https://github.com/svenstaro/miniserve/pull/456) (thanks @levaitamas)