File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ - Nothing yet
11+
12+ ## [ 1.8.1] - 2025-07-04
13+
14+ ### Fixed
15+
16+ - "UserWarning: The parameter -j is used more than once" in https://github.com/Textualize/rich-cli/pull/74
17+ - Fixed generic blend text in https://github.com/Textualize/rich-cli/pull/51
18+
1019### Changed
1120
1221- Rich-CLI now assumes that the input file is encoded in UTF-8 https://github.com/Textualize/rich-cli/pull/56
22+ - The JSON display mode is now ` -J/--json `
23+ - _ Python >= 3.9_ is now required, so no more support for 3.7 and 3.8
24+ - Hard-code UTF-8 encoding for the input file in https://github.com/Textualize/rich-cli/pull/56
25+ - Updated pyproject.toml to PEP621 and Poetry 2.* in https://github.com/Textualize/rich-cli/pull/103
1326
1427## [ 1.8.0] - 2022-05-07
1528
Original file line number Diff line number Diff line change 11[project ]
22name = " rich-cli"
33urls.homepage = " https://github.com/Textualize/rich-cli"
4- version = " 1.8.0 "
4+ version = " 1.8.1 "
55description = " Command Line Interface to Rich"
66readme = " README.md"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments