File tree Expand file tree Collapse file tree 18 files changed +548
-26
lines changed
Expand file tree Collapse file tree 18 files changed +548
-26
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212- Add support for US spelling of "gray" in ANSI color names https://github.com/Textualize/rich/issues/1890
1313- Added ` rich.diagnose.report ` to expose environment debugging logic as function https://github.com/Textualize/rich/pull/1917
14+ - Added classmethod ` Progress.get_default_columns() ` to get the default list of progress bar columns https://github.com/Textualize/rich/pull/1894
1415
1516## [ 11.1.0] - 2022-01-28
1617
1718### Added
1819
20+
21+ - Workaround for edge case of object from Faiss with no ` __class__ ` https://github.com/Textualize/rich/issues/1838
22+ - Add Traditional Chinese readme
1923- Add ` Syntax.guess_lexer ` , add support for more lexers (e.g. Django templates etc.) https://github.com/Textualize/rich/pull/1869
2024- Add ` lexer ` parameter to ` Syntax.from_path ` to allow for overrides https://github.com/Textualize/rich/pull/1873
2125
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ The following people have contributed to the development of Rich:
1616- [ Hedy Li] ( https://github.com/hedythedev )
1717- [ Alexander Mancevice] ( https://github.com/amancevice )
1818- [ Will McGugan] ( https://github.com/willmcgugan )
19+ - [ Paul McGuire] ( https://github.com/ptmcg )
1920- [ Nathan Page] ( https://github.com/nathanrpage97 )
2021- [ Avi Perl] ( https://github.com/avi-perl )
2122- [ Laurent Peuch] ( https://github.com/psycojoker )
Original file line number Diff line number Diff line change 77![ Logo] ( https://github.com/willmcgugan/rich/raw/master/imgs/logo.svg )
88
99[ English readme] ( https://github.com/willmcgugan/rich/blob/master/README.md )
10- • [ 中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
10+ • [ 简体中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
11+ • [ 正體中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.zh-tw.md )
1112 • [ Lengua española readme] ( https://github.com/willmcgugan/rich/blob/master/README.es.md )
1213 • [ Deutsche readme] ( https://github.com/willmcgugan/rich/blob/master/README.de.md )
1314 • [ Läs på svenska] ( https://github.com/willmcgugan/rich/blob/master/README.sv.md )
Original file line number Diff line number Diff line change 77![ Logo] ( https://github.com/willmcgugan/rich/raw/master/imgs/logo.svg )
88
99[ English readme] ( https://github.com/willmcgugan/rich/blob/master/README.md )
10- • [ 中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
10+ • [ 简体中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
11+ • [ 正體中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.zh-tw.md )
1112 • [ Lengua española readme] ( https://github.com/willmcgugan/rich/blob/master/README.es.md )
1213 • [ Deutsche readme] ( https://github.com/willmcgugan/rich/blob/master/README.de.md )
1314 • [ Läs på svenska] ( https://github.com/willmcgugan/rich/blob/master/README.sv.md )
Original file line number Diff line number Diff line change 77![ Logo] ( https://github.com/willmcgugan/rich/raw/master/imgs/logo.svg )
88
99[ English readme] ( https://github.com/willmcgugan/rich/blob/master/README.md )
10- • [ 中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
10+ • [ 简体中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
11+ • [ 正體中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.zh-tw.md )
1112 • [ Lengua española readme] ( https://github.com/willmcgugan/rich/blob/master/README.es.md )
1213 • [ Deutsche readme] ( https://github.com/willmcgugan/rich/blob/master/README.de.md )
1314 • [ Läs på svenska] ( https://github.com/willmcgugan/rich/blob/master/README.sv.md )
Original file line number Diff line number Diff line change 77![ Logo] ( https://github.com/willmcgugan/rich/raw/master/imgs/logo.svg )
88
99[ English readme] ( https://github.com/willmcgugan/rich/blob/master/README.md )
10- • [ 中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
10+ • [ 简体中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
11+ • [ 正體中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.zh-tw.md )
1112 • [ Lengua española readme] ( https://github.com/willmcgugan/rich/blob/master/README.es.md )
1213 • [ Deutsche readme] ( https://github.com/willmcgugan/rich/blob/master/README.de.md )
1314 • [ Läs på svenska] ( https://github.com/willmcgugan/rich/blob/master/README.sv.md )
Original file line number Diff line number Diff line change 77![ Logo] ( https://github.com/willmcgugan/rich/raw/master/imgs/logo.svg )
88
99[ English readme] ( https://github.com/willmcgugan/rich/blob/master/README.md )
10- • [ 中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
10+ • [ 简体中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
11+ • [ 正體中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.zh-tw.md )
1112 • [ Lengua española readme] ( https://github.com/willmcgugan/rich/blob/master/README.es.md )
1213 • [ Deutsche readme] ( https://github.com/willmcgugan/rich/blob/master/README.de.md )
1314 • [ Läs på svenska] ( https://github.com/willmcgugan/rich/blob/master/README.sv.md )
Original file line number Diff line number Diff line change 77![ Logo] ( https://github.com/willmcgugan/rich/raw/master/imgs/logo.svg )
88
99[ English readme] ( https://github.com/willmcgugan/rich/blob/master/README.md )
10- • [ 中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
10+ • [ 简体中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
11+ • [ 正體中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.zh-tw.md )
1112 • [ Lengua española readme] ( https://github.com/willmcgugan/rich/blob/master/README.es.md )
1213 • [ Deutsche readme] ( https://github.com/willmcgugan/rich/blob/master/README.de.md )
1314 • [ Läs på svenska] ( https://github.com/willmcgugan/rich/blob/master/README.sv.md )
Original file line number Diff line number Diff line change 66![ Logo] ( https://github.com/willmcgugan/rich/raw/master/imgs/logo.svg )
77
88[ English readme] ( https://github.com/willmcgugan/rich/blob/master/README.md )
9- • [ 中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
9+ • [ 简体中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
10+ • [ 正體中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.zh-tw.md )
1011 • [ Lengua española readme] ( https://github.com/willmcgugan/rich/blob/master/README.es.md )
1112 • [ Deutsche readme] ( https://github.com/willmcgugan/rich/blob/master/README.de.md )
1213 • [ Läs på svenska] ( https://github.com/willmcgugan/rich/blob/master/README.sv.md )
Original file line number Diff line number Diff line change 77![ Logo] ( https://github.com/willmcgugan/rich/raw/master/imgs/logo.svg )
88
99[ English readme] ( https://github.com/willmcgugan/rich/blob/master/README.md )
10- • [ 中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
10+ • [ 简体中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.cn.md )
11+ • [ 正體中文 readme] ( https://github.com/willmcgugan/rich/blob/master/README.zh-tw.md )
1112 • [ Lengua española readme] ( https://github.com/willmcgugan/rich/blob/master/README.es.md )
1213 • [ Deutsche readme] ( https://github.com/willmcgugan/rich/blob/master/README.de.md )
1314 • [ Läs på svenska] ( https://github.com/willmcgugan/rich/blob/master/README.sv.md )
You can’t perform that action at this time.
0 commit comments