ac85def918
- update to 1.27: * fix flit/delete MANIFEST.in for re-release, - update to 1.26: * mypy check no-untyped-call and type-var * test length with characters where wcwidth returns -1 * Add optional testing for Python 3.15 * ci/docformatter/lint fixes * call length() less in wrap() * Add break_on_hyphens support (rework of #330) * Add Terminal.color_hex('#rgb'), Bugfix get_fgcolor() * Add Terminal.scroll_region() context manager * Add Terminal.no_line_wrap() context manager * Bugfix: Variation Selector-16/ZWJ and starting sequences in wrap() * New method: Terminal.detect_ambiguous_width() -> [1, 2] * move_up(), move_down(), Terminal.move_left(), move_right() which are strings that move the cursor one cell in the respective direction, are now also callables for moving n cells to the * Context Managers, fullscreen(), hidden_cursor(), and keypad() * deprecated: superscript, subscript, shadow, and dim are no longer “compoundable” with colors. Use Unicode text or 256 or 24-bit
Dirk Mueller2026-01-22 14:36:36 +00:00
a99e55427f
Accepting request 1320156 from devel:languages:python
Ana Guerrero2025-11-26 16:18:44 +00:00
9a0bfa21b5
- Update to 1.25 * bugfix: The fix in 1.20 got reverted in release in 1.23 by PR #306, this release re-applies the fix, PR #326.
Markéta Machová2025-11-26 11:09:25 +00:00
9b21c6acef
Accepting request 1318442 from devel:languages:python
Ana Guerrero2025-11-18 14:41:24 +00:00
3326caafd5
- Update to 1.24 * bugfix: :meth:blessed.Terminalget_sixel_height_and_width detection order and improve documentation for window resize event handling (#320). * bugfix: change default argument timeout=None to timeout=1 in methods requiring automatic response, preventing stalls on "dumb" terminals (#317). - from version 1.23 * introduced: Environment values FORCE_COLOR_, CLICOLOR_FORCE_, and NO_COLOR_ overrides :class:blessed.Terminal argument value, force_styling (#295). * improved: performance of :meth:~Terminal.rgb_downconvert` for 256-color terminals, (#298). * deprecated: Python 2.7 through 3.6 no longer supported. (#299). * improved: keyboard support for modifier keys, (#306). * introduced: kitty keyboard protocol support, (#309). * introduced: mouse support, Synchronized Output, and support for DEC Private Modes, (#310). * introduced: methods to determine Sixel, dimensions and color depth (#312). * introduced: in-band resize support (DEC Private Mode 2048) (#313). * introduced: XTVersion identification: (#314). * bugfix: default timeout for get_bgcolor, get_fgcolor (#315). - Update BuildRequires and Requires from pyproject.toml
Nico Krapp2025-11-18 07:56:24 +00:00
253ef06862
Accepting request 1313186 from devel:languages:python
Ana Guerrero2025-10-23 14:38:17 +00:00
0faeb14a9c
- Update to 1.22.0 * Performance improved in Terminal.Length and Sequence.padd by @grayjk and @avylove, (#286), (#287), (#289), and (#291) * Fixes for failing tests by @avylove in (#284) * Use a separate job to upload coverage for older python versions by @avylove in (#288) * Use tool "codespell" in tox 'lint' step by @yarikoptic and @jquast in (#293) * Unpin docformatter by @avylove in (#292)
Markéta Machová2025-10-23 09:56:36 +00:00
fb85ad89c5
Accepting request 1274900 from devel:languages:python
Ana Guerrero2025-05-06 14:44:04 +00:00
941a3da951
- Update to 1.21.0 * bugfix infinite loop in method Terminal.wrap() when "Wide" characters of width 2 (East-Asian or Emoji) are used with a wrap width of 1, and a small performance enhancement, #273 and #274 by @grayjk, merged as #275Markéta Machová2025-05-06 11:20:32 +00:00
2a8df1743d
Accepting request 1133413 from devel:languages:python
Ana Guerrero2023-12-15 20:50:17 +00:00
80923e84c9
Accepting request 1133139 from home:pgajdos:python
Markéta Machová2023-12-15 12:10:42 +00:00
457fde5b7b
- Update to 1.17.10: * bugfix: Now imports on 3.10+ * bugfix: Fix detection of shift+arrow keys when using tmux. :ghissue:178.
Steve Kowalik2020-08-26 06:49:28 +00:00