mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Use list of legal chars in URL from the WHATWG standard
Notably this excludes some ASCII chars: <>{}[]`|
See https://url.spec.whatwg.org/#url-code-points
Fixes #7095
This commit is contained in:
@@ -58,6 +58,12 @@ Detailed list of changes
|
||||
row/column boxes by resizing them using linear instead of nearest neighbor
|
||||
interpolation on the GPU (:iss:`7070`)
|
||||
|
||||
- When matching URLs use the definition of legal characters in URLs from the
|
||||
`WHATWG spec <https://url.spec.whatwg.org/#url-code-points>`__ rather than older standards (:iss:`7095`)
|
||||
|
||||
- hints kitten: Respect the kitty :opt:`url_excluded_characters` option
|
||||
(:iss:`7075`)
|
||||
|
||||
0.32.1 [2024-01-26]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user