diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-07-05 21:56:16 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-07-05 21:56:54 +0000 |
commit | e228fee479b7213e003002625bbc22b8091e9b4d (patch) | |
tree | 48bba9e83bc4fc32179246106b8a4bfe431b130f /CHANGELOG.md | |
parent | Merge pull request #1160 from svenstaro/env-config (diff) | |
download | miniserve-e228fee479b7213e003002625bbc22b8091e9b4d.tar.gz miniserve-e228fee479b7213e003002625bbc22b8091e9b4d.zip |
Fix ANSI color codes are printed when not a tty
Fixes #1095.
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf312a..36caca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). <!-- next-header --> ## [Unreleased] - ReleaseDate +- Fix ANSI color codes are printed when not a tty [#1095](https://github.com/svenstaro/miniserve/pull/1095) - Allow parameters to be provided via environment variables [#1160](https://github.com/svenstaro/miniserve/pull/1160) ## [0.23.2] - 2023-04-28 |