Releases: jquast/blessed
Releases · jquast/blessed
1.20.0
- introduced
Terminal.get_fgcolor()
andTerminal.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
1.19.1
- enhancement:
Terminal.rjust()
,Terminal.ljust()
,
andTerminal.center()
now acceptSupportsIndex
types, #234 - enhancement: When 88 colors is detected, it is now interpreted as 16 colors rather than raising
anAssertionError
, #235 - bugfix: Fix global variable declarations in type annotations, #230 by @mwchase
1.19.0
- introduced: Terminal.truncate(), #212 by @fishermans-friend
- enhancement: Add small sleep in Terminal.kbhit() on Windows to reduce CPU load, #209 by @Numerlor
1.18.1
- bugfix: Terminal.split_seqs() for some sequences like term.move_left(3), #197
- bugfix: Use jinxed.win32.get_console_input_encoding() for input encoding on Windows #202
- Drop support for Python 2.6
- Update metadata to show package is typed
1.18.0: Type annotations
1.17.12
1.17.11: release of little significance
From @stanislavlevin Make the actual version consistent with the pypi/tag one #181 by bumping to 1.17.11 and re-releasing, commit 5a82190
Bugfix tmux shift+arrow key detection #178
- bugfix: Fix detection of shift+arrow keys when using tmux. :ghissue:
178
.
1.17.9: Initial support for Python 3.10
- bugfix: Now imports on 3.10+