Skip to content

3.0.49

Compare
Choose a tag to compare
@jonathanslenders jonathanslenders released this 20 Jan 09:46
· 2 commits to master since this release
ace74db

New features:

  • On Windows, use virtual terminal input when available.
  • Support for multiline suggestions.

Fixes:

  • Handle InvalidStateError during termination when using
    run_in_terminal/patch_stdout. This can happen in some cases during
    cancellation, probably when using anyio.
  • Fix cursor that remains in hidden state when the application exits. This can
    happen when the application doesn't show the cursor and erase_when_done is
    being used.

Breaking changes:

  • Drop support for Python 3.7