mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
uri: skip query/fragment parsing when dealing with file:// URIs
Also, ignore invalid query/fragments (i.e. if the fragment comes before the query). Closes #1840
This commit is contained in:
parent
996e5fa630
commit
d68da27a7f
2 changed files with 19 additions and 0 deletions
|
|
@ -85,9 +85,13 @@
|
|||
* The `.desktop` files no longer use the reverse DNS naming scheme,
|
||||
and their names now match the default app-ids used by foot (`foot`
|
||||
and `footclient`) ([#1607][1607]).
|
||||
* `file://` prefix are now stripped from OSC-8 URIs when
|
||||
activated/opened, **if** the hostname matches the hostname of the
|
||||
computer foot is running on ([#1840][1840]).
|
||||
|
||||
[1822]: https://codeberg.org/dnkl/foot/issues/1822
|
||||
[1607]: https://codeberg.org/dnkl/foot/issues/1607
|
||||
[1840]: https://codeberg.org/dnkl/foot/issues/1840
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue