Skip to content

Releases: jquast/blessed

1.20.0

04 Feb 02:26
Compare
Choose a tag to compare
  • 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

1.19.1

20 Jan 22:12
Compare
Choose a tag to compare
  • 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

1.19.0

21 Sep 01:26
bf0ef30
Compare
Choose a tag to compare

1.18.1

14 Jun 19:20
Compare
Choose a tag to compare

1.18.0: Type annotations

06 Mar 14:21
Compare
Choose a tag to compare
  • introduced: type annotations, #192 by @dlax.
  • bugfix: do not fail when sys.stdin is unset, #195 by @Olen.
  • docfix: correct "Bottom of the screen" example to use end='', and document about it in location.rst, #188 by @pyfisch

1.17.12

05 Dec 17:53
Compare
Choose a tag to compare

enhancement: Instantiate SequenceTextWrapper only once in method Terminal.wrap(), #184

1.17.11: release of little significance

14 Oct 15:45
Compare
Choose a tag to compare

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

23 Aug 14:55
50a5550
Compare
Choose a tag to compare
  • bugfix: Fix detection of shift+arrow keys when using tmux. :ghissue:178.

1.17.9: Initial support for Python 3.10

28 Jul 14:54
657b7c9
Compare
Choose a tag to compare
  • bugfix: Now imports on 3.10+

Remove garbage from sdist file

08 Jun 02:49
83748bd
Compare
Choose a tag to compare
  • remove _build and __pycache__ and other such folders/files from sdist, #173, a regression from #161