Release 1.23.1 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]). * Sending `SIGUSR1` no longer **toggles** between `[colors]` and `[colors2]`, but explicitly changes to `[colors]`. `SIGUSR2` changes to `[colors2]` ([#2144][2144]). [2140]: https://codeberg.org/dnkl/foot/issues/2140 [2144]: https://codeberg.org/dnkl/foot/issues/2144 Fixed ----- * 10-bit surfaces sometimes used instead of 16-bit. * OSC-104/110/111/112/117/119 (reset colors) not taking the currently active theme into account.