Skip to content

Releases: Textualize/rich

v3.0.1

30 Jun 20:54
Compare
Choose a tag to compare

[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

28 Jun 13:54
Compare
Choose a tag to compare

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

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