aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-03-06 23:20:01 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2025-03-06 23:20:01 +0000
commitc91be312a9f25de09d3b4a4447dcc92151b2a6ad (patch)
tree15ba9ff88bdc241284ee683c174ad47b2c4e311b /CHANGELOG.md
parentMerge pull request #1261 from Lzzzzzt/show-size-in-byte (diff)
downloadminiserve-c91be312a9f25de09d3b4a4447dcc92151b2a6ad.tar.gz
miniserve-c91be312a9f25de09d3b4a4447dcc92151b2a6ad.zip
Add CHANGELOG entry for #1261
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 417a836..f478462 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
- Add date pill and sort links for mobile views [#1473](https://github.com/svenstaro/miniserve/pull/1473) (thanks @Flat)
- Add upload progress bar and allow for multiple concurrent file uploads [#1431](https://github.com/svenstaro/miniserve/pull/1431) (thanks @AlecDivito)
+- Add `--size-display` to allow for toggling file size display between `human` and `exact` [#1261](https://github.com/svenstaro/miniserve/pull/1261) (thanks @Lzzzzzt)
## [0.29.0] - 2025-02-06
- Make URL encoding fully WHATWG-compliant [#1454](https://github.com/svenstaro/miniserve/pull/1454) (thanks @cyqsimon)