mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
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:
parent
692b22cbbb
commit
cc290fa9b0
2 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue