Browse Source

chore(release): version v0.15.0

pull/32/head v0.15.0
sigoden 3 years ago
parent
commit
e9383d71ed
  1. 12
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml

12
CHANGELOG.md

@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. 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 ## [0.14.0] - 2022-06-07
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated

@ -286,7 +286,7 @@ dependencies = [
[[package]] [[package]]
name = "duf" name = "duf"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"async-walkdir", "async-walkdir",
"async_zip", "async_zip",

2
Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "duf" name = "duf"
version = "0.14.0" version = "0.15.0"
edition = "2021" edition = "2021"
authors = ["sigoden <sigoden@gmail.com>"] authors = ["sigoden <sigoden@gmail.com>"]
description = "Duf is a simple file server." description = "Duf is a simple file server."

Loading…
Cancel
Save