The more emojis release
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] - 2026-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