All notable changes to this project will be documented in this file.
+## [0.12.0] - 2022-06-04
+
+### Features
+
+- Support webdav ([#10](https://github.com/sigoden/duf/issues/10))
+- Remove unzip uploaded feature ([#11](https://github.com/sigoden/duf/issues/11))
+
## [0.11.0] - 2022-06-03
### Features
version = "0.11.0"
edition = "2021"
authors = ["sigoden <sigoden@gmail.com>"]
-description = "Duf is a fully functional file server."
+description = "Duf is a simple file server."
license = "MIT OR Apache-2.0"
homepage = "https://github.com/sigoden/duf"
repository = "https://github.com/sigoden/duf"
autotests = false
categories = ["command-line-utilities", "web-programming::http-server"]
-keywords = ["static", "file", "server", "http", "cli"]
+keywords = ["static", "file", "server", "webdav", "cli"]
[dependencies]
clap = { version = "3", default-features = false, features = ["std", "cargo"] }
[](https://github.com/sigoden/duf/actions/workflows/ci.yaml)
[](https://crates.io/crates/duf)
-Duf is a fully functional file server.
+Duf is a simple file server. Support static serve, search, upload, delete, webdav...

## CLI
```
-Duf is a fully functional file server.
+Duf is a simple file server.
USAGE:
duf [OPTIONS] [path]