| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-24 | 1.9 kB | |
| The more emojis release source code.tar.gz | 2026-01-24 | 15.1 MB | |
| The more emojis release source code.zip | 2026-01-24 | 15.6 MB | |
| Totals: 3 Items | 30.7 MB | 0 | |
Rich now has support for multi-codepoint emojis. There have also been some Markdown improvements, and a number of fixes. See the release notes below for details.
[14.3.0] - 2025-01-24
Fixed
- IPython now respects when a
Consoleinstance is passed topretty.installhttps://github.com/Textualize/rich/pull/3915 - Fixed extraneous blank line on non-interactive disabled
Progresshttps://github.com/Textualize/rich/pull/3905 - Fixed extra padding on first cell in columns https://github.com/Textualize/rich/pull/3935
- Fixed trailing whitespace removed when soft_wrap=True https://github.com/Textualize/rich/pull/3937
- Fixed style new-lines when soft_wrap = True and a print style is set https://github.com/Textualize/rich/pull/3938
Added
- Added support for some multi-codepopint glyphs (will fix alignment issues for these characters) https://github.com/Textualize/rich/pull/3930
- Added support for
UNICODE_VERSIONenvironment variable https://github.com/Textualize/rich/pull/3930 - Added
last_render_heightproperty to LiveRender https://github.com/Textualize/rich/pull/3934 - Expose locals_max_depth and locals_overflow in traceback.install https://github.com/Textualize/rich/pull/3906/
- Added
Segment.split_lines_terminatorhttps://github.com/Textualize/rich/pull/3938
Changed
cells.cell_lennow has aunicode_versionparameter (that you probably should never change) https://github.com/Textualize/rich/pull/3930- Live will not write a new line if there was nothing rendered https://github.com/Textualize/rich/pull/3934
- Changed style of Markdown headers https://github.com/Textualize/rich/pull/3942
- Changed style of Markdown tables, added
markdown.table.headerandmarkdown.table.borderstyles https://github.com/Textualize/rich/pull/3942 - Changed style of Markdown rules https://github.com/Textualize/rich/pull/3942