2020-08-08 06:06:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 8 04:47:19 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Update to v5.0.0
|
|
|
|
* Change to console markup syntax to not parse Python structures
|
|
|
|
as markup, i.e. `[1,2,3]` is treated as a literal, not a tag.
|
|
|
|
* Standard color numbers syntax has changed to `"color(<number>)"`
|
|
|
|
so that `[5]` (for example) is considered a literal.
|
|
|
|
* Markup escape method has changed from double brackets to
|
|
|
|
preceding with a backslash, so `foo[[]]` would be `foo\[bar]`
|
|
|
|
|
|
|
|
- From v4.2.2
|
|
|
|
* Added thread to automatically call update() in progress.track().
|
|
|
|
Replacing previous adaptive algorithm.
|
|
|
|
* Second attempt at working around https://bugs.python.org/issue37871
|
|
|
|
|
2020-07-31 10:17:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 31 08:06:43 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Update to version 4.2.1
|
|
|
|
- Added show_time and show_level parameters to RichHandler https://github.com/willmcgugan/rich/pull/182
|
|
|
|
- Fixed progress.track iterator exiting early https://github.com/willmcgugan/rich/issues/189
|
|
|
|
- Added workaround for Python bug https://bugs.python.org/issue37871, fixing https://github.com/willmcgugan/rich/issues/186
|
|
|
|
- Set overflow=fold for log messages https://github.com/willmcgugan/rich/issues/190
|
|
|
|
- Fixed missing new lines https://github.com/willmcgugan/rich/issues/178
|
|
|
|
- Fixed Progress.track https://github.com/willmcgugan/rich/issues/184
|
|
|
|
- Remove control codes from exported text https://github.com/willmcgugan/rich/issues/181
|
|
|
|
- Implemented auto-detection and color rendition of 16-color mode
|
|
|
|
- Optimized progress.track for very quick iterations
|
|
|
|
- Force default size of 80x25 if get_terminal_size reports size of 0,0
|
|
|
|
- Added markup switch to RichHandler https://github.com/willmcgugan/rich/issues/171
|
|
|
|
- Change signature of Text.stylize to accept style first
|
|
|
|
- Remove Text.stylize_all which is no longer necessary
|
|
|
|
- Fixed rendering of Confirm prompt https://github.com/willmcgugan/rich/issues/170
|
|
|
|
|
2020-07-22 21:00:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 22 20:03:19 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 3.4.1
|
|
|
|
* Fixed incorrect default of expand in Table.grid
|
|
|
|
- Update to version 3.4.0
|
|
|
|
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
|
|
|
|
- Update to version 3.3.2
|
|
|
|
Changed
|
|
|
|
* Optimized Text.pad
|
|
|
|
Added
|
|
|
|
* Added rich.scope
|
|
|
|
* Change log_locals to use scope.render_scope
|
|
|
|
* Added title parameter to Columns
|
|
|
|
|
2020-07-02 19:33:09 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-07-14 05:56:38 +00:00
|
|
|
Mon Jul 13 19:16:04 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 3.3.1
|
|
|
|
Added
|
|
|
|
* box.ASCII_DOUBLE_HEAD
|
|
|
|
Changed
|
|
|
|
* Removed replace of -- --- ... from Markdown, as it made it
|
|
|
|
impossible to include CLI info
|
|
|
|
- Update to version 3.3.0
|
|
|
|
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
|
|
|
|
- Update to version 3.2.0
|
|
|
|
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)
|
|
|
|
- Update to version 3.1.0
|
|
|
|
Changed
|
|
|
|
* Progress bars now work in Jupyter
|
|
|
|
Added
|
|
|
|
* Added refresh_per_second to progress.track
|
|
|
|
* Added styles to BarColumn and progress.track
|
|
|
|
- Update to version 3.0.5
|
|
|
|
Fixed
|
|
|
|
* Fixed Windows version number require for truecolor
|
|
|
|
- Update to version 3.0.4
|
|
|
|
Changed
|
|
|
|
* More precise detection of Windows console
|
|
|
|
- Update to version 3.0.3
|
|
|
|
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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-07-02 19:33:09 +00:00
|
|
|
Thu Jul 2 19:08:35 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 3.0.2
|
|
|
|
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
|
|
|
|
|
2020-07-01 09:58:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 30 22:20:40 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 3.0.1
|
|
|
|
Added
|
|
|
|
* Added box.ASCII2
|
|
|
|
* Added markup argument to logging extra
|
|
|
|
Changed
|
|
|
|
* Setting a non-None width now implies expand=True
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 29 09:39:54 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Use dephell
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 29 08:00:58 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Initial package, version 3.0.0
|