Skip to content

1.19.1

Compare
Choose a tag to compare
@avylove avylove released this 20 Jan 22:12
· 40 commits to master since this release
  • enhancement: Terminal.rjust(), Terminal.ljust(),
    and Terminal.center() now accept SupportsIndextypes, #234
  • enhancement: When 88 colors is detected, it is now interpreted as 16 colors rather than raising
    an AssertionError, #235
  • bugfix: Fix global variable declarations in type annotations, #230 by @mwchase