]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.25.0
authorsigoden <sigoden@gmail.com>
Wed, 6 Jul 2022 23:51:51 +0000 (07:51 +0800)
committersigoden <sigoden@gmail.com>
Wed, 6 Jul 2022 23:51:51 +0000 (07:51 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml
README.md

index 9c0ee0ad3c7a098e2ca930864f6c695b659f92e2..c390e97631e8c6cfd401ca749b7c9fb34fc10d5b 100644 (file)
@@ -2,6 +2,16 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.25.0] - 2022-07-06
+
+### Features
+
+- Ui supports creating folder ([#91](https://github.com/sigoden/dufs/issues/91))
+- Ui supports move folder/file to new path ([#92](https://github.com/sigoden/dufs/issues/92))
+- Check permission on move/copy destination ([#93](https://github.com/sigoden/dufs/issues/93))
+- Add completions ([#97](https://github.com/sigoden/dufs/issues/97))
+- Limit the number of concurrent uploads ([#98](https://github.com/sigoden/dufs/issues/98))
+
 ## [0.24.0] - 2022-07-02
 
 ### Bug Fixes
index 1f7a8a4f139e605c971fcd781aec0d8d2fb1b65c..ea8f652c1c2baba1a92055d18962d29e8d6f75a0 100644 (file)
@@ -379,7 +379,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.24.0"
+version = "0.25.0"
 dependencies = [
  "assert_cmd",
  "assert_fs",
index 9f6dfb30f866d94f7ac533b356304e9a03414a7a..b87a41612c155a3016063aaed76fcde3f8464220 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.24.0"
+version = "0.25.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"
index 1f352d832b0d976166e3b63c7ac8cb7d27b648d6..a3a86deea6362261c050b937ec64df9953154818 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 Dufs is a distinctive utility file server that supports static serving, uploading, searching, accessing control, webdav...
 
-![demo](https://user-images.githubusercontent.com/4012553/174486522-7af350e6-0195-4f4a-8480-d9464fc6452f.png)
+![demo](https://user-images.githubusercontent.com/4012553/177549931-130383ef-0480-4911-b9c2-0d9534a624b7.png)
 
 ## Features
 
@@ -64,6 +64,7 @@ OPTIONS:
         --render-index           Serve index.html when requesting a directory, returns 404 if not found index.html
         --render-try-index       Serve index.html when requesting a directory, returns directory listing if not found index.html
         --render-spa             Serve SPA(Single Page Application)
+        --completions <shell>    Print shell completion script for <shell> [possible values: bash, elvish, fish, powershell, zsh]
         --tls-cert <path>        Path to an SSL/TLS certificate to serve with HTTPS
         --tls-key <path>         Path to the SSL/TLS certificate's private key
     -h, --help                   Print help information