Microsoft heeft versie 1.19 van Windows Terminal uitgebracht en ook versie 1.18 heeft nog een update gekregen. Windows Terminal wordt met Windows 11 meegeleverd en maakt het mogelijk om in een scherm met tabbladen een command prompt, PowerShell, Windows PowerShell, Linux Shell en Azure Cloud Shell te openen. Het programma heeft ondersteuning voor thema's en profielen. Nieuw in versie 1.19 is onder meer een zoekfunctie, worden thema's gerespecteerd onder Windows 11, en is de nieuwe rendering engine nu als standaard ingesteld. De complete changelog ziet er als volgt uit:
Windows Terminal v1.19.10292.0Windows Terminal 1.19 is finally out of preview! It includes the following features, which we're excited to finally get out there.
- Instant search, with a live-updated result count
- Broadcast mode!
- Integrated "search the web" (the browser isn't integrated, but the menu item is!)
- Window border colors in themes (on Windows 11)
- Acrylic in unfocused windows
- A completely new text rendering engine, which is now enabled by default.
Please see the following release notes for additional details.
- Windows Terminal Preview v1.19.2682.0
- Windows Terminal Preview v1.19.2831.0
- Windows Terminal Preview v1.19.3172.0
Note that scrollbar marks and shell integration features are still considered experimental and are not included in this stable release!
Why are there so many assets? How do I choose?Note This version began rolling out to the Dev and Canary Windows Insider channels on 2024-01-30. Other channels will be released as our reliability numbers indicate that we haven't broken anything. If you want to update to this release directly, download it manually!
Please visit our page documenting the different Windows Terminal Distributions!
FeaturesChanges VT and terminal emulation
- We can now display colored and curly, dashed, or dotted and doubled underlines, even in conhost! (#16097) (#16444) with some help from the team (#16475)
- The new rendering engine is now enabled by default in all channels (#16277)
Bug Fixes
- We now support
DECST8C
, which will reset the tab stops to every 8 columns (#16534)- We now support
DSR
queries for printer status, user-defined keys, keyboard status, locator status, locator identity, data integrity and multiple session status (#16525)Accessibility
- In cooked read clients, backspacing a control visualizer (e.g.
^X
) no longer messes up the display (#16400)INPUT_RECORD
'sKeyEvent.dwControlKeyState
will no longer containENHANCED_KEY
when it shouldn't (#16335)- Ctrl+Space now works properly (#16298)
- Mashing Enter will no longer disrupt CommandEnd scrollbar marks (in general, we now ignore back-to-back duplicate marks) (#16107)
- During RTF export, we will now use a background color directive that Microsoft Word understands (#16035)
- Once again, we've fixed another issue where Terminal will spontaneously fail to load Cascadia Mono (#16323)
ReadFile
with a too-small buffer size will no longer corrupt your input stream and drop events (#16313)- We've fixed which glyph we use for the
SUB
control character (#16559)VT and terminal emulation
- Color buttons in the settings UI will now announce their RGB values for screen readers (#16544)
Reliability
- Terminal will no longer double-encode some inputs, like mouse mode, mangling them beyond comprehension (#16407)
DRCS
soft fonts received in chunks are no longer corrupted (#16349)ED2
(Erase in Display) will no longer emit a ton of blank lines (#16610)conhost and Console hosting
- Terminal should no longer crash after you close a couple windows on Windows 10 (#16588) (#16587)
- Two memory leaks in our screen reader integration have been stoppered (#16597)
- We've eliminated an entire class of shutdown issues by just terminating the process directly when we think it's time (#16575)
- We've stamped out a crash that would occur when closing some tabs (#16412)
- The Azure Cloud Shell integration should no longer crash on a network timeout (#16364)
- conhost: "disable scroll forward" once again works (#16411)
- conhost: font preview is working again (#16324)
- conhost:
SetConsoleWindowInfo
no longer fails to refresh the display (#16334)- conhost: we have removed all traces of EDP clipboard auditing (#16460)
- conhost: we now retry a few times to open the clipboard and put standards-compliant
CF_UNICODETEXT
on it (#16457)- conpty: on exit, we will now deassert Win32 Input Mode (#16408)
- conpty: we now buffer more text input before deciding how to parse it (#16470)
- conpty: we've fixed a shutdown deadlock with WSL (#16340)
- conpty: we will no longer deadlock waiting for
DSR
CPR
when Win32 Input Mode is enabled (#16445)- conpty: we will no longer return to the VT parsing ground state when we are expecting win32 input sequences; this fixes a pasting issue in SSH and WSL interop (#16352) (#16466)