Windows Terminal v1.14.186 #13442
DHowett
announced in
Announcements
Replies: 1 comment 2 replies
-
Hello! Seems this release breaks scrolling in «screen» utility. After upgrade I can't scroll screen output using scroll bar anymore. How can I fix this? Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release brings a whole bunch of the preview changes in Windows Terminal 1.14 to the Stable channel. Notably:
we will minimize the associated terminal window.
experimental.useBackgroundImageForWindow
, that lets you use one image as the background for any number of panes (thanks @nico-abram!)profile.bellSound
settingNote that the new text rendering engine is not included in this Stable build.
Please see the following release notes for additional details:
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 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.
Also included in this release are some bug fixes and changes backported from 1.15:
Bug Fixes and Changes
copyOnSelect
([1.14] Fix keyboard selection and copyOnSelect interaction #13360)[O
is no longer output erroneously from focus events for clients of libuv like neovim (Filter focus events that came from the API #13260)cls
orClear-Host
won't leave behind an erroneous line of text (Make sure conpty is flushed before clearing scrollback #13324) (thanks @j4james!)wsl
to ask it to tell us about distributions when it's obvious that you don't have any (Remove the fallback to wsl.exe when HKCU\...\Lxss doesn't exist #13436)SetConsoleWindowInfo
can no longer crash a terminal tab (Fix SetConsoleWindowInfo being able to crash ConPTY #13212)This discussion was created from the release Windows Terminal v1.14.186.
Beta Was this translation helpful? Give feedback.
All reactions