Windows Terminal 1.22.11141.0 is a maintenance update that features various enhancements. The startOnUserLogin setting has been removed from the settings. The JSON format supports Group Policy templates for configuring the Default Terminal application. It provides meaningful error messages in the event of a failure, enables language overriding in both portable and unpackaged versions, and allows VT applications to reset the color palette, including foreground, background, cursor, and selection colors using OSCs. Recent updates encompass the accurate representation of session dates in local time, enhanced inner padding within the suggestions user interface, advancements in accessibility features, compatibility enhancements for Windows versions prior to 1903, correct CRLF translation, and increased overall reliability.
Windows Terminal v1.22.11141.0
Another week, another servicing release! We've packed a bunch of good stuff into Terminal Stable this time.
Changes
- We have removed the
startOnUserLogin
setting fromsettings.json
. It never worked properly. You can still configure automatic launch from the Settings UI, of course, where it will actually stay in sync with the OS ( #18530)- We now support Group Policy templates that help you configure the Default Terminal application ( #18363) (thanks @htcfreek!)
- When we fail to launch an application, we will now display a meaningful error message in more cases ( #18462) (thanks @halldk!)
- You can now set up a language override in the portable and unpackaged versions of Terminal! ( #18684) (thanks @sylveon!)
- VT applications can now reset the color palette, foreground, background, cursor and selection color using OSCs 104, 110, 111, 112 and 117 ( #18767)
Bug Fixes
- When restoring a session, we now properly display its date in local time rather than UTC ( #18775) (thanks @vamsiikrishnaak!)
- The suggestions UI now has more inner padding to avoid overlapping controls ( #18780) (thanks @vamsiikrishnaak!)
Accessibility
- The "Open JSON File" option in Settings can now be invoked with Voice Access or the Screen Reader ( #18828)
Compatibility
- Terminal components will no longer fail to load on Windows versions earlier than 1903 due to a missing ICU library ( #18707)
VT and Console APIs
- CRLF translation now works properly when
DISABLE_NEWLINE_AUTO_RETURN
is reset ( #18781)- Applications using
WriteConsoleOutputAttribute
on multi-cell characters will no longer result in screen corruption ( #18796)- The new popup command history implementation will no longer destroy a background color set with the
COLOR
command ( #18797)Reliability
- Closing an active terminal pane should result in crashes 99% less often ( #18632)