]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.12.0
authorsigoden <sigoden@gmail.com>
Sat, 4 Jun 2022 05:21:46 +0000 (13:21 +0800)
committersigoden <sigoden@gmail.com>
Sat, 4 Jun 2022 05:21:46 +0000 (13:21 +0800)
CHANGELOG.md
Cargo.toml
README.md

index 410c9b9193537957c3ceddf6caf61e860cb84c96..58959d6d3f6edb3c2c0fa97e294aaf16293d8502 100644 (file)
@@ -2,6 +2,13 @@
 
 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
index baa522c623ee35ff9c7359cd0d7c48d7d3961a80..90e1877f6cd28af7a39f33e448c68a941bbe03a1 100644 (file)
@@ -3,13 +3,13 @@ name = "duf"
 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"] }
index 151cd28026731d1d89dfd30b2461c184b5ee9698..740ec536fb7dfdd9373157bea79c8ab0f21d1b58 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 [![CI](https://github.com/sigoden/duf/actions/workflows/ci.yaml/badge.svg)](https://github.com/sigoden/duf/actions/workflows/ci.yaml)
 [![Crates](https://img.shields.io/crates/v/duf.svg)](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...
 
 ![demo](https://user-images.githubusercontent.com/4012553/171526189-09afc2de-793f-4216-b3d5-31ea408d3610.png)
 
@@ -41,7 +41,7 @@ Download from [Github Releases](https://github.com/sigoden/duf/releases), unzip
 ## CLI
 
 ```
-Duf is a fully functional file server.
+Duf is a simple file server.
 
 USAGE:
     duf [OPTIONS] [path]