From 2750d196f4235ea5b3760dcb83276c61d04be496 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 15 Mar 2022 20:30:47 +0100 Subject: Add CHANGELOG for #755 --- CHANGELOG.md | 1 + README.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 428a717..f1a6906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [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) diff --git a/README.md b/README.md index d613662..f00465e 100644 --- a/README.md +++ b/README.md @@ -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 + Specify uploadable media types + + [possible values: image, audio, video] + + -M, --raw-media-type + Directly specify the uploadable media type expression + -o, --overwrite-files Enable overriding existing files during file upload -- cgit v1.2.3