Skip to content

Releases: Textualize/rich

Added rich.prompt

22 Jul 16:20
Compare
Choose a tag to compare

New rich.prompt functionality.

Screen Shot 2020-07-22 at 17 19 41

Progress bars are now usable when NO_COLOR env var is set.

Screen Shot 2020-07-22 at 18 09 02

[3.4.0] - 2020-07-22

Added

  • Added stream parameter to Console.input
  • Added password parameter to Console.input
  • Added description parameter to Progress.update
  • Added rich.prompt
  • Added detecting 'dumb' terminals
  • Added Text.styled alternative constructor

Fixes

  • Fixed progress bars so that they are readable when color is disabled

Nicer rendering of locals

14 Jul 20:18
Compare
Choose a tag to compare

[3.3.2] - 2020-07-14

Screen Shot 2020-07-14 at 17 19 50

Changed

  • Optimized Text.pad

Added

  • Added rich.scope
  • Change log_locals to use scope.render_scope
  • Added title parameter to Columns

v3.3.1

13 Jul 15:27
Compare
Choose a tag to compare

[3.3.1] - 2020-07-13

Added

  • box.ASCII_DOUBLE_HEAD

### Changed

  • Removed replace of -- --- ... from Markdown, as it made it impossible to include CLI info

Title on Panel

12 Jul 15:27
f84d5de
Compare
Choose a tag to compare

[3.3.0] - 2020-07-12

Added

  • Added title and title_align options to Panel
  • Added pad and width parameters to Align
  • Added end parameter to Rule
  • Added Text.pad and Text.align methods
  • Added leading parameter to Table

v3.2.0: Merge pull request #152 from willmcgugan/align

10 Jul 16:48
8b18561
Compare
Choose a tag to compare

[3.2.0] - 2020-07-10

Added

  • Added Align.left Align.center Align.right shortcuts
  • Added Panel.fit shortcut
  • Added align parameter to Columns

Fixed

  • Align class now pads to the right, like Text
  • ipywidgets added as an optional dependency
  • Issue with Panel and background color
  • Fixed missing __bool__ on Segment

Changed

  • Added border_style argument to Panel (note, style now applies to interior of the panel)

v3.1.0: Merge pull request #149 from willmcgugan/jupyter-progress

09 Jul 16:03
e0a1fd3
Compare
Choose a tag to compare

[3.1.0] - 2020-07-09

Changed

  • Progress bars now work in Jupyter

Added

  • Added refresh_per_second to progress.track
  • Added styles to BarColumn and progress.track

v3.0.5

07 Jul 17:16
Compare
Choose a tag to compare

[3.0.5] - 2020-07-07

Fixed

  • Fixed Windows version number require for truecolor

v3.0.4: Merge pull request #144 from willmcgugan/windows-color

07 Jul 16:09
038e22e
Compare
Choose a tag to compare

[3.0.4] - 2020-07-07

Changed

  • More precise detection of Windows console #140

v3.0.3: Merge pull request #136 from willmcgugan/table-shrink

03 Jul 18:28
837b6d7
Compare
Choose a tag to compare

[3.0.3] - 2020-07-03

Fixed

  • Fixed edge case with wrapped and overflowed text

Changed

  • New algorithm for compressing table that priorities smaller columns

Added

  • Added safe_box parameter to Console constructor

v3.0.2

02 Jul 18:52
Compare
Choose a tag to compare

[3.0.2] - 2020-07-02

### Added

  • Added rich.styled.Styled class to apply styles to renderable
  • Table.add_row now has an optional style parameter
  • Added table_movie.py to examples

Changed

  • Modified box options to use half line characters at edges
  • Non no_wrap columns will now shrink below minimum width if table is compressed