Windows Terminal v1.15.2874 and v1.15.2875 #14250
Replies: 5 comments 7 replies
-
It looks like an extra e snuck in ("Teerminal") @DHowett. |
Beta Was this translation helpful? Give feedback.
-
What's the reason behind the different version numbers for Windows 10 and Windows 11 (2874 vs. 2875)? It is causing errors when I try to upgrade using Chocolatey (on my Windows 11 installation): choco upgrade microsoft-windows-terminal
Chocolatey v1.2.0
Upgrading the following packages:
microsoft-windows-terminal
By upgrading, you accept licenses for the packages.
You have microsoft-windows-terminal v1.15.2524.0 installed. Version 1.15.2874.0 is available based on your source(s).
Progress: Downloading microsoft-windows-terminal 1.15.2874.0... 100%
microsoft-windows-terminal v1.15.2874.0 [Approved]
microsoft-windows-terminal package files upgrade completed. Performing other installation steps.
The package microsoft-windows-terminal wants to run 'chocolateyInstall.ps1'.
Note: If you don't run this script, the installation will fail.
Note: To confirm automatically next time, use '-y' or consider:
choco feature enable -n allowGlobalConfirmation
Do you want to run the script?([Y]es/[A]ll - yes to all/[N]o/[P]rint): A
WARNING: The installed 1.15.2874.0 version is newer than this package version, it may have autoupdated on your current OS...
ERROR: The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed.
Windows cannot install package Microsoft.WindowsTerminal_1.15.2874.0_x64__8wekyb3d8bbwe because it has version 1.15.2874.0. A higher version 1.15.2875.0 of this package is already installed. So somehow the installed v1.15.2875.0 version identifies itself as v1.15.2524.0 to the chocolatey package system - until the actual installation process finds out that it is indeed v1.15.2875.0 that is installed. |
Beta Was this translation helpful? Give feedback.
-
How do I exit VIM? |
Beta Was this translation helpful? Give feedback.
-
Release notes updated to indicate that PR #14093 was targeted to address a remote code execution vulnerability assigned ID CVE-2022-44702 ( Thanks again to @dgl for the report! |
Beta Was this translation helpful? Give feedback.
-
v1.15.2874 (Windows 10) and v1.15.2875 (Windows 11) are servicing updates to Windows Terminal Stable v1.15. It is highly recommended that you install this version if you're using Windows 11 22H2 (October Update).
As a reminder, Terminal 1.12 was the last version of Windows Terminal that supports Windows 19H1 or 19H2.
Those versions of Windows went out of support in May, so you really 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.
This servicing release supersedes the v1.15.2712.0 release (not uploaded to GitHub) and contains the following bug fixes and changes:
Changes
Bug Fixes
Stability and Security
OSC 9;9
will now reject malformed paths and not further propagate them intowsl --cd
(Reject illegal paths in OSC 9;9 #14093) REMOTE CODE EXECUTION CVE-2022-44702OSC 8
URIs will be limited to 2MB in length, following iTerm2 (and only 1024 bytes will be displayed in the tooltip) (Add a maximum OSC 8 URI length of 2MB following iTerm2 #14198)OpenConsole
processes when they're running a Visual Studio Developer Shell (Fix a deadlock during ConPTY shutdown #14160)system()
on its main thread will no longer deadlock itself and Terminal (when Terminal is set as default) (Disallow a window waiting on system() to block DefTerm startup #14195)Accessibility
Usability
intenseTextStyle
is now included properly in the JSON schema (whoops) (Fix a missing entry for intenseTextStyle in the Profile schema #14210) (thanks @neersighted!)This discussion was created from the release Windows Terminal v1.15.2874.
Beta Was this translation helpful? Give feedback.
All reactions