Windows Terminal Preview v1.13.1073 #12762
DHowett
announced in
Announcements
Replies: 1 comment 1 reply
-
When proper UTF-8 ? It is 2022 already. |
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 is a servicing release to fix a number of big issues in 1.13 preview.
Changes
This version of Windows Terminal is now 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.
Bug Fixes
Usability
N
(non-media) SKUs of Windows (DON'T default-construct theMediaPlayer
#12463)Appearance
Accessibility
Reliability
ScrollConsoleScreenBuffer
no longer takes the console upstate (Fix overflow in Viewport::FromDimensions #12669)Rendering
Beta Was this translation helpful? Give feedback.
All reactions