v15.0.0
Breaking Changes📦 richView on GitHub →
⚠ 1 breaking🐛 4 fixes🔧 2 symbols
Summary
Version 15.0.0 drops support for Python 3.8 and includes several bug fixes related to printing, ANSI parsing, file proxying, and Markdown rendering.
⚠️ Breaking Changes
- Support for Python 3.8 has been dropped. Users must upgrade to Python 3.9 or newer.
Migration Steps
- Ensure your environment is running Python 3.9 or newer to use this version.
🐛 Bug Fixes
- Empty print statements now correctly respect the `end` parameter.
- Fixed an issue where `Text.from_ansi` incorrectly removed newlines.
- Resolved an issue where `FileProxy.isatty` failed to proxy correctly.
- Inline code rendering within Markdown table cells has been fixed.