Microsoft heeft een update voor versie 1.22 van Windows Terminal uitgebracht. Windows Terminal wordt met Windows 11 meegeleverd en maakt het mogelijk om in een scherm met tabbladen onder meer een commandprompt, PowerShell, Windows PowerShell en Azure Cloud Shell te openen. Het programma heeft ondersteuning voor thema's en profielen. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:
ChangesBug Fixes
- 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)
- When we fail to launch an application, we will now display a meaningful error message in more cases (#18462)
- You can now set up a language override in the portable and unpackaged versions of Terminal! (#18684)
- VT applications can now reset the color palette, foreground, background, cursor and selection color using OSCs 104, 110, 111, 112 and 117 (#18767)
Accessibility
- When restoring a session, we now properly display its date in local time rather than UTC (#18775)
- The suggestions UI now has more inner padding to avoid overlapping controls (#18780)
Compatibility
- The "Open JSON File" option in Settings can now be invoked with Voice Access or the Screen Reader (#18828)
VT and Console APIs
- Terminal components will no longer fail to load on Windows versions earlier than 1903 due to a missing ICU library (#18707)
Reliability
- 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)
- Closing an active terminal pane should result in crashes 99% less often (#18632)