Fix a regression in the previous release that caused kitten @ send-text with a match parameter to send text twice to the active window

Fixes #7027
This commit is contained in:
Kovid Goyal 2024-01-21 08:24:22 +05:30
parent 01ffbfdb42
commit ec0a449c63
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 0 deletions

View file

@ -52,6 +52,8 @@ Detailed list of changes
- Fix a regression in the previous release that caused `kitten @ launch --cwd=current` to fail over SSH (:iss:`7028`)
- Fix a regression in the previous release that caused `kitten @ send-text` with a match parameter to send text twice to the active window (:iss:`7027`)
0.32.0 [2024-01-19]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~