Microsoft 11745 Published by

Windows Terminal 1.15.252 has been released.



Windows Terminal v1.15.252

This release migrates some awesome features, changes and bug fixes from Terminal 1.15 Preview into the stable channel!

  • Terminal now supports "Mark Mode", a keyboard-first text selection and navigation mode. The name is an homage to the traditional Windows Console Host!
    • It is bound by default to Ctrl+Shift+M

Please see the following release notes for additional details:

Note that the new text rendering engine and scrollbar mark feature is not included in this Stable build. Yet.

IMPORTANT
This version was made available to the Dev External flighting ring (Windows Insiders) first, and will be
released to general availability one or two weeks later depending on its reliability.

As a reminder, Terminal 1.12 was the last version of Windows Terminal that supports Windows 19H1 or 19H2.
That version of windows is going out of support soon, so you may want to consider upgrading.

Preinstallation Kit infoWhy are there so many packages? How do I choose?

In addition to the above, we've backported the following changes and bugfixes from Windows Terminal Preview 1.16:

Changes

Interaction

  • When in mark mode, its built in key bindings Ctrl+A and the modified arrow keys will take precedence over your key bindings ( #13659)
  • We've polished how existing selections interact with mark mode ( #13893)

UI

  • @dansmor7 figured out that we don't need to draw our caption buttons ourselves; now they look great on all versions of Windows! ( #13341) (thanks!)

Bug Fixes

Interaction

  • Terminal will now use the tab's active title for Export Text ( #13915) (thanks  @serd2011!)
  • The Emoji picker, PinYin IME or any other IME will no longer drift off the bottom of the screen (oops) ( #13785)

Accessibility

  • The Command Palette has become much chattier, announcing (to a screen reader) the name of the selected item ( #13519)
  • Asking for INT_MAX characters via UIA will no longer wig us out or try to send you multiple gigabytes of null bytes ( #13779)
    • However, it remains impolite to ask for INT_MAX characters via ITextPattern::GetText.

Performance

  • Terminal is now 1.2 megabytes smaller on disk (uncompressed) thanks to not using RTTI ( #13947) (thanks RTTI!)

Reliability

  • Fixed a number of crashes (smaller number than that in Preview), not all of which were common or user-impacting:
    • Attempted a fix for the SignalTextChanged crash ( #13876)
    • Attempted another fix, this time for the _refreshSizeUnderLock crash ( #13857)
    • Fixed a crash in _WritePseudoWindowCallback ( #13777)
    • Fixed a crash on exit with the command palette open ( #13778)
    • Fixed a race condition in UpdatePatternLocations ( #13859)
    • Fixed two race conditions around pseudo window visibility ( #13832)
    • Fixed a crash in NVDA, caused by us considering a specific text range invalid ( #13907)
  • Terminal should now more reliably appear in the context menu

With additional thanks to our documentation and code health contributors  @jsoref and  @LitoMore.



Release Windows Terminal v1.15.252 · microsoft/terminal