Windows Terminal v1.15.252 #13976
DHowett
announced in
Announcements
Replies: 1 comment 1 reply
-
@DHowett , Will you add the option to set it as the default shell in Windows 10 like in Windows 11? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release migrates some awesome features, changes and bug fixes from Terminal 1.15 Preview into the stable channel!
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.
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 info
A preinstallation kit is available for system integrators and OEMs interested in prepackaging Windows Terminal with a Windows image. More information is available in the DISM documentation on preinstallation. Users who do not intend to preinstall Windows Terminal should continue using the msixbundle distribution.
Why are there so many packages? How do I choose?
This version of Windows Terminal is distributed in two bundles, one of which works on Windows 10-11 and the other of which only works on Windows 11. The Windows 11 version is much smaller because we no longer need to work around a platform issue related to our dependencies.If you intend on using Terminal as an unpackaged application--that is, extracting the
msix
file--we recommend thatyou use the
Win10
bundle. You will need the Visual C++ runtime redistributable.In addition, if you install the packaged version on either Windows 10 or Windows 11, it now depends on the Visual C++ Universal Runtime Package.
Despite these distributions having different version numbers, they are built from the same code and there is no
functional difference between them.
If you install the Windows 10 version on Windows 11, it will probably automatically upgrade itself to the Windows 11
version. It turns out that it is impossible to have two bundles with the same version number, so it has to be this
way.
In addition to the above, we've backported the following changes and bugfixes from Windows Terminal Preview 1.16:
Changes
Interaction
UI
Bug Fixes
Interaction
Export Text
(Use the tab's active title forExport Text
#13915) (thanks @serd2011!)Accessibility
INT_MAX
characters via UIA will no longer wig us out or try to send you multiple gigabytes of null bytes ([UIA] Prevent erroneousL'\0'
padding inGetText(INT_MAX)
#13779)INT_MAX
characters viaITextPattern::GetText
.Performance
Reliability
SignalTextChanged
crash (An attempted fix for theSignalTextChanged
crash #13876)_refreshSizeUnderLock
crash (Attempt to fix the _refreshSizeUnderLock crash #13857)_WritePseudoWindowCallback
(Fix a crash in_WritePseudoWindowCallback
#13777)CompareInBounds
(#13244)" #13907)With additional thanks to our documentation and code health contributors @jsoref and @LitoMore.
This discussion was created from the release Windows Terminal v1.15.252.
Beta Was this translation helpful? Give feedback.
All reactions