mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04:00
changelog: improved handling of incompatible locales
This commit is contained in:
parent
827bfef550
commit
820b15b844
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
* [SGR-Pixels (1016) mouse extended coordinates](https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-Extended-coordinates) is now supported
|
||||
(https://codeberg.org/dnkl/foot/issues/762).
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
* PaperColorDark and PaperColorLight themes renamed to
|
||||
|
|
@ -58,6 +59,10 @@
|
|||
* The width of the block cursor’s outline in an unfocused window is
|
||||
now scaled by the output scaling factor (“desktop
|
||||
scaling”). Previously, it was always 1px.
|
||||
* Foot will now try to change the locale to either “C.UTF-8” or
|
||||
“en_US.UTF-8” if started with a non-UTF8 locale. If this fails, foot
|
||||
will start, but only to display a window with an error (user’s shell
|
||||
is not executed).
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue