Skip to content

Releases: Textualize/rich

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

v1.0.2

08 May 13:04
Compare
Choose a tag to compare

[1.0.2] - 2020-05-08

Fixed

  • Issue with Windows legacy support #59

v1.0.1

08 May 12:50
Compare
Choose a tag to compare

[1.0.1] - 2020-05-08

Changed

  • Applied console markup after highlighting
  • Documented highlighting
  • Changed Markup parser to handle overlapping styles
  • Relaxed dependency on colorama
  • Allowed Theme to accept values as style definitions (str) as well as Style instances
  • Added a panel to emphasize code in Markdown

Added

  • Added markup.escape
  • Added python -m rich.theme command
  • Added python -m rich.markdown command
  • Added rendering of images in Readme (links only)

Fixed

  • Fixed Text.assemble not working with strings #57
  • Fixed table when column widths must be compressed to fit