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, WSL en Azure Cloud Shell te openen. Het programma heeft onder meer ondersteuning voor tabbladen, thema's en profielen. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:
ChangesBug Fixes
SGR 1
(bold) will now be displayed as bold for ITU indexed colors--those selected withSGR 38:5
--regardless of theintenseTextStyle
setting (#18903)- Icon and background image paths beginning with
\\?\
will no longer trigger a validation error; fragment profiles will also no longer trigger any image validation errors; in addition,http
sources for icons have been disabled to improve Terminal's security posture (#19044)- "Clear Buffer" is now bound to
Ctrl
+Shift
+K
by default (#18900)- On ARM64 devices, the default Visual Studio profiles will now launch using the ARM64 host tools on VS 17.4+ (#19025)
- Our
DA1
report will now contain52
to indicate support for OSC 52 (Manipulate Selection Data) writing to the clipboard when it is enabled (#19034)
- IMEs such as Tencent's QQPinyin which request invalid color schemes will now reliably display their in-progress composition (#19046)
- Certain Win32 Console APIs and copy operations will now properly destroy Sixel images in the modified range (#18855)
- SGR-encoded mouse reports for motion events now emit the final character
M
rather thanm
, which matches other terminal emulators (#18864)- Swapping panes should no longer result in both of them losing focus (#19024)
- Terminal will no longer experience uncontrolled re-entry into the atmosphere when it fails to save your settings (#19027)
- The Settings UI now contains accessible previews for the starting directory, tab title, background image, answerback message, and bell style (#18888)
- Triple-click selection will now select an entire line of text, even if it has wrapped (#18885)
- When session restoration is enabled, we will now more reliably save the session when your computer shuts down or reboots (#18912)
- When session restoration is disabled after having been enabled, we will now properly destroy your old session data (#18910)
- When the cursor is hidden due to keyboard input while it is over the titlebar, it will now come back when you move it (#18911)
- The Group Policy template archive is now automatically produced by the build system (#18841)
Console Host Changes (future Windows version)
- Sixel images will now be scaled in a more visually-pleasing manner (#18495)
NuGet Packages
- The WPF control now defaults to using built-in box drawing and block element glyphs (#18906)
- The WPF control now supports receiving OSC 52 (Manipulate Selection Data) to write to the clipboard (#18905)
- The WPF control now uses the new TSF implementation for braoder compatibility and better usability (#18861)
- The WPF control package's embedded .NET assembly is now Strong Named (#18836)