diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-07 13:07:03 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-07 13:07:03 -0500 |
commit | f970c16756803ad8c03c5e544f09acd4431d8b16 (patch) | |
tree | 52fa81d5873485bb514e98e78d72b0e68f2d1968 /CHANGELOG.md | |
parent | e6f251fd733236cfe0dbd9ebb9393dd487668c8e (diff) | |
download | cmd2-git-f970c16756803ad8c03c5e544f09acd4431d8b16.tar.gz |
Added dim text style support
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dcb2a12..7d5c9745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,16 @@ * Bug Fixes * Fixed bug where startup script containing a single quote in its file name was incorrectly quoted * Added missing implicit dependency on `setuptools` due to build with `setuptools_scm` +* Enhancements + * Added dim text style support via `style()` function and `ansi.INTENSITY_DIM` setting. * Breaking changes * Renamed the following `ansi` members for accuracy in what types of ANSI escape sequences are handled * `ansi.allow_ansi` -> `ansi.allow_style` * `ansi.ansi_safe_wcswidth()` -> `ansi.style_aware_wcswidth()` * `ansi.ansi_aware_write()` -> `ansi.style_aware_write()` + * Renamed the following `ansi` members for clarification + * `ansi.BRIGHT` -> `ansi.INTENSITY_BRIGHT` + * `ansi.NORMAL` -> `ansi.INTENSITY_NORMAL` ## 0.9.22 (December 9, 2019) * Bug Fixes |