Skip to content

Releases: Textualize/rich

v0.8.8

31 Mar 15:52
Compare
Choose a tag to compare

[0.8.8] - 2020-03-31

Fixed

  • Fixed background in Syntax

v0.8.7

31 Mar 13:28
Compare
Choose a tag to compare

[0.8.7] - 2020-03-31

Fixed

  • Broken wrapping of long lines
  • Fixed wrapping in Syntax

Changed

  • Added word_wrap option to Syntax, which defaults to False.
  • Added word_wrap option to Traceback.

Experimental Jupyter support

29 Mar 16:31
Compare
Choose a tag to compare

[0.8.6] - 2020-03-29

Added

  • Experimental Jupyter notebook support: from rich.jupyter import print

v0.8.5

29 Mar 13:01
Compare
Choose a tag to compare

[0.8.5] - 2020-03-29

Changed

  • Smarter number parsing regex for repr highlighter

Added

  • uuid highlighter for repr

[0.8.4] - 2020-03-28

Added

  • Added 'test card', run python -m rich

Changed

  • Detected windows terminal, defaulting to colorama support

Fixed

  • Fixed table scaling issue

Fixes

27 Mar 10:30
Compare
Choose a tag to compare

[0.8.3] - 2020-03-27

Fixed

  • CJK right align

[0.8.2] - 2020-03-27

Changed

  • Fixed issue with 0 speed resulting in zero division error
  • Changed signature of Progress.update
  • Made calling start() a second time a no-op

[0.8.1] - 2020-03-22

Added

  • Added progress.DownloadColumn

v0.8.0

17 Mar 17:16
Compare
Choose a tag to compare

[0.8.0] - 2020-03-17

Added

  • CJK support
  • Console level highlight flag
  • Added encoding argument to Syntax.from_path

Changed

v0.7.2

15 Mar 17:14
Compare
Choose a tag to compare

[0.7.2] - 2020-03-15

Fixed

  • KeyError for missing pygments style

v0.7.1

13 Mar 16:54
Compare
Choose a tag to compare

[0.7.1] - 2020-03-13

Fixed

  • Issue with control codes being used in length calculation

Changed

  • Remove current_style concept, which wasn't really used and was problematic for concurrency

[0.7.0] - 2020-03-12

Changed

  • Added width option to Panel
  • Change special method __render_width__ to __measure__
  • Dropped the "markdown style" syntax in console markup
  • Optimized style rendering

Added

  • Added Console.show_cursor method
  • Added Progress bars

Fixed

  • Fixed wrapping when a single word was too large to fit in a line

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