From d44b6a67c7d5395e330f896a16f69f117d333966 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 4 Sep 2021 21:17:10 +0200 Subject: Add CHANGELOG entry for fixed mobile info pills --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bf11e..0e8f721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Print QR codes on terminal [#524](https://github.com/svenstaro/miniserve/pull/524) (thanks @aliemjay) +- Fix mobile layout info pills taking whole width [#591](https://github.com/svenstaro/miniserve/issues/591) ## [0.16.0] - 2021-08-31 - Fix serving files with backslashes in their names [#578](https://github.com/svenstaro/miniserve/pull/578) (thanks @Jikstra) -- cgit v1.2.3 From 671e703e89473b5962358eb8ae4acf1eccb35a40 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 4 Sep 2021 23:14:38 +0200 Subject: Add CHANGELOG entry for upload fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8f721..47b3d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Print QR codes on terminal [#524](https://github.com/svenstaro/miniserve/pull/524) (thanks @aliemjay) - Fix mobile layout info pills taking whole width [#591](https://github.com/svenstaro/miniserve/issues/591) +- Fix security exploit when uploading is enabled [#590](https://github.com/svenstaro/miniserve/pull/590) [#518](https://github.com/svenstaro/miniserve/issues/518) (thanks @aliemjay) +- Fix uploading to symlink directories [#590](https://github.com/svenstaro/miniserve/pull/590) [#466](https://github.com/svenstaro/miniserve/issues/466) (thanks @aliemjay) ## [0.16.0] - 2021-08-31 - Fix serving files with backslashes in their names [#578](https://github.com/svenstaro/miniserve/pull/578) (thanks @Jikstra) -- cgit v1.2.3 From f8ab19ec70c6c6a773e728788e32e2272bfb2b7a Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 4 Sep 2021 23:20:42 +0200 Subject: (cargo-release) version 0.17.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b3d55..7e53fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [0.17.0] - 2021-09-04 - Print QR codes on terminal [#524](https://github.com/svenstaro/miniserve/pull/524) (thanks @aliemjay) - Fix mobile layout info pills taking whole width [#591](https://github.com/svenstaro/miniserve/issues/591) - Fix security exploit when uploading is enabled [#590](https://github.com/svenstaro/miniserve/pull/590) [#518](https://github.com/svenstaro/miniserve/issues/518) (thanks @aliemjay) @@ -115,7 +117,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Some theme related bug fixes (thanks @boastful-squirrel) -[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.16.0...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.17.0...HEAD +[0.17.0]: https://github.com/svenstaro/miniserve/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/svenstaro/miniserve/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/svenstaro/miniserve/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/svenstaro/miniserve/compare/v0.13.0...v0.14.0 -- cgit v1.2.3