You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
-
## Unreleased
8
+
## [8.2.7] - 2026-05-19
9
9
10
10
### Added
11
11
12
-
- Added support for Kitty key protocol "Report all keys as escape codes" which enabled alt+backspace on Warp
13
-
- Added support for detecting separate modifier keys for terminals that support the Kitty key protocol
14
-
- Added `TEXTUAL_DISABLE_KITTY_KEY` env var to disable Kitty key protocol support (debug aid).
12
+
- Added support for Kitty key protocol "Report all keys as escape codes" which enabled alt+backspace on Warphttps://github.com/Textualize/textual/pull/6544
13
+
- Added support for detecting separate modifier keys for terminals that support the Kitty key protocolhttps://github.com/Textualize/textual/pull/6544
14
+
- Added `TEXTUAL_DISABLE_KITTY_KEY` env var to disable Kitty key protocol support (debug aid).https://github.com/Textualize/textual/pull/6544
15
15
16
16
### Changed
17
17
18
-
- Undo/redo/copy/cut/paste in TextArea will now work with cmd+ on supported terminals
19
-
- In TextArea, ctrl+u will now delete a newline if the cursor is at the start
20
-
- in TextArea alt+delete is now bound to delete word right
18
+
- Undo/redo/copy/cut/paste in TextArea will now work with cmd+ on supported terminals https://github.com/Textualize/textual/pull/6543
19
+
- In TextArea, ctrl+u will now delete a newline if the cursor is at the start https://github.com/Textualize/textual/pull/6543
20
+
- in TextArea alt+delete is now bound to delete word right https://github.com/Textualize/textual/pull/6543
21
+
- Text opacity applied to an ansi theme will now set the dim attribute if the opacity is < 50% https://github.com/Textualize/textual/pull/6546
21
22
22
-
## [8.2.6] - 2026-04-13
23
+
### Fixed
24
+
25
+
- Fixed text opacity with ANSI themes creating RGB colors. https://github.com/Textualize/textual/pull/6546
0 commit comments