url-mode: assign label keys in reverse order

The _last_ URL is often the one you are interested in, and with this
change, it is always assigned the first (and thus the same) key.

Closes #2140
This commit is contained in:
Daniel Eklöf 2025-07-17 10:40:20 +02:00
parent 692b22cbbb
commit cc290fa9b0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 12 additions and 4 deletions

View file

@ -67,6 +67,14 @@
## Unreleased
### Added
### Changed
* URL labels are now assigned in reverse order, from bottom to
top. This ensures the **last** URL (which is often the one you are
interested in) is always assigned the same key ([#2140][2140]).
[2140]: https://codeberg.org/dnkl/foot/issues/2140
### Deprecated
### Removed
### Fixed