aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-08-29 01:38:42 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-08-29 01:38:48 +0000
commit8414d85ee1d82ad15af0590395b8e045d41a391c (patch)
tree650028c88ab94828f306740baf857f278733d968
parentMerge pull request #521 from raffomania/fix-visited-link-colors (diff)
downloadminiserve-8414d85ee1d82ad15af0590395b8e045d41a391c.tar.gz
miniserve-8414d85ee1d82ad15af0590395b8e045d41a391c.zip
Add CHANGELOG entry for visited colors
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d897915..8b1a520 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
- Fix serving files with backslashes in their names [#578](https://github.com/svenstaro/miniserve/pull/578) (thanks @Jikstra)
- Fix behavior of downloading symlinks by upgrading to actix-web 4 [#582](https://github.com/svenstaro/miniserve/pull/582)[#462](https://github.com/svenstaro/miniserve/issues/462) (thanks @aliemjay)
+- List directory if index file not found [#583](https://github.com/svenstaro/miniserve/pull/583)[#275](https://github.com/svenstaro/miniserve/pull/583) (thanks @aliemjay)
+- Add special colors for visited links [#521](https://github.com/svenstaro/miniserve/pull/521) (thanks @raffomania)
## [0.15.0] - 2021-08-27
- Add hardened systemd template unit file to `packaging/miniserve@.service`