Releases: microsoft/terminal
Windows Terminal Preview v1.24.2372.0
Like a famously-hibernating animal coming out of a long sleep, Terminal Preview is back to eat a bunch of berries visit your machine with all of its new peculiarities.
We took a whole quarter off to focus on 1.23's stability, so this release might seem lighter than usual. That's only because we backported hundreds of changes to the now-stable 1.23!
We've changed how icons work, and now we let fragment authors include pixel shaders and stuff. It's a pretty cool release, so buckle up:
Features
- Command Palette will now be displayed (and searchable!) in both your native language and English (assuming your native UI language is not already English) (#19166) (#19130) (#19165) (#19148) (#19131)
- Icons, background images, and pixel shader paths can now refer to files relative to your settings file, whether you are a user or a fragment author. Learn more about distributing media resources with a fragment extension! (#19143) (#19223)
- Settings has a new Extensions page, where you can see (and disable!) the sources for all your profiles, color schemes and extra actions (#18559) (#18997)
- Terminal will now try to automatically detect hosts you may SSH to often (using your
ssh_config
) and generate a folder of quick-access SSH profiles (#18814) (#19239) - The
matchProfiles
new tab menu entry now supports regular expressions (so you can match.*\.WSL
, for example!) (#18654) (#18914) - The right-click context menu now affords you quick access to splitting, moving, zooming and closing panes! (#18126) (thanks @dm17ryk!)
- We now support DEC private mode
2026
, Synchronized Output! This gives screen-buffered applications a chance to complete rendering a frame before we display it on the screen (#18826) (#18833) - We've added another core color scheme, Dimidium, based on the CAM16 color model (#18563) (thanks @dofuuz!)
- You can now disable the Ctrl and Ctrl+Shift mouse wheel shortcuts to change the font size (zoom) and opacity of the terminal (#19127) (#19151) (thanks @paulinek13!)
Changes
- Bracketed pastes (via DEC private mode
2004
) will no longer have trailing newlines removed; in addition, we have expanded the "multi-line paste warning" setting to allow you to enable it in more cases (#19067) - Hovering over color scheme entries (and other previewable things) in the command palette will now also preview them (#18518) (thanks @eleadufresne!)
- If your system is using "high contrast" mode, Terminal will now automatically turn on perceptual color nudging (unless you have disabled it completely) (#17346)
- We've tightened up the settings UI and about dialog to make them more consistent and--dare we say?--more polished (#19001) (#19164) (#18993) (thanks @niels9001!)
- When you have session restoration enabled, we will now routinely save window layouts (not contents) to make sure Terminal comes back looking roughly the same in case of a crash (#18898)
- When you have snippet loading enabled, Terminal will now read
.wt.json
files from parent directories to the one you are in (as determined byOSC 9;9
) (#18904) - You can now configure an additional path translation mode, MinGW (
mingw
in JSON), which will map paths likeC:\foo
toC:/foo
(#18759) (thanks @abutcher-gh!) - The
defaults
profile will no longer remember values for the unsupported keysname
,guid
,source
orcommandline
(#19225) - We have added quick access and highly destructive "delete all my settings" and "delete all my cached info" buttons to the Settings UI (#18907)
Bug Fixes
- Sixels: color handling during scrolling should now behave more faithfully to the VT330 and VT340, filling with the active background color rather than the original one (in background select modes
0
and2
) (#18260) (thanks @j4james!) - Tab icons, close on exit state and the bell settings will once again be reloaded when the settings file changes (#19217)
- Terminal will no longer occasionally miss hard line breaks in full-screen applications such as
tmux
(#18899) - We accidentally left some duplicate data in the default settings file; it is no longer duplicated (#18527) (thanks @joca-bt!)
- We will no longer try to render bidirection text isolates
LRI
,RLI
,FSI
andPDI
(#18942) (thanks @adalinesimonian!) - WSL profiles containing local overrides for the
PATH
environment variable will no longer destroy thePATH
inside WSL (#19211) - Terminal will now actually spawn all processes in windows and tabs created consecutively from the same
wt
invocation (#19220) - The "Default Terminal" selector will no longer be misaligned in some cases (#19072) (thanks @HO-COOH!)
- Turning "Use active terminal title as application title" (JSON
showTerminalTitleInTitlebar
) on and off will no longer result in your window titles becoming stuck (#19212) - Terminal's launch size now takes into account any custom cell width and height you may have specified (#18862) (thanks @j4james!)
Performance and Reliability
- Buffers with a lot of scroll bar marks should be handled faster (#19242)
- Dragging invalid paths onto Terminal (actually, ones with incorrectly-constructed
DataObject
s) will no longer send your session into outer space (#19026) (thanks @jamespack!) - Terminal will now attempt to delegate foreground priority to processes in the active tab (on some versions of Windows 11) (#19192)
- The experimental "reposition cursor on click" will no longer cause "snap on input" to, well, snap, as though input has been put in (#19182) (thanks @MengAiDev!)
- We have resolved a crash in context menu handling across multiple windows (#18854)
- Updating the title millions of times per second will no longer deadlock the UI (also, we improved our implementation of function debouncing across the board) (#19210)
Windows Console and WPF Control changes (pending release)
- conhost: selection and color search will no longer come up one character short (#19259)
- conhost: we will now cnap on input and output more reliably in WSL and PowerShell (#19247) (#17453)
- conhost: when Win32 Input Mode is enabled, we will request that it be disabled as part of PTY teardown (#19229)
- conhost: the console now supports OSC 52 (Manipulate Selection Data) to write to the clipboard (#18949) (thanks @j4james!)
- wpf: the WPF control no longer builds for .NET 6 and .NET Framework 4.8, opting instead for 8 and 4.7.2 (#19199)
With thanks for build fixes, code hygiene improvements, spell checking and more to @Maddimax, @mdanish-kh, @HO-COOH, @jsoref, @jamespack, @mohiuddin-khan-shiam, @jamespack, @chawyehsu, and @zwJimRaynor.
Binary files inside the unpackaged distribution archive bear the version number 1.24.250825002-preview
.
Asset Hashes
Since GitHub has started offering asset hashes on its own, this section will be removed from all future releases.
Windows Terminal v1.23.12371.0
Windows Terminal 1.23 was held back from the stable channel because we didn't feel it was ready. However, after a number of servicing releases, we're happy to finally declare it done.
In addition to being generally awesome, it's got the following specific cool things:
- A completely new and more reliable windowing architecture, featuring a more robust tray icon, window actions, "summoning" (like, of the Quake window and its assorted demons)
- A whole new UI for customizing your New Tab dropdown menu (!)
- Actually, new settings which were previously JSON exclusives are showing up across the settings interface: bell sounds, compatibility, cell size customization, profile-specific foreground/background, a new spatial "padding" editor, and an icon picker just to name five.
- Drag/drop path translation, with a number of different options to suit most (some?) needs
- Support for applications to control the size of the window using
CSI t
(DTTERM Window Manipulation) in some cases - Not forgetting about profiles that temporarily disappear (like if you launch Terminal while Visual Studio was upgrading and we'd permanently forget you ever used Visual Studio)
Please see the following release notes for additional details:
- Windows Terminal Preview v1.23.10353.0
- Windows Terminal Preview v1.23.10732.0
- Windows Terminal Preview v1.23.11132.0
- Windows Terminal Preview v1.23.11752.0
- Windows Terminal Preview v1.23.12102.0
Note
This version began rolling out to the Dev, Canary and Beta Windows Insider channels when this GitHub Release was created. 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 below!
Why are there so many files? How do I choose?
Please visit our page documenting the different Windows Terminal Distributions!
This release is shipping with some fixes backported from the new 1.24 Preview release:
Bug Fixes
- Tab icons, close on exit state and the bell settings will once again be reloaded when the settings file changes (#19217)
- Terminal will no longer occasionally miss hard line breaks in full-screen applications such as
tmux
(#18899) - WSL profiles containing local overrides for the
PATH
environment variable will no longer destroy thePATH
inside WSL (#19211)
Performance and Reliability
- Buffers with a lot of scroll bar marks should be handled faster (#19242)
- Dragging invalid paths onto Terminal (actually, ones with incorrectly-constructed
DataObject
s) will no longer send your session into outer space (#19026) (thanks @jamespack!) - Terminal will now attempt to delegate foreground priority to processes in the active tab (on some versions of Windows 11) (#19192)
- The experimental "reposition cursor on click" will no longer cause "snap on input" to, well, snap, as though input has been put in (#19182) (thanks @MengAiDev!)
- We have resolved a crash in context menu handling across multiple windows (#18854)
With thanks for build fixes, code hygiene improvements, spell checking and more to @Maddimax, @mdanish-kh, @HO-COOH, @jsoref, @jamespack, @mohiuddin-khan-shiam, @jamespack, @chawyehsu, and @zwJimRaynor.
Binary files inside the unpackaged distribution archive bear the version number 1.23.250825001
.
Asset Hashes
Since GitHub has started offering asset hashes on its own, this section will be removed from all future releases.
Windows Terminal Preview v1.23.12102.0
While you're waiting for the excellent 1.24 release, please enjoy these bug fixes. With apologies to Canonical for breaking their icons.
Bug Fixes
- When you have multiple profiles with the same name, we will now save/restore the right one during session restoration (#19113)
- Closing multiple panes at once should no longer send Terminal into outer space, never to return (#19023)
- Scrollbar marks will now appear without you having to scroll or resize (#19185) (thanks @killerdevildog!)
- Using cooked read (cmd.exe, for example) in the alternate screen buffer will no longer cause a crash (#19186)
- We will no longer duplicate variable names we add to
WSLENV
(#19167) (thanks @Weichenleeeee123!) - More TSF IMEs that request bad color combinations will be properly handled (#19117)
- Terminal once again understands that it is not supposed to share between two users on the same desktop (#19109) (thanks @PGomersall for testing!)
- When Terminal is set as your default console host, it will receive incoming console applications much more reliably (and not crash just for the fun of it) (#19088) (#19096)
- "Clear Buffer" now makes a better attempt at preserving the row your cursor is on (#18976)
- Icons can once again refer to
http
URLs, while we work out a proper solution in #19143 (#19137) - All of the DLLs, EXEs and a few more files that come with Terminal now have proper version info resources including names and locales (#19114)
Binary files inside the unpackaged distribution archive bear the version number 1.23.250729002-preview
.
Windows Terminal v1.22.12111.0
While you're waiting for the excellent 1.24 release, please enjoy these bug fixes. With apologies to Canonical for breaking their icons.
Bug Fixes
- When you have multiple profiles with the same name, we will now save/restore the right one during session restoration (#19113)
- We've resolved an issue where pasting with Ctrl held down would result in a corrupt first character (and I then forgot to put this into the preview build) (#19083)
- Closing multiple panes at once should no longer send Terminal into outer space, never to return (#19023)
- More TSF IMEs that request bad color combinations will be properly handled (#19117)
- "Clear Buffer" now makes a better attempt at preserving the row your cursor is on (#18976)
- Icons can once again refer to
http
URLs, while we work out a proper solution in #19143 (#19137) - All of the DLLs, EXEs and a few more files that come with Terminal now have proper version info resources including names and locales (#19114)
Binary files inside the unpackaged distribution archive bear the version number 1.22.250730001
.
Windows Terminal Preview v1.23.11752.0
We have decided to hold off on promoting 1.23 to the Stable channel until our next release date in August. Until then--and you are welcome to speculate which direction causality flows--please enjoy these bug fixes!
Changes
SGR 1
(bold) will now be displayed as bold for ITU indexed colors--those selected withSGR 38:5
--regardless of theintenseTextStyle
setting (#18903) (thanks @j4james!)- 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) (thanks @reynoldskr!)
- Our
DA1
report will now contain52
to indicate support for OSC 52 (Manipulate Selection Data) writing to the clipboard when it is enabled (#19034) (thanks @j4james!)
Bug Fixes
- 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) (thanks @j4james!)
- SGR-encoded mouse reports for motion events now emit the final character
M
rather thanm
, which matches other terminal emulators (#18864) (thanks @j4james!) - 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) (thanks @albus-droid!)
- 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)
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)
Binary files inside the unpackaged distribution archive bear the version number 1.23.250624002-preview
.
Windows Terminal v1.22.11751.0
We have decided to hold off on promoting 1.23 to the Stable channel until our next release date in August. Until then--and you are welcome to speculate which direction causality flows--please enjoy these bug fixes!
Changes
- 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) - On ARM64 devices, the default Visual Studio profiles will now launch using the ARM64 host tools on VS 17.4+ (#19025) (thanks @reynoldskr!)
- Our
DA1
report will now contain52
to indicate support for OSC 52 (Manipulate Selection Data) writing to the clipboard when it is enabled (#19034) (thanks @j4james!)
Bug Fixes
- 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) (thanks @j4james!)
- SGR-encoded mouse reports for motion events now emit the final character
M
rather thanm
, which matches other terminal emulators (#18864) (thanks @j4james!) - 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 Group Policy template archive is now automatically produced by the build system (#18841)
Fixes backported from Preview 1.23
- The console will now more reliably wake up applications waiting for input during I/O contention (#18816)
- When run with
allowHeadless
enabled, Terminal will no longer enter an unusable state when you close the last window (#18869) ReadConsoleInput
will no longer spuriously return success having read 0 characters (#18228)
Console Host Changes (future Windows version)
NuGet Packages
- ConPTY: the NuGet package has transitioned away from the
win10-*
runtime identifiers, which is a .NET breaking change (thanks @mitchcapper!) - 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)
Binary files inside the unpackaged distribution archive bear the version number 1.22.250624001
.
Windows Terminal Preview v1.23.11132.0
This servicing release of Terminal Preview has received a lot of bug fixes, many of which are also going to Stable.
There are a couple more spicy ones that we're going to let bake, as well as some Windowing fixes we hope to get out sooner rather than later.
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!)
- The
colorSelection
actions once again color the, uh, entire selection (#18798) - We have fixed an issue where Terminal would ignore the working directory when you launched it via
wt
(#18801)
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) - The console will now more reliably wake up applications waiting for input during I/O contention (#18816)
- Apparently this bug has existed for ~10 years, and recent speedups have revealed how broken it was!
- 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)
Binary files inside the unpackaged distribution archive bear the version number 1.23.250423002-preview
.
Asset Hashes
- GroupPolicyTemplates_1.23.11132.0.zip
- SHA256
909C2EAC40A2946F57DAFC47123809D904A61B50BDA1C5037D897A0B95D14FDE
- SHA256
- Microsoft.WindowsTerminalPreview_1.23.11132.0_8wekyb3d8bbwe.msixbundle
- SHA256
97164A79D5FD7107C84AE554A28F9DD9E938F824CAE7579A524BAB76B403A969
- SHA256
- Microsoft.WindowsTerminalPreview_1.23.11132.0_arm64.zip
- SHA256
2B45EC2E3BE93745474B0841CED5141E16DC5B9C0B82686178E48FF2A9FF6499
- SHA256
- Microsoft.WindowsTerminalPreview_1.23.11132.0_x64.zip
- SHA256
83721CDA3E0B0EE6EF75B30620579E792F18B081E5E1A71AF968D17162143F59
- SHA256
- Microsoft.WindowsTerminalPreview_1.23.11132.0_x86.zip
- SHA256
F6534396D44E96207E86D7A49B605FA84EC11B319C9A96AF0FFD9EF8C964114B
- SHA256
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)
Binary files inside the unpackaged distribution archive bear the version number 1.22.250424001
.
Asset Hashes
- Microsoft.WindowsTerminal_1.22.11141.0_8wekyb3d8bbwe.msixbundle_Windows10_PreinstallKit.zip
- SHA256
E29BC215B4B1C8620DA9FE5EE60EEC3FF9B2F1D26961DC1CA6719B1F73872EFC
- SHA256
- GroupPolicyTemplates_1.22.11141.0.zip
- SHA256
122FC5DB114E74405CF899680577C9D0B9DA098C709D6A14F36091FC221F6670
- SHA256
- Microsoft.WindowsTerminal_1.22.11141.0_8wekyb3d8bbwe.msixbundle
- SHA256
81F1E3EBFEA991875C6515173590CAC64B40EB628DBFA4EA8B969010AA7646C0
- SHA256
- Microsoft.WindowsTerminal_1.22.11141.0_arm64.zip
- SHA256
EB86C9BA169E61F225F8EAA1687742EEDFBB80BE6EF5BAF1599F096DAE681899
- SHA256
- Microsoft.WindowsTerminal_1.22.11141.0_x64.zip
- SHA256
8531822D3BF87625874DBFFEE632260D2390CA3B8CF67B0D2176957376C794CF
- SHA256
- Microsoft.WindowsTerminal_1.22.11141.0_x86.zip
- SHA256
D5198D43E8007AEC37D3A942EFC74BD93B591217F47A210E1879CA729CD26285
- SHA256
Windows Terminal Preview v1.23.10732.0
This is a quick servicing release; expect more to follow!
Changes
- You can now Tab and Shift+Tab between embedded hyperlinks in Mark Mode (#18347)
Bug Fixes
- Hyperlink underlines and mouse reports will no longer be off by up to one entire cell (#18602)
- Terminal should crash a lot less when you close tabs quickly (#18620)
- We've resolved a source of deadlocks on console session handoff (#18676)
- The About dialog should act less strange when you open it in multiple windows (#18636)
- Closing the first tab will once again result in its resources being released (#18621)
- We've fixed some graphical issues with the new icon and color pickers in Appearance settings (#18476)
- Tearing off a tab will no longer result in its panes disappearing (lol) (#18627)
- We will now properly save your session when you close the final window (#18623) (#18635)
- ... we will also no longer try to save empty windows when you close them (#18622)
- The Japanese names for Split Tab and Rename Tab have been improved (#18569) (thanks @consvc!)
- Debugging Terminal (and conhost) will now produce a lot fewer spurious errors (#18628) (#18629)
ConPTY
- ConPTY will now tear down properly if you close its pipes while it is starting up (#18588)
- ConPTY will no longer hang on startup if you do not provide a well-formed response to
DA1
(#18681)
Binary files inside the unpackaged distribution archive bear the version number 1.23.250314002-preview
.
Asset Hashes
- Microsoft.WindowsTerminalPreview_1.23.10732.0_8wekyb3d8bbwe.msixbundle
- SHA256
2574DCB3A6D5E374910FE470F7FCE88C1DD9EF9DDDF836265C2A6A484D278348
- SHA256
- Microsoft.WindowsTerminalPreview_1.23.10732.0_arm64.zip
- SHA256
7F85E84C25DD7940CF4E5DF0F4A624C486648C916D9E98E2D1A74D9ADBA16EA2
- SHA256
- Microsoft.WindowsTerminalPreview_1.23.10732.0_x64.zip
- SHA256
ED6FF625281E678C4C05660EB61C17738ECEA2C83BB3F73A413DE1B15DFCC67D
- SHA256
- Microsoft.WindowsTerminalPreview_1.23.10732.0_x86.zip
- SHA256
4A81E8215A35A08F4D886FEFF3683A6B2FB6AD68D59F8A4FB33C7C4C2FB9B3C6
- SHA256
Windows Terminal v1.22.10731.0
This is a quick servicing release; expect more to follow!
Bug Fixes
- We've resolved a source of deadlocks on console session handoff (#18676)
- The Japanese names for Split Tab and Rename Tab have been improved (#18569) (thanks @consvc!)
ConPTY
- ConPTY will now tear down properly if you close its pipes while it is starting up (#18588)
- ConPTY will no longer hang on startup if you do not provide a well-formed response to
DA1
(#18681)
Binary files inside the unpackaged distribution archive bear the version number 1.22.250314001
.
Asset Hashes
- Microsoft.WindowsTerminal_1.22.10731.0_8wekyb3d8bbwe.msixbundle_Windows10_PreinstallKit.zip
- SHA256
DB3AF1B1C29E430A89766937A8B6D0F5F9DCF5D7CB33059ED3E09AD7518C19B4
- SHA256
- Microsoft.WindowsTerminal_1.22.10731.0_8wekyb3d8bbwe.msixbundle
- SHA256
B2A5D96AFED0E2F187AB46C71F10006E462FA71D75E43D87DC87C7C6552E236B
- SHA256
- Microsoft.WindowsTerminal_1.22.10731.0_arm64.zip
- SHA256
D5304ADDD137D84274ECC4731FBCCE4C7C7110EE02FC6626A0D739F31C9BBE98
- SHA256
- Microsoft.WindowsTerminal_1.22.10731.0_x64.zip
- SHA256
1D15F5ED4E81324226D24390FA3CD9F5D9C4BC6639F81992B2E38B99881F6A6B
- SHA256
- Microsoft.WindowsTerminal_1.22.10731.0_x86.zip
- SHA256
4FFD562483BCD7172C7BD56D3FD378A247032644A18E96B88D512D2B0A494328
- SHA256