All notable changes to this project will be documented in this file.
-## [0.19.0] - 2022-06-19
+## [0.20.0] - 2022-06-20
+
+### Bug Fixes
+
+- DecodeURI searching string ([#61](https://github.com/sigoden/dufs/issues/61))
+
+### Features
+
+- Added basic auth ([#60](https://github.com/sigoden/dufs/issues/60))
+- Add option --allow-search ([#62](https://github.com/sigoden/dufs/issues/62))
+
+## [0.19.0-rc1] - 2022-06-19
### Features
## Access Control
-Dufs implements path level access control through http authentication.
+Dufs supports path level access control. You can control who can do what on which path with `--auth`/`-a`.
```
dufs -a <path>@<readwrite>[@<readonly>]
- `<readwrite>`: Account with readwrite permission, required
- `<readonly>`: Account with readonly permission, optional
-> `*` as `<readonly>` means `<path>` is public, everyone can access/download it.
+> `<readonly>` can be `*` means `<path>` is public, everyone can access/download it.
For example: