From 0d74fa3ec5030c2f221cde34118b403c2eaf5c75 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 8 Nov 2023 10:41:24 +0800 Subject: [PATCH] chore: release v0.37.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8680e4dd..ca45227dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 02640cc67..8919f26bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.37.0-rc1" +version = "0.37.0" dependencies = [ "alphanumeric-sort", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index acf2bd644..18f22b826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.37.0-rc1" +version = "0.37.0" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"