]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.15.0
authorsigoden <sigoden@gmail.com>
Fri, 10 Jun 2022 00:41:51 +0000 (08:41 +0800)
committersigoden <sigoden@gmail.com>
Fri, 10 Jun 2022 00:41:51 +0000 (08:41 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 2223494a04c8c0e00becca1e27d5139f5629e046..4cf86613b611ba4c9b48c8e00c14644aeb133f8f 100644 (file)
@@ -2,6 +2,18 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.15.0] - 2022-06-10
+
+### Bug Fixes
+
+- Encode webdav href as uri ([#28](https://github.com/sigoden/duf/issues/28))
+- Query dir param
+
+### Features
+
+- Add basic dark theme ([#29](https://github.com/sigoden/duf/issues/29))
+- Add empty state placeholder to page([#30](https://github.com/sigoden/duf/issues/30))
+
 ## [0.14.0] - 2022-06-07
 
 ### Bug Fixes
index 5de15c68a2d3ad7f203427f655a5ee7f02113b83..3e2ba70153849ffe79bd7fef0b50cfe09cdd6196 100644 (file)
@@ -286,7 +286,7 @@ dependencies = [
 
 [[package]]
 name = "duf"
-version = "0.14.0"
+version = "0.15.0"
 dependencies = [
  "async-walkdir",
  "async_zip",
index 2ca09324460c8010a6683dd5bae95f442c5cbfec..2b5a22b8c74125f052d5c74d78d6e309c0edbdef 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "duf"
-version = "0.14.0"
+version = "0.15.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Duf is a simple file server."