Release 1.24.0 Added ----- * The `uppercase-regex-insert` option controls whether an uppercase hint character will insert the selected text into the prompt in `regex-copy` or `show-urls-copy` mode. It defaults to `true`. ([#2159][2159]). [2159]: https://codeberg.org/dnkl/foot/issues/2159 Changed ------- * The label letters are no longer sorted before being assigned to URLs ([#2140][2140]). * Sending SIGUSR1/SIGUSR2 to a `foot --server` process now causes newly spawned client instances to use the selected theme, instead of the original one. * SIGUSR1/SIGUSR2 can now be sent to `footclient` processes, to change the theme of that particular instance ([#2156][2156]). [2156]: https://codeberg.org/dnkl/foot/issues/2156 Fixed ----- * Invalid configuration values overriding valid ones in surprising ways. * Bug where the libutempter utmp backend did not record logouts correctly. Contributors ------------ * Ryan Roden-Corrent * Tobias Mock