# Changelog All notable changes to this project will be documented in this file. ## [0.13.0] - 2022-06-05 ### Bug Fixes - Ctrl+c not exit sometimes ### Features - Implement more webdav methods ([#13](https://github.com/sigoden/duf/issues/13)) - Use digest auth ([#14](https://github.com/sigoden/duf/issues/14)) - Add webdav proppatch handler ([#18](https://github.com/sigoden/duf/issues/18)) ## [0.12.1] - 2022-06-04 ### Features - Support webdav ([#10](https://github.com/sigoden/duf/issues/10)) - Remove unzip uploaded feature ([#11](https://github.com/sigoden/duf/issues/11)) ## [0.11.0] - 2022-06-03 ### Features - Support gracefully shutdown server - Listen 0.0.0.0 by default ## [0.10.1] - 2022-06-02 ### Bug Fixes - Panic when bind already used port ## [0.10.0] - 2022-06-02 ### Bug Fixes - Remove unzip file even failed to unzip - Rename --no-auth-read to --no-auth-access - Broken ui ### Documentation - Refactor readme ### Features - Change auth logic/options - Improve ui ### Refactor - Small improvement ## [0.9.0] - 2022-06-02 ### Documentation - Improve readme ### Features - Support path prefix - List all ifaces when listening 0.0.0.0 - Support tls ## [0.8.0] - 2022-06-01 ### Bug Fixes - Some typos - Caught 500 if no permission to access dir ### Features - Cli add allow-symlink option - Add some headers to res - Support render-index/render-spa ## [0.7.0] - 2022-05-31 ### Bug Fixes - Downloaded zip file has no.zip ext in firefox - Unzip override existed file in uploadonly mode - Miss file 500 - Not found dir when allow_upload is false ### Features - Drag and drop uploads, upload folder ## [0.6.0] - 2022-05-31 ### Features - Delete confirm - Distinct upload and delete operation - Support range requests ### Refactor - Improve code quality ## [0.5.0] - 2022-05-30 ### Features - Add mime and cache headers to response - Add no-auth-read options - Unzip zip file when unload ## [0.4.0] - 2022-05-29 ### Features - Replace --static option to --no-edit - Add cors ## [0.3.0] - 2022-05-29 ### Documentation - Update readme demo png ### Features - Automatically create dir while uploading - Support searching ### Refactor - Handler zip ### Styling - Optimize css ## [0.2.1] - 2022-05-28 ### Bug Fixes - Cannot upload in root - Optimize download zip ### Documentation - Improve readme ### Features - Aware RUST_LOG ## [0.2.0] - 2022-05-28 ### Documentation - Update demo png - Improve readme ### Features - Add logger - Download folder as zip file ## [0.1.0] - 2022-05-26 ### Bug Fixes - Caught server error when symlink broken ### Documentation - Improve readme - Update readme ### Features - Add basic auth and readonly mode - Support delete operation - Remove parent path ### Styling - Cargo fmt - Update index page ### Build - Remove dev deps ### Ci - Init ci