All notable changes to this project will be documented in this file.
+## [0.17.0] - 2022-06-15
+
+### Bug Fixes
+
+- Webdav propfind dir with slash ([#42](https://github.com/sigoden/duf/issues/42))
+
+### Features
+
+- Listen both ipv4 and ipv6 by default ([#40](https://github.com/sigoden/duf/issues/40))
+
+### Refactor
+
+- Trival changes ([#41](https://github.com/sigoden/duf/issues/41))
+
## [0.16.0] - 2022-06-12
### Features
## CLI
```
-Duf is a simple file server.
+Duf is a simple file server. - https://github.com/sigoden/duf
USAGE:
- duf [OPTIONS] [path]
+ duf [OPTIONS] [--] [path]
ARGS:
<path> Path to a root directory for serving files [default: .]
--allow-delete Allow delete files/folders
--allow-symlink Allow symlink to files/folders outside root directory
--allow-upload Allow upload files/folders
- -b, --bind <address> Specify bind address [default: 0.0.0.0]
+ -b, --bind <address>... Specify bind address
--cors Enable CORS, sets `Access-Control-Allow-Origin: *`
-h, --help Print help information
-p, --port <port> Specify port to listen on [default: 5000]