@@ -11,19 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Reversed ` pre ` and ` code ` tags in base HTML format https://github.com/Textualize/rich/pull/2642
13
13
- Improved detection of ` attrs ` library, that isn't confused by the presence of the ` attr ` library.
14
+ - Fixed issue with ` locals_max_length ` parameter not being respected in Traceback https://github.com/Textualize/rich/issues/2649
15
+ - Handling of broken ` fileno ` made more robust. Fixes https://github.com/Textualize/rich/issues/2645
16
+ - Fixed missing ` fileno ` on FileProxy
14
17
15
18
### Changed
16
19
17
20
- Bumped minimum Python version to 3.7 https://github.com/Textualize/rich/pull/2567
18
21
- Pretty-printing of "tagged" ` __repr__ ` results is now greedy when matching tags https://github.com/Textualize/rich/pull/2565
19
22
- ` progress.track ` now supports deriving total from ` __length_hint__ `
20
23
21
- ### Fixed
22
-
23
- - Fixed issue with ` locals_max_length ` parameter not being respected in Traceback https://github.com/Textualize/rich/issues/2649
24
- - Handling of broken ` fileno ` made more robust. Fixes https://github.com/Textualize/rich/issues/2645
25
- - Fixed missing ` fileno ` on FileProxy
26
-
27
24
### Added
28
25
29
26
- Add type annotation for key_separator of pretty.Node https://github.com/Textualize/rich/issues/2625
@@ -1857,7 +1854,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
1857
1854
1858
1855
- First official release, API still to be stabilized
1859
1856
1860
- [ 12.6.0 ] : https://github.com/textualize/rich/compare/v12.5.2...HEAD
1857
+ [ 13.0.0 ] : https://github.com/textualize/rich/compare/v12.6.0...HEAD
1858
+ [ 12.6.0 ] : https://github.com/textualize/rich/compare/v12.5.2...v12.6.0
1861
1859
[ 12.5.2 ] : https://github.com/textualize/rich/compare/v12.5.1...v12.5.2
1862
1860
[ 12.5.1 ] : https://github.com/textualize/rich/compare/v12.5.0...v12.5.1
1863
1861
[ 12.5.0 ] : https://github.com/textualize/rich/compare/v12.4.4...v12.5.0
0 commit comments