diff --git a/CHANGELOG.md b/CHANGELOG.md index 2223494..4cf8661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 5de15c6..3e2ba70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.14.0" +version = "0.15.0" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 2ca0932..2b5a22b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.14.0" +version = "0.15.0" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server."