summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-03-19 18:16:28 +0300
committerKirill Chibisov <contact@kchibisov.com>2023-05-07 00:13:05 +0300
commit16e18f2fffc8b457522db3f6cae6ea719d401791 (patch)
treed3a792a81c968cee1eca33d6b539f4844831417a /CHANGELOG.md
parent5a728195048aa177c69bf48c1e0235a0b24859c3 (diff)
downloadalacritty-16e18f2fffc8b457522db3f6cae6ea719d401791.tar.gz
alacritty-16e18f2fffc8b457522db3f6cae6ea719d401791.zip
Fix `;` character in URI OSC 8 payload
The special character `;` can be not URL-encoded, thus it'll add extra parameter in the payload. Handle it joining extra parameters with the `;` as a separator.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a96f33a9..42d5ec8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -50,6 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- EOT (`\x03`) escaping bracketed paste mode
- Drag & Drop not working for the search bar
- Simple-fullscreened window not resized when moving between monitors on macOS
+- Character `;` inside the `URI` in `OSC 8` sequence breaking the URI
### Removed