| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-12 | 588 Bytes | |
| The So Long 3.8 Release source code.tar.gz | 2026-04-12 | 15.1 MB | |
| The So Long 3.8 Release source code.zip | 2026-04-12 | 15.6 MB | |
| Totals: 3 Items | 30.7 MB | 3 | |
A few fixes. The major version bump is to honor the passing of 3.8 support which reached its EOL in October 7, 2024
[15.0.0] - 2026-04-12
Changed
- Breaking change: Dropped support for Python3.8
Fixed
- Fixed empty print ignoring the
endparameter https://github.com/Textualize/rich/pull/4075 - Fixed
Text.from_ansiremoving newlines https://github.com/Textualize/rich/pull/4076 - Fixed
FileProxy.isattynot proxying https://github.com/Textualize/rich/pull/4077 - Fixed inline code in Markdown tables cells https://github.com/Textualize/rich/pull/4079