aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-02-06 06:13:53 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2025-02-06 06:13:53 +0000
commitbd3fc15316f093a74cf03ddd016f4043e0356eec (patch)
tree7061949d5cc90e3591bde2992547e3eda9086efc
parentMerge pull request #1472 from ahti/asset-paths (diff)
downloadminiserve-bd3fc15316f093a74cf03ddd016f4043e0356eec.tar.gz
miniserve-bd3fc15316f093a74cf03ddd016f4043e0356eec.zip
Add CHANGELOG entry for #1472
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1606b3d..8469ffa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- 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 [#1471](https://github.com/svenstaro/miniserve/pull/1471) (thanks @shaicoleman)
- Add webdav support [#1415](https://github.com/svenstaro/miniserve/pull/1415) (thanks @ahti)
+- Move favicon and css to stable, non-random routes [#1472](https://github.com/svenstaro/miniserve/pull/1472) (thanks @ahti)
## [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)