Releases: Textualize/rich
Releases · Textualize/rich
v3.0.1
[3.0.1] - 2020-06-30
Added
- Added box.ASCII2
- Added markup argument to logging extra
Changed
- Setting a non-None width now implies expand=True
Better Tables on legacy Windows terminals
A new major version due to changes to Rule and Panel constructor, and Table.add_column
method. This is unlikely to break anyones code but semver mandates a major version bump.
Otherwise, the highlight of this release is that legacy Windows supports a greater range of box characters for Table / Panel etc.
[3.0.0] - 2020-06-28
Changed
- Enabled supported box chars for legacy Windows, and introduce
safe_box
flag - Disable hyperlinks on legacy Windows
- Constructors for Rule and Panel now have keyword only arguments (reason for major version bump)
- Table.add_colum added keyword only arguments
Fixed
- Fixed Table measure
v2.3.1: Merge pull request #126 from willmcgugan/win-tables
[2.3.1] - 2020-06-26
Fixed
- Disabled legacy_windows if jupyter is detected
v2.3.0: Merge pull request #124 from willmcgugan/path-highlight
[2.3.0] - 2020-06-26
Fixed
- Fixed highlighting of paths / filenames
- Corrected docs for RichHandler which erroneously said default console writes to stderr
Changed
- Allowed
style
parameter forhighlight_regex
to be a callable that returns a style
Added
- Added optional highlighter parameter to RichHandler
v2.2.6
v2.2.5: Merge pull request #118 from willmcgugan/table-justify
v2.2.4: Merge pull request #116 from willmcgugan/dev
[2.2.4] - 2020-06-21
Added
- Added enable_link_path to RichHandler
- Added legacy_windows switch to Console constructor
v2.2.3
[2.2.3] - 2020-06-15
Fixed
- Fixed console.log hyperlink not containing full path
Changed
- Used random number for hyperlink id
v2.2.2
[2.2.2] - 2020-06-14
Changed
- Exposed RichHandler highlighter as a class var
v2.2.1
[2.2.1] - 2020-06-14
Changed
- Linked path in log render to file