diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2025-02-05 18:29:36 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2025-02-05 18:29:36 +0000 |
commit | d3cc2bd8db8e69a14a66f8804cb90d2ab4cf627a (patch) | |
tree | 18cf285af084350862eee8f17e6b6293cb5c7adc | |
parent | Merge pull request #1471 from shaicoleman/fix-font-weight (diff) | |
download | miniserve-d3cc2bd8db8e69a14a66f8804cb90d2ab4cf627a.tar.gz miniserve-d3cc2bd8db8e69a14a66f8804cb90d2ab4cf627a.zip |
Add CHANGELOG entry for #1471
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a694801..191ef4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Make URL encoding fully WHATWG-compliant [#1454](https://github.com/svenstaro/miniserve/pull/1454) (thanks @cyqsimon) - Fix `OVERWRITE_FILES` env var not being prefixed by `MINISERVE_` [#1457](https://github.com/svenstaro/miniserve/issues/1457) +- Change `font-weight` of regular files to be `normal` to improve readability (thanks @shaicoleman) ## [0.28.0] - 2024-09-12 - Fix wrapping text in mobile view when the file name too long [#1379](https://github.com/svenstaro/miniserve/pull/1379) (thanks @chaibiq) |