Releases: microsoft/terminal
Windows Terminal Preview v1.23.10353.0
The holiday season struck during the development of Terminal 1.23, so the changelog is a little shorter than usual. Even so, we're here with a new windowing architecture and some new fonts and color schemes. Enjoy, and please remember to file bugs and tip your waiters!
Features
- Multi-windowing has been rewritten to be much more reliable and robust; the tray icon now works more consistently, actions spanning multiple windows trigger properly, summoning works better, and a whole host of other things are better. If you encounter any issues with windowing or process management, please file a bug! (#18215) (#18444) (#18445) (#18325) (#18345)
- This version of Windows Terminal comes with Cascadia Code 2407.24; this version fixes a hinting issue in Arabic glyphs (#18499)
- We're piloting a new color scheme, "Ottosson", which offers well-distributed and consistent hue and chroma based on the Oklab color space (#18502)
- You can now turn on the tab bar for full-screen Terminal windows using a new setting (
showTabsFullscreen
, boolean, defaultfalse
) (#18171) (thanks @GeekJosh!) - Settings UI Overhaul!
- There is a new New Tab Menu customization experience, in a new top-level settings page, that lets you add folders and profile matchers and more to your New Tab menu! (#18015)
- We've added a new Compatibility page at the top level and a Terminal Emulation page inside Profiles to control application compatibility settings (#17895)
- A handful of simpler settings like "rainbow suggestions", "cell width", "web search URL query", "color selection" and more are finally available as easy toggles (#17923)
- You can now easily set up bell sound (or sounds!), play them back to sample them, and remove them (#17983)
- Profiles have long been able to override the foreground, background and selection colors from their color schemes, but you haven't been able to set them via the UI. You now can! (#17870)
- We've implemented an icon picker that lets you easily input emoji, pick built-in icons, or choose icon files (#17870)
- The appearance page sports a new fancy spatial padding editor (#17909) (thanks @nukoseer!) (#18300)
- You can now configure the translation of paths dropped on or copied into Terminal to use one of four styles: None (Windows, no translation), WSL (
/mnt/c
), MSYS2 (/c
) or Cygwin (/cygdrive/c
) via a new profile settingpathTranslationStyle
(enumnone
,wsl
,msys2
,cygwin
; defaultnone
except for WSL profiles) (#18195) - You can now copy the contents of the screen with escape sequences! Add a new
copy
action with"withControlSequences": true
to use it (#17059) (thanks @FuegoFro>!) - Applications can now use the
S8C1T
andS7C1T
escape sequences to enable or disable C1 controls; in addition,DOCS
will turn on 8-bit control characters on stdin when it is used to enable ISO2022 encoding (#17945) (thanks @j4james!)
Changes
- Applications can now resize the Terminal window (if it contains a single pane and tab) using CSI t (DTTERM Window Manipulation) (#17721) (thanks @nukoseer!)
- Automatically-detected profiles which are no longer detected (because they were uninstalled, or in the case of WSL distributions unregistered) will be saved and displayed in Settings with an indicator (#18188) (#18207)
- Focus will move rightward rather than leftward when you close the active tab (#18022) (thanks @michaeljsXu!)
- In cmd and python (and other users of console line input), choosing a command from history will once again duplicate it in your history; this reverts #17852 (#18229)
- On Windows 11 24H2, Terminal will no longer be updated while it is in use (this might look familiar! There was an issue preventing this from working until this change landed) (#18252)
- Text selections will now begin on the nearest half-cell, mimicking behavior seen in text editors like Notepad, and will only cover a cell if more than half of it is in-range; screen readers will now properly detect empty selections (since we can now represent empty selections!) during mark mode (#18106)
- The POSIX-style path translation modes will (finally!) properly escape paths containing single quotes (#18007) (thanks @a4lg!)
- The settings UI now contains options to disable (or enable, I guess!) specific warning dialogs such as the ones for multi-line paste and closing all tabs in a window (#17933)
- When customizing the New Tab menu, you can now override the icon for each entry (#18116) (thanks @GeekJosh!)
- You can now bind an action to open the current working directory (as reported by
OSC 9;9
) in File Explorer (actionopenCWD
) (#18013) (thanks @michaeljsXu!) - You can now bind an action to open the directory containing
settings.json
(openSettings
action,target
directory
) (#17690) (thanks @e82eric!) - You can now disallow applications from writing to the Windows Clipboard (profile setting
compatibility.allowOSC52
, boolean, defaulttrue
; Terminal Emulation settings) (#18449)
Bug Fixes
- Ctrl+Insert will (finally!) copy selected text in the Command Palette (#18483) (thanks @eleadufresne!)
- conhost: when you drag snapped windows between monitors of different DPIs, it will no longer resize at random (#18268)
- Tab background colors will now work more reasonably in High Contrast mode (#18109) (#18306)
- Screen reader users can now read all of the preview text in the Settings window (#18418) (#18481)
- The "Close Window" action will no longer bypass the close confirmation dialog (#18434)
- The font picker in the Settings > Appearance page is now navigable by keyboard, and selections made there will actually save (#18010)
- We've rewritten a lot of our mouse input handlers to avoid rounding away fractional pixels and improve accuracy (#18027)
- You can now close tabs with the middle mouse button even when the close button is hidden (#15924) (thanks @kasper93!)
- The schema document has been updated to include the
Windows.Terminal.VisualStudio
dynamic profile source (#18322) compatibility.textMeasurement
is now present in the JSON settings schema document (#18277)
Reliability
- Terminal will no longer occasionally hang when an IME is in use which calls back into the application while composition is ongoing (#18248)
- We have fixed a reliability issue in some of our deferred actions (such as scanning the text buffer for URLs) (#18235)
Console APIs and VT
- Client applications will once again be closed in newest-to-oldest order, and
CTRL
events will be processed for all clients even if one had failed during event processing (#18233) - Repeated console API calls that transit less than 128KiB of data will no longer cause heap thrashing (#18287)
- The new readline implementation in 1.22 will now work more consistently in the face of concurrent output (#18326)
ReadConsoleInput
will no longer spuriously return success and read 0 characters (#18228)- Zero-width control characters will now be joined with their preceding grapheme clusters rather than being allocated individual cells (#18285)
Miscellaneous Changes
- Terminal now comes with a Markdown parsing library, aptly named "Sir Not Appearing In This Release" (#17585)
With additional engineering system, CI, code health, documentation, schema and packaging fixes from @Jewelry-x, @Jvr2022, @jsoref, @Tarang74, @Dan-Albrecht, @michaeljsXu, @raghav2005, @AsciiWolf, @YexuanXiao, and @mitchcapper!
Binary files inside the unpackaged distribution archive bear the version number 1.23.250204003-preview
.
Asset Hashes
- Microsoft.WindowsTerminalPreview_1.23.10353.0_8wekyb3d8bbwe.msixbundle
- SHA256
245E739E39E914F29F715AA5FE619CB2605ECF5A517C18823E5B3C30F580C3F5
- SHA256
- Microsoft.WindowsTerminalPreview_1.23.10353.0_arm64.zip
- SHA256
C80A400987A380E625EBFBEB0845A9418B2881900609C481B0CE859DD6858F1A
- SHA256
- Microsoft.WindowsTerminalPreview_1.23.10353.0_x64.zip
- SHA256
4135AC85549F56E1BA8D35D5660AC79269EAB4A6C60427685B4EB2F3D2C02E7B
- SHA256
- Microsoft.WindowsTerminalPreview_1.23.10353.0_x86.zip
- SHA256
F48BC0B5A472762FB41C5A571C52A3908CF3ECA448E7472055F0448C2668748C
- SHA256
- GroupPolicyTemplates_1.23.10353.0.zip
- SHA256
FE36622B8B1A99FDEB3EDB3FCD9F230A4A89220BE9CC5B36B07BDEDD95A924AF
- SHA256
Windows Terminal v1.22.10352.0
Windows Terminal 1.22 has seen fit to call itself Stable! It contains a bunch of great things, like:
- A completely rewritten console hosting implementation, which now supports Sixels (thanks to @j4james and @lhecker), performs better, and is all-around an improvement. It may cause some compatibility issues, but it is also the future we're staking ConPTY on, so please file bugs if you encounter any issues!
- Grapheme Clusters! Emoji with zero-width joiners, combining characters, Unicode flag sequences, and more. You can query for grapheme cluster support using
DECRPM
2027
, which is also supported by other popular terminal emulators.- You can always go back to the original "Windows Console" text measurement mode, where zero-width characters were actually 1-width, and you can also switch to a mode compatible with
wcswidth
.
- You can always go back to the original "Windows Console" text measurement mode, where zero-width characters were actually 1-width, and you can also switch to a mode compatible with
- A whole new UI for pop-ups in CMD and Python (and other "cooked read" applications), which renders under the cursor and uses VT instead of console APIs
- Snippets! Quickly save commands and play them back through a new snippets pane.
- Regular expression search!
Please see the following release notes for additional details:
- Windows Terminal Preview v1.22.3232.0
- Windows Terminal Preview v1.22.2912.0
- Windows Terminal Preview v1.22.2702.0
- Windows Terminal Preview v1.22.2362.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!
We've also backported the following changes from 1.22 Preview.
Features
- This version of Windows Terminal comes with Cascadia Code 2407.24; this version fixes a hinting issue in Arabic glyphs (#18499)
- We're piloting a new color scheme, "Ottosson", which offers well-distributed and consistent hue and chroma based on the Oklab color space (#18502)
- Settings UI Overhaul (small edition - see 1.23 Preview for more!)
- We've added a new Compatibility page at the top level and a Terminal Emulation page inside Profiles to control application compatibility settings (#17895)
- You can now configure the translation of paths dropped on or copied into Terminal to use one of four styles: None (Windows, no translation), WSL (
/mnt/c
), MSYS2 (/c
) or Cygwin (/cygdrive/c
) via a new profile settingpathTranslationStyle
(enumnone
,wsl
,msys2
,cygwin
; defaultnone
except for WSL profiles) (#18195)
Changes
- In cmd and python (and other users of console line input), choosing a command from history will once again duplicate it in your history; this reverts #17852 (#18229)
- On Windows 11 24H2, Terminal will no longer be updated while it is in use (this might look familiar! There was an issue preventing this from working until this change landed) (#18252)
- The POSIX-style path translation modes will (finally!) properly escape paths containing single quotes (#18007) (thanks @a4lg!)
- You can now disallow applications from writing to the Windows Clipboard (profile setting
compatibility.allowOSC52
, boolean, defaulttrue
; Terminal Emulation settings) (#18449)
Bug Fixes
- Ctrl+Insert will (finally!) copy selected text in the Command Palette (#18483) (thanks @eleadufresne!)
- The "Close Window" action will no longer bypass the close confirmation dialog (#18434)
- The schema document has been updated to include the
Windows.Terminal.VisualStudio
dynamic profile source (#18322) compatibility.textMeasurement
is now present in the JSON settings schema document (#18277)
Reliability
- Terminal will no longer occasionally hang when an IME is in use which calls back into the application while composition is ongoing (#18248)
Console APIs and VT
- Client applications will once again be closed in newest-to-oldest order, and
CTRL
events will be processed for all clients even if one had failed during event processing (#18233) - Repeated console API calls that transit less than 128KiB of data will no longer cause heap thrashing (#18287)
- The new readline implementation in 1.22 will now work more consistently in the face of concurrent output (#18326)
With additional engineering system, CI, code health, documentation, schema and packaging fixes from @Jewelry-x, @Jvr2022, @jsoref, @Tarang74, @Dan-Albrecht, @michaeljsXu, @raghav2005, @AsciiWolf, @YexuanXiao, and @mitchcapper!
Binary files inside the unpackaged distribution archive bear the version number 1.22.250204002
.
Asset Hashes
- Microsoft.WindowsTerminal_1.22.10352.0_8wekyb3d8bbwe.msixbundle_Windows10_PreinstallKit.zip
- SHA256
24F86616677D1AF9392D99647637DC7572863DB5C0AB81CC8D96ABD24D45A6DD
- SHA256
- Microsoft.WindowsTerminal_1.22.10352.0_8wekyb3d8bbwe.msixbundle
- SHA256
FA08F1E5C41F7003BBE659444C6FE5E3F59F77730AB482DB44DEA8087C999225
- SHA256
- Microsoft.WindowsTerminal_1.22.10352.0_arm64.zip
- SHA256
5BD8ECCA870F377FA98378D0A75C00D97152CF218C70458376BA0FE645ACA387
- SHA256
- Microsoft.WindowsTerminal_1.22.10352.0_x64.zip
- SHA256
C2CF549A567F60DAF291DC87D06F69E74935426E96A5ED0F04845D8ABE5504DD
- SHA256
- Microsoft.WindowsTerminal_1.22.10352.0_x86.zip
- SHA256
72116064667162890225B6112FCDA4A5DB15DFF272491A6D1DC5CABD635803A4
- SHA256
- GroupPolicyTemplates_1.22.10352.0.zip
- SHA256
FE36622B8B1A99FDEB3EDB3FCD9F230A4A89220BE9CC5B36B07BDEDD95A924AF
- SHA256
Windows Terminal v1.21.10351.0
This is the final servicing update to the 1.21 Stable release of Terminal, for those of you who are not yet ready for 1.22.
Features
- This version of Windows Terminal comes with Cascadia Code 2407.24; this version fixes a hinting issue in Arabic glyphs (#18499)
- We're piloting a new color scheme, "Ottosson", which offers well-distributed and consistent hue and chroma based on the Oklab color space (#18502)
Changes
- The POSIX-style path translation modes will (finally!) properly escape paths containing single quotes (#18007) (thanks @a4lg!)
Bug Fixes
- The "Close Window" action will no longer bypass the close confirmation dialog (#18434)
- The schema document has been updated to include the
Windows.Terminal.VisualStudio
dynamic profile source (#18322)
Reliability
- Terminal will no longer occasionally hang when an IME is in use which calls back into the application while composition is ongoing (#18248)
With additional engineering system, CI, code health, documentation, schema and packaging fixes from @Jewelry-x, @Jvr2022, @jsoref, @Tarang74, @Dan-Albrecht, @michaeljsXu, @raghav2005, @AsciiWolf, @YexuanXiao, and @mitchcapper!
Binary files inside the unpackaged distribution archive bear the version number 1.21.250204001
.
Asset Hashes
- Microsoft.WindowsTerminal_1.21.10351.0_8wekyb3d8bbwe.msixbundle_Windows10_PreinstallKit.zip
- SHA256
937F3A45E701097DD7570B92370B6ECBCD4AA688B3B87F0C58470A4530118C69
- SHA256
- Microsoft.WindowsTerminal_1.21.10351.0_8wekyb3d8bbwe.msixbundle
- SHA256
986063A7C54CD08286E59114C7EA2C0BD46B082013429EC42681C836BC977A7F
- SHA256
- Microsoft.WindowsTerminal_1.21.10351.0_arm64.zip
- SHA256
0BDC1F672AFC7F30F26C0707950EAD797ED9C0217FB24B9D8FBB991047B4B8F3
- SHA256
- Microsoft.WindowsTerminal_1.21.10351.0_x64.zip
- SHA256
D2E068CDC9AA17764AF5D5299E2CC9B0CA91A04FE5BD5AE1F8815B117640F488
- SHA256
- Microsoft.WindowsTerminal_1.21.10351.0_x86.zip
- SHA256
8D4430F9262077D5DED2981B14D314540218D1BE5FDD4EF081BF637EF84E258F
- SHA256
- GroupPolicyTemplates_1.21.10351.0.zip
- SHA256
FE36622B8B1A99FDEB3EDB3FCD9F230A4A89220BE9CC5B36B07BDEDD95A924AF
- SHA256
Windows Terminal Preview v1.22.3232.0
Like 1.21, there's a small servicing release for Preview! This one is less small, but only slightly. If I spend more words on how small it is, though, the changelog will be longer than the diffs for the release.
Changes
- The built-in Box Drawing glyphs now look better on 100%-scale displays, and we've improved the ones with rounded corners (#18179)
- We've adjusted the drag-and-drop path translator to detect WSL's new distribution profiles (#18205)
- Terminal will now no longer generate WSL profiles when it can detect that WSL is going to do it (#18183)
Accessibility
- You can now access "move tab left", "... right" and "... to new window" by right-clicking the tab (#18107) (#18135)
Bug Fixes
- Terminal will no longer permanently forget auto-detected profiles that temporarily disappear (#18206)
- The Czech translation of "Open in Terminal" should once again make sense (#18031) (thanks @AsciiWolf!)
Accessibility
Binary files inside the unpackaged distribution archive bear the version number 1.22.241118002-preview
.
Asset Hashes
- Microsoft.WindowsTerminalPreview_1.22.3232.0_8wekyb3d8bbwe.msixbundle
- SHA256
F6E8D8286715A684086280F27DEC1DD0192517A4B6F090922CCB59568DB725D4
- SHA256
- Microsoft.WindowsTerminalPreview_1.22.3232.0_arm64.zip
- SHA256
3D9FEAC5FB76884F4A7906E2FC3B38103AA455366A385720C2B548FBB567ABBC
- SHA256
- Microsoft.WindowsTerminalPreview_1.22.3232.0_x64.zip
- SHA256
CE435F21A234271AF2C53C0BE996D2433C5FBB4A8ECD83B61253EB8B6A6B07EC
- SHA256
- Microsoft.WindowsTerminalPreview_1.22.3232.0_x86.zip
- SHA256
04267D98492CE7943A08CA14E86EE9DCD40F02AF3869A9AEA9AB47AF843E126B
- SHA256
- GroupPolicyTemplates_1.22.3232.0.zip
- SHA256
FE36622B8B1A99FDEB3EDB3FCD9F230A4A89220BE9CC5B36B07BDEDD95A924AF
- SHA256
Windows Terminal v1.21.3231.0
Small servicing release this week!
Changes
- We've adjusted the drag-and-drop path translator to detect WSL's new distribution profiles (#18205)
- Terminal will now no longer generate WSL profiles when it can detect that WSL is going to do it (#18183)
Bug Fixes
- Terminal will no longer permanently forget auto-detected profiles that temporarily disappear (#18206)
- The Czech translation of "Open in Terminal" should once again make sense (#18031) (thanks @AsciiWolf!)
Accessibility
Binary files inside the unpackaged distribution archive bear the version number 1.21.241118001
.
Asset Hashes
- Microsoft.WindowsTerminal_1.21.3231.0_8wekyb3d8bbwe.msixbundle_Windows10_PreinstallKit.zip
- SHA256
EF59FEC32CA888ED4F311233318957A773DA5FBC0EEA74232D62ABED252D44D2
- SHA256
- Microsoft.WindowsTerminal_1.21.3231.0_8wekyb3d8bbwe.msixbundle
- SHA256
C80BC461B22A17650A58BC5CAD743E1AD97E0A4EA92CCDCB514EE7D7AA134243
- SHA256
- Microsoft.WindowsTerminal_1.21.3231.0_arm64.zip
- SHA256
1BEB80610B38FC2930463B461C5AEAF62E43BFACAADC61FCF9D9858FD80EFC53
- SHA256
- Microsoft.WindowsTerminal_1.21.3231.0_x64.zip
- SHA256
8FB268B93C9B99D6CF553709C2C58BF1B2FF4B364199152E09221DFB2A44BBF5
- SHA256
- Microsoft.WindowsTerminal_1.21.3231.0_x86.zip
- SHA256
E68E57926D7DAF3E012218AA65F935FD4959FDCDA2EF9A603A642AA871768047
- SHA256
- GroupPolicyTemplates_1.21.3231.0.zip
- SHA256
FE36622B8B1A99FDEB3EDB3FCD9F230A4A89220BE9CC5B36B07BDEDD95A924AF
- SHA256
Windows Terminal Preview v1.22.2912.0
Very small releases this week.
Changes
- Enterprises can now disable dynamic profiles (such as WSL and Azure Cloud Shell) by listing their names in a new Disabled Profile Sources GPO policy1 (#18009) (thanks @htcfreek for helping us ship our first policy!)
Bug Fixes
- Terminal will try a lot harder to avoid fighting with console applications about who exactly is minimized (#17829)
icon
none
should once again work (#18030)- You can now select fonts again (sorry!) (#17989)
Binary files inside the unpackaged distribution archive bear the version number 1.22.241017002-preview
.
Asset Hashes
- Microsoft.WindowsTerminalPreview_1.22.2912.0_8wekyb3d8bbwe.msixbundle
- SHA256
49F2BE2B2FCDE2D2726497616B82FE17CB2BED1A1073582F1EB851543B3EB5B8
- SHA256
- Microsoft.WindowsTerminalPreview_1.22.2912.0_arm64.zip
- SHA256
E9ED4363B84E0D7A02272224CA490FC20A4BD88726349C702545DC3A327EDA38
- SHA256
- Microsoft.WindowsTerminalPreview_1.22.2912.0_x64.zip
- SHA256
925EC4C3DF42D54DB78292365D26C7D7B6BDAE7DB197AAA2B234C76CF568F637
- SHA256
- Microsoft.WindowsTerminalPreview_1.22.2912.0_x86.zip
- SHA256
5FAD81DA53A8B47B6BDF85A6917A5CCCC40D541AE33DCFC1DD785126A367E5F3
- SHA256
- GroupPolicyTemplates_1.22.2912.0.zip
- SHA256
FE36622B8B1A99FDEB3EDB3FCD9F230A4A89220BE9CC5B36B07BDEDD95A924AF
- SHA256
-
Policy documents are included in the
GroupPolicyTemplates
release artifact. ↩
Windows Terminal v1.21.2911.0
Very small releases this week, but with a big announcement! Terminal 1.21 is now rolling out to all users via the Store!
Changes
- Enterprises can now disable dynamic profiles (such as WSL and Azure Cloud Shell) by listing their names in a new Disabled Profile Sources GPO policy1 (#18009) (thanks @htcfreek for helping us ship our first policy!)
Bug Fixes
Binary files inside the unpackaged distribution archive bear the version number 1.21.241017001
.
Asset Hashes
- Microsoft.WindowsTerminal_1.21.2911.0_8wekyb3d8bbwe.msixbundle_Windows10_PreinstallKit.zip
- SHA256
385822471C687E57152930084DD8C57BE6D820150D4AC935385DF918750AB653
- SHA256
- Microsoft.WindowsTerminal_1.21.2911.0_8wekyb3d8bbwe.msixbundle
- SHA256
345F31DCE7FE9912C7A980CA70D16BEFBF08B50A53243F0272D9084526D03DB8
- SHA256
- Microsoft.WindowsTerminal_1.21.2911.0_arm64.zip
- SHA256
0BBD3EDDBD3101CBF6269508EF6F11DC26492E3E32757CF334EE6228489B48F2
- SHA256
- Microsoft.WindowsTerminal_1.21.2911.0_x64.zip
- SHA256
513AE47B4352FD0B28FEFF3D159A195CC620F8AA692EC4D06053276FDD654B28
- SHA256
- Microsoft.WindowsTerminal_1.21.2911.0_x86.zip
- SHA256
ADE0FC6CF1AD3423553303B5CC63821EF0F4B45F459C66DAAB1AE284FC2343AF
- SHA256
- GroupPolicyTemplates_1.21.2911.0.zip
- SHA256
FE36622B8B1A99FDEB3EDB3FCD9F230A4A89220BE9CC5B36B07BDEDD95A924AF
- SHA256
-
Policy documents are included in the
GroupPolicyTemplates
release artifact. ↩
Windows Terminal Preview v1.22.2702.0
Bug fixes! Bug fixes for everyone! BEES! BEEEEEEEES!
Changes
wt x-save
was accidentally turned off in the Preview build, and has been turned on (#17881)- The Command Prompt "quick fix" feature was accidentally turned off in the Preview build, and has been turned on (#17888)
RIS
(ESC c
) will now return the color scheme to your preferred default if the application has modified it (#17879) (thanks @j4james!)- Alt+Keypad Plus is no longer eaten unless
EnableHexNumpad
is enabled in the registry (#17954) - The tab switcher will now display each tab's color, if one is set, in addition to the other information about the tab (#17820) (thanks @nukoseer!)
- You can now configure the default input scope for the IME with an option on the Startup page or the JSON key
defaultInputScope
(enumdefault
(default),alphanumericHalfWidth
); this should allow you to force Terminal to accept English input even if you usually type in a different language (#17953)
Bug Fixes
- The "Clear Buffer" command now clears the buffer again. Novel! (#17884)
- In cmd and python (and other users of console line input), choosing a command from history will no longer insert it back into history a second time (#17852)
- The
experimental.colorSelection
actions will once again work (after we broke them in the action refactoring) (#17821) - Some localizations have been updated for correctness (#17958)
- Terminal has gotten much better about transferring focus to windows spawned by (and under, or above) hosted console applications (#17828)
- We will try much harder to keep your scroll position from changing when you have the search box open but are not looking at the results (#17885) (#17316)
Accessibility
- The settings UI now responds more correctly to the systemwide text scaling setting (#17910)
- We've fixed the color contrast of the "reset" button in the settings page (#17912)
Terminal Emulation and Console Compatibility
- VT reports generated in response to application requests will no longer be issued without a preceding ESC character to non-
ENABLE_VIRTUAL_TERMINAL_INPUT
applications (#17833) - VT reports expected to be received via
DCS
will likewise no longer be corrupted (#17845) (thanks @j4james!) ScrollConsoleScreenBuffer
now works more reliably (and correctly) with the new translation layer (#17849)- An empty
OSC 2
title sequence will now reset the title (#17802) (thanks @j4james!) - Closing the active console screen buffer (set with
SetConsoleActiveScreenBuffer
) will now restore the contents of the prior screen buffer (#17853) - Unicode spacing marks (indicated in the UCD with
gc
=Mc
) are now properly allocated cells (#17826)
Reliability
- Closing split panes should crash roughly 50% less often (#17886)
- Entering a control character near the end of the line in line editing mode will no longer cause a layout deadlock (#17905)
- Resizing the window while some Sixels are displayed should no longer lead to a crash (#17951) (thanks @j4james!)
- The experience of typing in and searching for multiple fonts has been (questionably?) improved (#17961)
- We should no longer crash while quitting (#17848)
Binary files inside the unpackaged distribution archive bear the version number 1.22.240926002-preview
.
Asset Hashes
- Microsoft.WindowsTerminalPreview_1.22.2702.0_8wekyb3d8bbwe.msixbundle
- SHA256
9B9F76B6006EAA5EECF8FE8A931B9332450B84DB3F094D007825B818D515A4CA
- SHA256
- Microsoft.WindowsTerminalPreview_1.22.2702.0_arm64.zip
- SHA256
F049068CFF5E0E82DF8CDD334C54739792930AF6C346E147908BB6887319A24B
- SHA256
- Microsoft.WindowsTerminalPreview_1.22.2702.0_x64.zip
- SHA256
CE8EED54D120775F31E3572A76EF5AE461B9E2D8887AB5DFF2F1859E24F4CE0B
- SHA256
- Microsoft.WindowsTerminalPreview_1.22.2702.0_x86.zip
- SHA256
49CFB146DED5463DB091324619D02447F95F445ADD82385AFCF9EBA81D481273
- SHA256
Windows Terminal v1.21.2701.0
Bug fixes! Bug fixes for all! Many of these were backported from Canary, and are also being released with the 1.22 Preview servicing update.
Note
We have encountered a pretty annoying hanging issue on Windows 11 23H2, for which we have paused the rollout of Terminal 1.21 Stable.
If you encounter a hang when resuming from sleep mode or unlocking your display, sorry! Relief is coming in the form of a Windows Update.
Changes
- Alt+Keypad Plus is no longer eaten unless
EnableHexNumpad
is enabled in the registry (#17954) - You can now configure the default input scope for the IME with an option on the Startup page or the JSON key
defaultInputScope
(enumdefault
(default),alphanumericHalfWidth
); this should allow you to force Terminal to accept English input even if you usually type in a different language (#17953)
Bug Fixes
- You can now successfully input more than one Emoji at once on Windows 10 (#17213)
- In cmd and python (and other users of console line input), choosing a command from history will no longer insert it back into history a second time (#17852)
- Some localizations have been updated for correctness (#17958)
- Terminal has gotten much better about transferring focus to windows spawned by (and under, or above) hosted console applications (#17828)
- The search box will no longer cover up search results in the top right (unless there's nowhere to scroll) (#17516) (thanks @e82eric!)
- We will try much harder to keep your scroll position from changing when you have the search box open but are not looking at the results (#17885) (#17316)
Accessibility
- The settings UI now responds more correctly to the systemwide text scaling setting (#17910)
- We've fixed the color contrast of the "reset" button in the settings page (#17912)
Terminal Emulation and Console Compatibility
Reliability
- Closing split panes should crash roughly 50% less often (#17886)
- The experience of typing in and searching for multiple fonts has been (questionably?) improved (#17961)
- We should no longer crash while quitting (#17848)
Binary files inside the unpackaged distribution archive bear the version number 1.21.240926001
.
Asset Hashes
- Microsoft.WindowsTerminal_1.21.2701.0_8wekyb3d8bbwe.msixbundle_Windows10_PreinstallKit.zip
- SHA256
C498A534E9601273930C22A86483119613A4AF670DFB19FC016BABED1BE2FA8F
- SHA256
- Microsoft.WindowsTerminal_1.21.2701.0_8wekyb3d8bbwe.msixbundle
- SHA256
ED7538F84002AE0C9C2B8D201FE4DE0CD6C3BAC56BF4D6CA9301B75DC4450A0F
- SHA256
- Microsoft.WindowsTerminal_1.21.2701.0_arm64.zip
- SHA256
65D67C4ADD4AC09D2C34F9C2BC21C38AAF36BD72590B9FF51A0563D78B1B695A
- SHA256
- Microsoft.WindowsTerminal_1.21.2701.0_x64.zip
- SHA256
2F712872ED7F552763F3776EA7A823C9E7413CFD5EC65B88E95162E93ACEF899
- SHA256
- Microsoft.WindowsTerminal_1.21.2701.0_x86.zip
- SHA256
A8376386DD7AF6D3E124A97AC1996E3273179B5CCA6C4A75FC89C81960359C4A
- SHA256
Windows Terminal Preview v1.22.2362.0
This is, perhaps, the largest release of Windows Terminal to date. I can't believe we're here, but we finally have support for Sixels and a new console hosting infrastructure (stay tuned for a NuGet package!) and more. Read up, and read down, to find out more.
Features
- Terminal and conhost now support Sixels! 🎤🫳 (#17421) (thanks @j4james!) (#17724) (thanks @j4james!) (#17581) (#17636)
- We have rewritten how hosted console applications are translated for Windows Terminal (and other ConPTY consumers) to be based on direct API->VT translation rather than "rendering" a point-in-time snapshot of the display. This should result in improved throughput, reliability, correctness, plus an ability for applications to send unmodified VT directly to the terminal, but may result in some compatibility issues. Please file any issues you encounter with console applications. (#17510) (#17645) (#17741) (#17757) (#17748) (#17442) (#17573)
- ... terminals which support DEC rectangular operations
DECCRA
andDECFRA
should see higher fidelity app-based scrolling (#17747)
- ... terminals which support DEC rectangular operations
- We now support a much wider range of Unicode, including Emoji with ZWJ, combining characters, flag sequences, and anything else that requires proper Grapheme Clusters! Applications can query support for grapheme clusters with
DECRPM
2027
, and users can now configure whether Unicode is measured like the vintage Windows Console, like Linux and macOS terminals usingwcwidth
, or with Grapheme Clusters like Contour and other modern terminal emulators. Global settingcompatibility.textMeasurement
(enumconsole
,wcswidth
,graphemes
(default)) (#16916) (#17443) - For the first time in decades, we've changed the popup UI (used for F7 and friends) in CMD! It now draws beneath the prompt (pushing the screen up) and has a modern TUI scrollbar if it doesn't all fit on the screen. (#17445) (#17668) (#17556)
- Terminal will now offer relevant packages from WinGet if you're running CMD on Windows 24H2 and run a nonexistent command (#16848) (#17614)
- You can now add actions like
splitPane
andsendInput: foo
andquit
directly to the New Tab dropdown menu! (#17281) - You can now open a pane containing snippets (any
sendInput
actions!) with theopenSnippets
action! You can quickly access any commands you've saved in your JSON file, or with the newx-save
command, and replay them with a new slick UI (#17330) (#17794) (#17528)- ... snippets which can also be loaded from a
.wt.json
file in your current working directory (we're still working on docs, please stay tuned!) (#17388) - ... snippets which can also be saved directly from the command line with
wt x-save "text to save"
(#16513) (thanks @e82eric!) with additional fixes (#17758)
- ... snippets which can also be loaded from a
- Ctrl+Shift+Period will now open the "quick actions" flyout, which contains snippets and suggestions. You can now also bind the
quickFix
action to open a menu containing only WinGet suggestions (as of today, on Windows 24H2) (#17502) - You can now search with regular expressions in Terminal (and conhost!) (#17316)
Changes
ReadConsoleOutput
andWriteConsoleOutput
will now handle out-of-bounds conditions as documented rather than as-made-up (#17567)- Actions now have their own IDs, and key bindings just point at them; we've made changes to how this works to improve the action and binding experience in future versions (#17162) (#17215)
- Command/input previews will now display in line with the cursor, in italic, in the right font (#17386) (#17777) (#17533)
- ... which you can display in RGB with the fun
{profile}.experimental.rainbowSuggestions
setting (boolean, defaultfalse
) (#17416)
- ... which you can display in RGB with the fun
- Commands displayed in the suggestions UI can now include descriptions (#17376)
- Multi-cell glyph inputs will no longer be assumed to consume two code units (#17680)
- Pixel shader authors rejoice! If your shader fails to compile, you'll now get a useful error message... (#17436) (thanks @blitzRahul!)
- Terminal will now no longer correct
SGR 37
andSGR 40
when emitted bypowershell.exe
; this may result in regions of incorrect colors (#17666) (#17685) (additional thanks @j4james for some cleanup!) - Vintage console applications will no longer get corrupted responses from ReadConsoleOutput when Raster Fonts are enabled (#17681)
- We have brought the new Windows 24H2 API out to the ConPTY NuGet package (#17704)
- We have enabled "automatically mark prompts" (for shell integration) by default (#17761)
- We're now collecting data on which settings and actions folks are using (#17718) (#17678)
- We're trying something new, which is putting a short version of these release notes on the Windows Store (#17730)
- We've changed the communication mechanism for the Default Terminal feature to allow the use of overlapped I/O (#17575)
- We've reintroduced support for Alt+Numpad input of extended off-keyboard characters (#17637) (#17774)
- When we reload a saved session, we will now display some of its contents on the screen (#17334)
UI
- We've rewritten how selection colors work! They will now be drawn with appropriate contrast, at the exact color you specify, with a foreground that is black or white (whichever is most visible!) (#17753) (#17725) (#17638) (#17676)
- The search box will no longer cover up search results in the top right (unless there's nowhere to scroll) (#17516) (thanks @e82eric!)
- Due to a build issue, we had to disable full optimization for this build. We apologize for any potential performance regressions. (#17765)
- Terminal now comes with shiny new icons for the Visual Studio Dev Shells (#17706)
- We have restored the
...
s in some command palette names to help users find them (#17715) - You can now configure the theme for the Settings UI separately from the application with
{theme}.settings.theme
(enumlight
,dark
,system
; default:system
) (#16479) (thanks @bundgaard!)
VT Features
- You can now configure the "Answerback" message sent in response to
ENQ
using the profile settinganswerbackMessage
(string, default:null
) (conhost users:HKCU\Console
AnswerbackMessage
REG_SZ
) (#17660) (thanks @j4james!) - We now support the DEC VT paging operations,
NP
PP
PPA
PPR
andPPB
, as well asDECPCCM
(page cursor coupling mode) andDECRQDE
(request displayed extent) (#16615) (#17353) (thanks @j4james!) - Applications can now request the entire color palette using
DECRQTSR
DECCTR
(CSI 1 ; Pt $ u
) (#17708) (thanks @j4james!) - Applications can now query the cursor shape set with
DECSCUSR
usingDECRQSS
(DCS $ q SP q ST
) (#17659) (thanks @j4james!) - Applications can now query the size of character cells (
CSI 16 t
) and the entire text area (CSI 14 t
), with a response measured in pixels (#17504) (thanks @j4james!) - Applications can now query the color palette with
OSC 4
?
, and the default foreground (OSC 10 ?
), background (OSC 11 ?
), cursor (OSC 12 ?
) and selection colors (OSC 17 ?
) (#17729) - Applications can now change the selection color using
OSC 17
(#17742) - Reports generated in response to VT requests are once again given priority over other input (#17786)
Bug Fixes
- We will no longer conveniently forget all the colors on the last line of the screen when you resize it (#17568)
- Terminal will now more reliably save your session when your computer reboots to update (#17714)
- Background colors will no longer bleed over the edges of the screen when D2D is in use (such as over RDP to a VM) (#17674)
- conhost: pasting a file from File Explorer will no longer result in two copies of the path (#17543)
- conhost: when we generate Alt+Numpad events to input clipboard contents on Windows, we will now no longer mistranslate CP936 text (#17635)
- Curly underlines will now render properly on double-width
DECDWL
and double-heightDECDHL
lines (#17679) - cursor invalidation once again works properly on double-width or double-height lines (#17234) (thanks @j4james!)
- cursor movement over ConPTY now works properly on double-width or double-height lines (#17233) (thanks @j4james!)
- The rendering of curly underlines has been improved (#17501) (thanks @smprather for reporting!) (#17508)
- The Suggestions UI will no longer try to grab the PowerShell "ghost text" out of your input line (#17781)
- You can no longer insert a
saveSnippet
action in your JSON or bind it to any keys (#17535) - You can now successfully input more than one Emoji at once on Windows 10 (#17213)
- You can once again cancel overwriting a key binding in the Settings UI (#17763)
- You can once again disable the detection of URLs (#17731)
- You can once again use Ctrl+D and Enter in a disconnected pane (#17750)
Accessibility
- Accessibility API
RangeFromPoint
andExpandToEnclosingUnit
will no longer cause Terminal to hang (#17695)
Performance
- Scrolling the screen will now result in less GPU traffic (due to erroneous invalidations) (#17583)
- Terminal now makes fewer copies (and heap allocations) when writing input to the console app; it's also more correct! (#17710)
- The command palette has lost some extraneous animations, so it should feel much faster (#17335)
Reliability
- AtlasEngine will no longer over-read a memory buffer when setting up a GPU texture (#17536)
- Closing a window when you have an
unfocusedAppearance
set will no longer result in unscheduled disassembly of your terminal (#17770) - Overall reliability should be improved by us having better exception handling (#17783)
- Session restoration now works more reliably when the entire scrollback is full (#17654)
- We've fixed an instance of Terminal crashing during settings reload (#17751)
- You can no longer trivially crash Terminal by holding down Enter while spawning new tabs (#17788)