Windows Terminal v1.12.1098 #12935
DHowett
announced in
Announcements
Replies: 1 comment
-
It appears Windows App Installer mistakenly thinks there is a newer version of 1.12.10983 available. Please note the erroneous 3 at the end of the build number. (Must be 2.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release was made available to insiders in the Dev and Beta channels on April 11 and is now generally available.
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 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.
Changes
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 v1.12.1098.
Beta Was this translation helpful? Give feedback.
All reactions