Skip to content

Releases: Textualize/rich

v0.6.0

03 Mar 16:20
Compare
Choose a tag to compare

[0.6.0] - 2020-03-03

Added

  • Added tab_size to Console and Text
  • Added protocol.is_renderable for runtime check
  • Added emoji switch to Console
  • Added inherit boolean to Theme
  • Made Console thread safe, with a thread local buffer

Changed

  • Console.markup attribute now effects Table
  • SeparatedConsoleRenderable and RichCast types

Fixed

  • Fixed tabs breaking rendering by converting to spaces

Fixed Windows support

04 Feb 18:29
Compare
Choose a tag to compare

[0.3.3] - 2020-02-04

Fixed

  • Fixed Windows color support
  • Fixed line width on windows issue (#7)
  • Fixed Pretty print on Windows

Added logging support

26 Jan 16:10
Compare
Choose a tag to compare

[0.3.2] - 2020-01-26

Added

  • Added rich.logging