Skip to content

Releases: Textualize/rich

v2.3.1: Merge pull request #126 from willmcgugan/win-tables

26 Jun 16:45
f2af8c9
Compare
Choose a tag to compare

[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

26 Jun 10:42
4020d5a
Compare
Choose a tag to compare

[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 for highlight_regex to be a callable that returns a style

Added

  • Added optional highlighter parameter to RichHandler

v2.2.6

24 Jun 20:29
Compare
Choose a tag to compare

[2.2.6] - 2020-06-24

Changed

  • Store a "link id" on Style instance, so links containing different styles are highlighted together. (#123)

v2.2.5: Merge pull request #118 from willmcgugan/table-justify

23 Jun 10:48
2356d7c
Compare
Choose a tag to compare

[2.2.5] - 2020-06-23

Fixed

  • Fixed justify of tables (#117)

v2.2.4: Merge pull request #116 from willmcgugan/dev

21 Jun 11:34
03a5213
Compare
Choose a tag to compare

[2.2.4] - 2020-06-21

Added

  • Added enable_link_path to RichHandler
  • Added legacy_windows switch to Console constructor

v2.2.3

15 Jun 10:53
Compare
Choose a tag to compare

[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

14 Jun 15:37
Compare
Choose a tag to compare

[2.2.2] - 2020-06-14

Changed

  • Exposed RichHandler highlighter as a class var

v2.2.1

14 Jun 13:53
Compare
Choose a tag to compare

[2.2.1] - 2020-06-14

Changed

  • Linked path in log render to file

Allow builtin print with progress

14 Jun 13:24
ef80460
Compare
Choose a tag to compare

[2.2.0] - 2020-06-14

Added

  • Added redirect_stdout and redirect_stderr to Progress

Changed

  • printing to console with an active Progress doesn't break visuals

v2.1.0

11 Jun 17:36
Compare
Choose a tag to compare

[2.1.0] - 2020-06-11

Added

  • Added 'transient' option to Progress

### Changed

  • Truncated overly long text in Rule with ellipsis overflow