Skip to content

Releases: Textualize/rich

v1.1.9

20 May 17:56
Compare
Choose a tag to compare

[1.1.9] - 2020-05-20

Fixed

  • Exception when BarColumn.bar_width == None

v1.1.8

20 May 16:25
Compare
Choose a tag to compare

[1.1.8] - 2020-05-20

Changed

  • Optimizations for Segment, Console and Table

### Added

  • Added Console.clear method
  • Added exporting of links to HTML

v1.1.7

19 May 17:01
Compare
Choose a tag to compare

[1.1.7] - 2020-05-19

Added

  • Added collapse_padding option to Table.

Changed

  • Some style attributes may be abbreviated (b for bold, i for italic etc). Previously abbreviations worked in console markup but only one at a time, i.e. "[b]Hello[/]" but not "[b i]Hello[/]" -- now they work everywhere.
  • Renamed 'text' property on Text to 'plain'. i.e. text.plain returns a string version of the Text instance.

Fixed

  • Fixed zero division if total is 0 in progress bar

[1.1.6] - 2020-05-17

### Added

  • Added rich.align.Align class
  • Added justify argument to Console.print and console.log

v1.1.5

15 May 13:11
Compare
Choose a tag to compare

[1.1.5] - 2020-05-15

Changed

  • Changed progress bars to write to stdout on terminal and hide on non-terminal

v1.1.4

15 May 11:47
Compare
Choose a tag to compare

[1.1.4] - 2020-05-15

Fixed

  • Fixed incorrect file and link in progress.log
  • Fixes for legacy windows: Bar, Panel, and Rule now use ASCII characters
  • show_cursor is now a no-op on legacy windows

### Added

  • Added Console.input

Changed

  • Disable progress bars when not writing to a terminal

v1.1.3

14 May 19:38
Compare
Choose a tag to compare

[1.1.3] - 2020-05-15

Fixed

  • Issue with progress of one line

v1.1.2

14 May 19:17
Compare
Choose a tag to compare

[1.1.2] - 2020-05-14

Added

  • Added -p switch to python -m rich.markdown to page output
  • Added Console.control to output control codes

Changed

  • Changed Console log_time_format to no longer require a space at the end
  • Added print and log to Progress to render terminal output when progress is active

v1.1.1

12 May 10:19
Compare
Choose a tag to compare

[1.1.1] - 2020-05-12

Changed

  • Stripped cursor moving control codes from text

Hyperlink support

10 May 13:33
3cabecc
Compare
Choose a tag to compare

[1.1.0] - 2020-05-10

Added

  • Added hyperlinks to Style and markup
  • Added justify and code theme switches to markdown command

[1.0.3] - 2020-05-08

Added

  • Added python -m rich.syntax command

v1.0.3

08 May 14:15
Compare
Choose a tag to compare

[1.0.3] - 2020-05-08

Added

  • Added python -m rich.syntax command