Releases: Textualize/rich
Releases · Textualize/rich
Added rich.prompt
New rich.prompt functionality.
Progress bars are now usable when NO_COLOR env var is set.
[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
v3.3.1
[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
[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
[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
[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
[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
v3.0.3: Merge pull request #136 from willmcgugan/table-shrink
[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
[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