]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.18.0
authorsigoden <sigoden@gmail.com>
Sat, 18 Jun 2022 00:05:18 +0000 (08:05 +0800)
committersigoden <sigoden@gmail.com>
Sat, 18 Jun 2022 00:05:18 +0000 (08:05 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml
README.md

index e4d0bc9ffc5365f363db6a01368e502b4a2f3f6c..6fee4f0c20472c7cf429cf0cd4ac634203f1b490 100644 (file)
@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.18.0] - 2022-06-18
+
+### Features
+
+- Add option --render-try-index ([#47](https://github.com/sigoden/duf/issues/47))
+- Add slash to end of dir href
+
 ## [0.17.1] - 2022-06-16
 
 ### Bug Fixes
index dd53406eb39d612f657061c36c6a787d0f3df1c4..912f22c07ab7949a88bd574125b5737a2a411a05 100644 (file)
@@ -571,7 +571,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "duf"
-version = "0.17.1"
+version = "0.18.0"
 dependencies = [
  "assert_cmd",
  "assert_fs",
index 70e4815b39605d7a77ff3d2868ab4f92b3a55ac0..7b714a67c96d99114375e99d9d24d561c72eedeb 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "duf"
-version = "0.17.1"
+version = "0.18.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Duf is a simple file server."
index 3e375c68b530aba97e20588ff550dac9f07e7dae..39459adeeaa023b0ec6ba43d2372cafc3e912a00 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ cargo install duf
 ### With docker
 
 ```
-docker run -v /tmp:/tmp -p 5000:5000 --rm -it docker.io/sigoden/duf /tmp
+docker run -v `pwd`:/data -p 5000:5000 --rm -it sigoden/duf /data
 ```
 
 ### Binaries on macOS, Linux, Windows