mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
Fix the send_text action not working in URL handlers
send_text keeps its args as byte string, so variable expansion was not working. Fixes #3081
This commit is contained in:
@@ -39,6 +39,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
- Dont ignore :option:`--title` when using a session file that defines no
|
||||
windows (:iss:`3055`)
|
||||
|
||||
- Fix the send_text action not working in URL handlers (:iss:`3081`)
|
||||
|
||||
|
||||
0.19.1 [2020-10-06]
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user