Skip to content

1.20.0

Latest
Compare
Choose a tag to compare
@avylove avylove released this 04 Feb 02:26
· 22 commits to master since this release
  • introduced Terminal.get_fgcolor() and Terminal.get_bgcolor() to query
    the terminal for the currently set colors. #237 by @stefanholek
  • bugfix: Copy globals dict before iterating to avoid RuntimeError in multithreaded
    applications, #248 by @adamnovak