Add CHANGELOG for #755

This commit is contained in:
Sven-Hendrik Haase 2022-03-15 20:30:47 +01:00
parent e23bcd47f9
commit 2750d196f4
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
2 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
- Allow to set the accept input attribute to arbitrary values using `-m` and `-M` [#755](https://github.com/svenstaro/miniserve/pull/755) (thanks @mayjs)
## [0.19.2] - 2022-02-21
- Add man page support via `--print-manpage` [#738](https://github.com/svenstaro/miniserve/pull/738)

View File

@ -155,6 +155,14 @@ Some mobile browsers like Firefox on Android will offer to open the camera app w
-l, --show-symlink-info
Show symlink info
-m, --media-type <MEDIA_TYPE>
Specify uploadable media types
[possible values: image, audio, video]
-M, --raw-media-type <MEDIA_TYPE_RAW>
Directly specify the uploadable media type expression
-o, --overwrite-files
Enable overriding existing files during file upload