Windows Terminal Preview v1.13.1098 #12936
DHowett
announced in
Announcements
Replies: 1 comment 5 replies
-
Great to see the new update and all the PRs merged! (UI improvements for accessibility seem very good) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an update to fix a number of issues identified in 1.13.1073x.
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 verison 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.
Since 1.12 is the final release that supports Windows 19H1, we're including a final update to 1.12 on the preview channel, just
so that the four of you stuck on that version get the latest fixes. 😄
Install that manually at your own peril.
Bug Fixes
Appearance
Accessibility
Usability
Reliability
ProposeCommandline
(Crash on launch - Cache ProposeCommandlineResult locally #12838),Monarch::_GetPID
(Removedefault_interface
from Monarch #12856) and other parts of WT's RPC infrastructure (Try to silently fall back to a local monarch #12825)Miscellaneous
This discussion was created from the release Windows Terminal Preview v1.13.1098.
Beta Was this translation helpful? Give feedback.
All reactions