summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-03-19 18:16:28 +0300
committerGitHub <noreply@github.com>2023-03-19 18:16:28 +0300
commit4b91a1dbe97d209273290480f58480f48fa4af97 (patch)
tree982b0782d1326667c7f522fcfefef6db9df0616c /CHANGELOG.md
parent2377c0a7280f31ccc46953c462823ee3a1083af5 (diff)
downloadalacritty-4b91a1dbe97d209273290480f58480f48fa4af97.tar.gz
alacritty-4b91a1dbe97d209273290480f58480f48fa4af97.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 eca8deea..4566251c 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