]> OzVa Git service - ozva-cloud/commitdiff
chore: release v0.37.0
authorsigoden <sigoden@gmail.com>
Wed, 8 Nov 2023 02:41:24 +0000 (10:41 +0800)
committersigoden <sigoden@gmail.com>
Wed, 8 Nov 2023 02:41:24 +0000 (10:41 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index d8680e4dd03d9b607f28497071535878fb26abb4..ca45227dc8c8693b8cc37b6bdce4aed42808015d 100644 (file)
@@ -2,6 +2,26 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.37.0] - 2023-11-08
+
+### Bug Fixes
+
+- Sort path ignore case ([#264](https://github.com/sigoden/dufs/issues/264))
+- Ui show user-name next to the user-icon ([#278](https://github.com/sigoden/dufs/issues/278))
+- Auto delete half-uploaded files ([#280](https://github.com/sigoden/dufs/issues/280))
+
+### Features
+
+- Deprecate `--auth-method`,  as both options are available ([#279](https://github.com/sigoden/dufs/issues/279))
+- Support config file with `--config` option ([#281](https://github.com/sigoden/dufs/issues/281))
+- Support hashed password ([#283](https://github.com/sigoden/dufs/issues/283))
+
+### Refactor
+
+- Remove one clone on `assets_prefix` ([#270](https://github.com/sigoden/dufs/issues/270))
+- Optimize tests
+- Improve code quanity ([#282](https://github.com/sigoden/dufs/issues/282))
+
 ## [0.36.0] - 2023-08-24
 
 ### Bug Fixes
index 02640cc676f1986fd584ed86a513bd63f8b89e71..8919f26bb8a548659c15253e6c987c7e67a51567 100644 (file)
@@ -454,7 +454,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.37.0-rc1"
+version = "0.37.0"
 dependencies = [
  "alphanumeric-sort",
  "anyhow",
index acf2bd644a80451da1b7c0c7b843807d64c0a68c..18f22b8263a0d2d077ef3166cc0ca3a2ed9a607b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.37.0-rc1"
+version = "0.37.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"