All notable changes to this project will be documented in this file.
+## [0.10.1] - 2022-06-02
+
+### Bug Fixes
+
+- Panic when bind already used port
+
## [0.10.0] - 2022-06-02
### Bug Fixes
- Change auth logic/options
- Improve ui
-### Miscellaneous Tasks
-
-- Insert cli output
-
### Refactor
- Small improvement
- Add some headers to res
- Support render-index/render-spa
-### Miscellaneous Tasks
-
-- Move src/assets out of src
-- Update description
-- Upgrade version
-
## [0.7.0] - 2022-05-31
### Bug Fixes
- Drag and drop uploads, upload folder
-### Miscellaneous Tasks
-
-- Upgrade version
-
## [0.6.0] - 2022-05-31
### Features
- Distinct upload and delete operation
- Support range requests
-### Miscellaneous Tasks
-
-- Upgrade version
-
### Refactor
- Improve code quality
- Add no-auth-read options
- Unzip zip file when unload
-### Miscellaneous Tasks
-
-- Reorganize web static files
-- Rename src/static to src/assets
-- Upgrade version
-
## [0.4.0] - 2022-05-29
### Features
- Replace --static option to --no-edit
- Add cors
-### Miscellaneous Tasks
-
-- Upgrade version
-
## [0.3.0] - 2022-05-29
### Documentation
- Add logger
- Download folder as zip file
-### Miscellaneous Tasks
-
-- Update cargo metadata
-
## [0.1.0] - 2022-05-26
### Bug Fixes
- Support delete operation
- Remove parent path
-### Miscellaneous Tasks
-
-- Add readme and license
-- Update cargo metadata
-
### Styling
- Cargo fmt