Releases: microsoft/terminal
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
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