diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-06 13:34:10 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-06 13:34:10 +0000 |
commit | 4cc83f68c064d9b3974a4d2ff24dedd896d2209f (patch) | |
tree | 465ee9f08ec29a2e7ec397561bee94a3b91b96aa | |
parent | Make more use of flex in mobile formatting (fixes #142) (diff) | |
download | miniserve-4cc83f68c064d9b3974a4d2ff24dedd896d2209f.tar.gz miniserve-4cc83f68c064d9b3974a4d2ff24dedd896d2209f.zip |
Add CHANGELOG for #729
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a091a88..1657147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Fix panic when using TLS in some instances [#670](https://github.com/svenstaro/miniserve/issues/670) (thanks @aliemjay) - Add `--route-prefix` to add a fixed route prefix [#728](https://github.com/svenstaro/miniserve/pull/728) (thanks @aliemjay and @Jikstra) +- Allow tapping the whole row in mobile view [#729](https://github.com/svenstaro/miniserve/pull/729) ## [0.18.0] - 2021-10-26 - Add raw mode and raw mode footer display [#508](https://github.com/svenstaro/miniserve/pull/508) (thanks @Jikstra) |