From b7c550e09b333c4b4059b666b4b506940f4280ad Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 4 Jun 2022 13:21:46 +0800 Subject: [PATCH] chore(release): version v0.12.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 4 ++-- README.md | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 410c9b9..58959d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index baa522c..90e1877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,13 +3,13 @@ name = "duf" version = "0.11.0" edition = "2021" authors = ["sigoden "] -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"] } diff --git a/README.md b/README.md index 151cd28..740ec53 100644 --- 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]