Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

6,904,433

Downloads of v 1.23.11132-beta:

223

Last Update:

25 Apr 2025

Package Maintainer(s):

Software Author(s):

  • Microsoft Corporation

Tags:

microsoft-windows-terminal terminal windows10 admin

Windows Terminal

This is a prerelease version of Windows Terminal.

  • 1
  • 2
  • 3

1.23.11132-beta | Updated: 25 Apr 2025

Downloads:

6,904,433

Downloads of v 1.23.11132-beta:

223

Maintainer(s):

Software Author(s):

  • Microsoft Corporation

Windows Terminal 1.23.11132-beta

This is a prerelease version of Windows Terminal.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft Corporation. The inclusion of Microsoft Corporation trademark(s), if any, upon this webpage is solely to identify Microsoft Corporation goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

This package requires at least Windows 10 version 1903/OS build 18362

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Windows Terminal, run the following command from the command line or from PowerShell:

>

To upgrade Windows Terminal, run the following command from the command line or from PowerShell:

>

To uninstall Windows Terminal, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade microsoft-windows-terminal -y --source="'INTERNAL REPO URL'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade microsoft-windows-terminal -y --source="'INTERNAL REPO URL'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install microsoft-windows-terminal
  win_chocolatey:
    name: microsoft-windows-terminal
    version: '1.23.11132-beta'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'microsoft-windows-terminal' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.23.11132-beta'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller microsoft-windows-terminal
{
    Name        = "microsoft-windows-terminal"
    Version     = "1.23.11132-beta"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'microsoft-windows-terminal':
  ensure          => '1.23.11132-beta',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 25 Apr 2025.

Description

Terminal & Console Overview

Please take a few minutes to review the overview below before diving into the code:

Windows Terminal

Windows Terminal is a new, modern, feature-rich, productive terminal application for command-line users. It includes many of the features most frequently requested by the Windows command-line community including support for tabs, rich text, globalization, configurability, theming & styling, and more.

The Terminal will also need to meet our goals and measures to ensure it remains fast, and efficient, and doesn't consume vast amounts of memory or power.

The Windows console host

The Windows console host, conhost.exe, is Windows' original command-line user experience. It implements Windows' command-line infrastructure, and is responsible for hosting the Windows Console API, input engine, rendering engine, and user preferences. The console host code in this repository is the actual source from which the conhost.exe in Windows itself is built.

Console's primary goal is to remain backwards-compatible with existing console subsystem applications.

Since assuming ownership of the Windows command-line in 2014, the team has added several new features to the Console, including window transparency, line-based selection, support for ANSI / Virtual Terminal sequences, 24-bit color, a Pseudoconsole ("ConPTY"), and more.

However, because the Console's primary goal is to maintain backward compatibility, we've been unable to add many of the features the community has been asking for, and which we've been wanting to add for the last several years--like tabs!

These limitations led us to create the new Windows Terminal.

Shared Components

While overhauling the Console, we've modernized its codebase considerably. We've cleanly separated logical entities into modules and classes, introduced some key extensibility points, replaced several old, home-grown collections and containers with safer, more efficient STL containers, and made the code simpler and safer by using Microsoft's WIL header library.

This overhaul work resulted in the creation of several key components that would be useful for any terminal implementation on Windows, including a new DirectWrite-based text layout and rendering engine, a text buffer capable of storing both UTF-16 and UTF-8, and a VT parser/emitter.

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know here that the package is no longer updating correctly.


legal\LICENSE.txt

From: https://github.com/microsoft/terminal/blob/master/LICENSE

LICENSE

Copyright (c) Microsoft Corporation. All rights reserved.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official download link listed on <https://api.github.com/repos/microsoft/terminal/releases>
and can be verified like this:

1. Download the following installers:
  32-Bit: <https://github.com/microsoft/terminal/releases/download/v1.23.11132.0/Microsoft.WindowsTerminalPreview_1.23.11132.0_8wekyb3d8bbwe.msixbundle>
2. You can use one of the following methods to obtain the checksum
  - Use powershell function 'Get-Filehash'
  - Use chocolatey utility 'checksum.exe'

  checksum type: sha256
  checksum32: 97164A79D5FD7107C84AE554A28F9DD9E938F824CAE7579A524BAB76B403A969

File 'LICENSE.txt' is obtained from <https://github.com/microsoft/terminal/blob/master/LICENSE>
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';

$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileName       = "$toolsDir\Microsoft.WindowsTerminalPreview_1.23.11132.0_8wekyb3d8bbwe.msixbundle"
$version        = "1.23.11132.0"
$PreRelease     = "True"

$WindowsVersion=[Environment]::OSVersion.Version
if ($WindowsVersion.Major -ne "10") {
  throw "This package requires Windows 10."
}
#The .msixbundle format is not supported on Windows 10 version 1709 and 1803. https://docs.microsoft.com/en-us/windows/msix/msix-1709-and-1803-support
$IsCorrectBuild=[Environment]::OSVersion.Version.Build
if ($IsCorrectBuild -lt "18362") {
  throw "This package requires at least Windows 10 version 1903/OS build 18362.x."
}

$AppxPackageName = "Microsoft.WindowsTerminal"

if ($PreRelease -match "True") {
  $AppxPackageName += "Preview"
}

[version]$AppxVer = (Get-AppxPackage -Name $AppxPackageName -AllUsers -PackageTypeFilter Bundle | Select-Object -Last 1).Version

if ($AppxVer -gt [version]$version) {
  # you can't install an older version of an installed appx package, you'd need to remove it first
  Write-Warning "The installed $version version is newer than this package version, it may have autoupdated on your current OS..."
 } elseif ($AppxVer -Match [version]$version) {
    if($env:ChocolateyForce) {
      # you can't install the same version of an appx package, you need to remove it first
      Write-Host Removing already installed version first.
      Remove-AppxPackage -AllUsers -Package (Get-AppxPackage -Name $AppxPackageName -AllUsers -PackageTypeFilter Bundle | Select-Object -Last 1)
    } else {
    Write-Host The $version version of Windows-Terminal is already installed. If you want to reinstall use --force
    return
  }
}

Add-ProvisionedAppXPackage -Online -SkipLicense -PackagePath $fileName
tools\chocolateyUninstall.ps1
$PreRelease     = "True"

$AppxPackageName = "Microsoft.WindowsTerminal"

if ($PreRelease -match "True") {
  $AppxPackageName += "Preview"
}

Remove-AppxPackage -AllUsers -Package (Get-AppxPackage -Name $AppxPackageName -AllUsers -PackageTypeFilter Bundle)
tools\Microsoft.WindowsTerminalPreview_1.23.11132.0_8wekyb3d8bbwe.msixbundle
md5: 94168CD45782EDBD5CC891BFD3DAECB5 | sha1: A84577C3418987C23E6B5F64EAF4C50C6E738F3E | sha256: 97164A79D5FD7107C84AE554A28F9DD9E938F824CAE7579A524BAB76B403A969 | sha512: 7A012F8D79A738CA909BD0D5FD9C4188678529669DC74508F74E4923619C4FD9066F281E03BA6968E6505EFA2452347A03480744B4B06F7477DB3956B5461232

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Windows Terminal 1.23.11132-beta 223 Friday, April 25, 2025 Approved
Windows Terminal 1.23.10732-beta 6352 Monday, March 17, 2025 Approved
Windows Terminal 1.23.10353-beta 5044 Thursday, February 6, 2025 Approved
Windows Terminal 1.22.10731 650987 Monday, March 17, 2025 Approved
Windows Terminal 1.22.10352 475761 Thursday, February 6, 2025 Approved
Windows Terminal 1.22.3232-beta 10968 Tuesday, November 19, 2024 Approved
Windows Terminal 1.22.2912-beta 4864 Tuesday, October 22, 2024 Approved
Windows Terminal 1.22.2702-beta 2227 Saturday, September 28, 2024 Approved
Windows Terminal 1.22.2362-beta 19905 Tuesday, August 27, 2024 Approved
Windows Terminal 1.21.3231 794638 Tuesday, November 19, 2024 Approved
Windows Terminal 1.21.2911 263512 Tuesday, October 22, 2024 Approved
Windows Terminal 1.21.2701 244074 Saturday, September 28, 2024 Approved
Windows Terminal 1.21.2361 74699 Tuesday, August 27, 2024 Approved
Windows Terminal 1.21.1772-beta 2239 Friday, June 28, 2024 Approved
Windows Terminal 1.21.1382-beta 699 Saturday, June 8, 2024 Approved
Windows Terminal 1.21.1272-beta 1118 Tuesday, May 7, 2024 Approved
Windows Terminal 1.20.11781 92554 Friday, June 28, 2024 Approved
Windows Terminal 1.20.11381 34991 Saturday, June 8, 2024 Approved
Windows Terminal 1.20.11271 46597 Tuesday, May 7, 2024 Approved
Windows Terminal 1.20.11215-beta 276 Saturday, May 4, 2024 Approved
Windows Terminal 1.20.10822-beta 1369 Monday, March 25, 2024 Approved
Windows Terminal 1.20.10572-beta 1179 Thursday, February 29, 2024 Approved
Windows Terminal 1.20.10303-beta 1400 Wednesday, January 31, 2024 Approved
Windows Terminal 1.20.10293-beta 176 Tuesday, January 30, 2024 Approved
Windows Terminal 1.19.11213 8750 Saturday, May 4, 2024 Approved
Windows Terminal 1.19.10821 47627 Monday, March 25, 2024 Approved
Windows Terminal 1.19.10573 35988 Thursday, February 29, 2024 Approved
Windows Terminal 1.19.10302 55871 Wednesday, January 31, 2024 Approved
Windows Terminal 1.19.10292 6827 Tuesday, January 30, 2024 Approved
Windows Terminal 1.19.3172-beta 2243 Wednesday, November 15, 2023 Approved
Windows Terminal 1.19.2831.0-beta 1600 Wednesday, October 11, 2023 Approved
Windows Terminal 1.19.2682.0-beta 1347 Tuesday, September 26, 2023 Approved
Windows Terminal 1.18.3181 94051 Wednesday, November 15, 2023 Approved
Windows Terminal 1.18.2822.0 57390 Wednesday, October 11, 2023 Approved
Windows Terminal 1.18.2681.0 21792 Tuesday, September 26, 2023 Approved
Windows Terminal 1.18.1462.0-beta 2671 Sunday, June 25, 2023 Approved
Windows Terminal 1.17.11461.0 84948 Sunday, June 25, 2023 Approved
Windows Terminal 1.17.1023-beta 4380 Monday, February 20, 2023 Approved
Windows Terminal 1.16.10261.0 149220 Monday, February 20, 2023 Approved
Windows Terminal 1.16.3463.0-beta 5757 Wednesday, December 14, 2022 Approved
Windows Terminal 1.16.2641.0-beta 5646 Friday, September 23, 2022 Approved
Windows Terminal 1.16.2523.0-beta 1350 Tuesday, September 13, 2022 Approved
Windows Terminal 1.15.3465.0 130748 Wednesday, December 14, 2022 Approved
Windows Terminal 1.15.2874.0 150953 Tuesday, October 18, 2022 Approved
Windows Terminal 1.15.2524.0 112367 Tuesday, September 13, 2022 Approved
Windows Terminal 1.15.2282.0-beta 2655 Thursday, August 18, 2022 Approved
Windows Terminal 1.15.2002.0-beta 3068 Friday, August 5, 2022 Approved
Windows Terminal 1.15.1862.0-beta 2293 Wednesday, July 6, 2022 Approved
Windows Terminal 1.14.2281.0 144299 Thursday, August 18, 2022 Approved
Windows Terminal 1.14.1962.0 100459 Friday, August 5, 2022 Approved
Windows Terminal 1.14.1861.0 235694 Wednesday, July 6, 2022 Approved
Windows Terminal 1.14.1451.0-beta 2130 Friday, June 10, 2022 Approved
Windows Terminal 1.14.1432.0-beta 1745 Tuesday, May 24, 2022 Approved
Windows Terminal 1.13.11431.0 346430 Tuesday, May 24, 2022 Approved
Windows Terminal 1.13.10983.0-beta 3285 Tuesday, April 19, 2022 Approved
Windows Terminal 1.13.10733.0-beta 2777 Friday, March 25, 2022 Approved
Windows Terminal 1.13.10395.0-beta 3491 Saturday, February 12, 2022 Approved
Windows Terminal 1.13.10336.0-beta 783 Monday, February 7, 2022 Approved
Windows Terminal 1.12.10982.0 184823 Tuesday, April 19, 2022 Approved
Windows Terminal 1.12.10732.0 116240 Friday, March 25, 2022 Approved
Windows Terminal 1.12.10393.0 199387 Saturday, February 12, 2022 Approved
Windows Terminal 1.12.10334.0 31640 Monday, February 7, 2022 Approved
Windows Terminal 1.12.3472.0-beta 3069 Tuesday, December 14, 2021 Approved
Windows Terminal 1.12.2931.0-beta 2995 Thursday, October 21, 2021 Approved
Windows Terminal 1.11.3471.0 189573 Tuesday, December 14, 2021 Approved
Windows Terminal 1.11.2921.0 157498 Thursday, October 21, 2021 Approved
Windows Terminal 1.11.2731.0-beta 1551 Monday, October 4, 2021 Approved
Windows Terminal 1.11.2421.0-beta 2218 Tuesday, August 31, 2021 Approved
Windows Terminal 1.10.2714.0 53012 Monday, October 4, 2021 Approved
Windows Terminal 1.10.2383.0 103388 Tuesday, August 31, 2021 Approved
Windows Terminal 1.10.1933.0-beta 2408 Wednesday, July 14, 2021 Approved
Windows Terminal 1.9.1942.0 127888 Wednesday, July 14, 2021 Approved
Windows Terminal 1.9.1445.0-beta 3525 Tuesday, May 25, 2021 Approved
Windows Terminal 1.8.1444.0 121039 Tuesday, May 25, 2021 Approved
Windows Terminal 1.8.1092.0-beta 2688 Monday, April 19, 2021 Approved
Windows Terminal 1.8.1032.0-beta 863 Wednesday, April 14, 2021 Approved
Windows Terminal 1.7.1091.0 109275 Monday, April 19, 2021 Approved
Windows Terminal 1.7.1033.0 19832 Wednesday, April 14, 2021 Approved
Windows Terminal 1.7.572.0-beta 2652 Monday, March 1, 2021 Approved
Windows Terminal 1.6.10571.0 90921 Monday, March 1, 2021 Approved
Windows Terminal 1.6.10412.0-beta 1305 Thursday, February 11, 2021 Approved
Windows Terminal 1.6.10272.0-beta 1264 Thursday, January 28, 2021 Approved
Windows Terminal 1.5.10411.0 43978 Thursday, February 11, 2021 Approved
Windows Terminal 1.5.10271.0 39937 Thursday, January 28, 2021 Approved
Windows Terminal 1.5.3242.0-beta 2844 Friday, November 20, 2020 Approved
Windows Terminal 1.5.3142.0-beta 907 Wednesday, November 11, 2020 Approved
Windows Terminal 1.4.3243.0 166963 Friday, November 20, 2020 Approved
Windows Terminal 1.4.3141.0 18646 Wednesday, November 11, 2020 Approved
Windows Terminal 1.4.2652.0-beta 2138 Tuesday, September 22, 2020 Approved
Windows Terminal 1.3.2651.0 73992 Tuesday, September 22, 2020 Approved
Windows Terminal 1.3.2382.0-beta 1283 Wednesday, August 26, 2020 Approved
Windows Terminal 1.2.2381.0 45296 Wednesday, August 26, 2020 Approved
Windows Terminal 1.2.2234.0-beta 1048 Thursday, August 13, 2020 Approved
Windows Terminal 1.2.2022.0-beta 1075 Thursday, July 23, 2020 Approved
Windows Terminal 1.1.2233.0 24997 Thursday, August 13, 2020 Approved
Windows Terminal 1.1.2021.0 23783 Thursday, July 23, 2020 Approved
Windows Terminal 1.1.1812.0-beta 772 Thursday, July 2, 2020 Approved
Windows Terminal 1.0.1811.0 16012 Thursday, July 2, 2020 Approved
Windows Terminal 1.0.1401.0 44113 Tuesday, May 19, 2020 Approved
Windows Terminal 0.11.1333.0 13958 Wednesday, May 13, 2020 Approved
Windows Terminal 0.11.1251.0 12441 Tuesday, May 5, 2020 Approved
Windows Terminal 0.11.1191.0 9327 Wednesday, April 29, 2020 Approved
Windows Terminal 0.11.1121.0 8815 Wednesday, April 22, 2020 Approved
Windows Terminal 0.10.781.0 27443 Friday, March 20, 2020 Approved
Windows Terminal 0.10.761.0 4207 Tuesday, March 17, 2020 Approved
Windows Terminal 0.9.433.0 25360 Thursday, February 13, 2020 Approved
Windows Terminal 0.8.10261.0 17055 Monday, January 27, 2020 Approved
Windows Terminal 0.8.10091.0 10656 Tuesday, January 14, 2020 Approved
Windows Terminal 0.7.3451.0 19622 Thursday, December 12, 2019 Approved
Windows Terminal 0.7.3382.0 5705 Friday, December 6, 2019 Approved
Windows Terminal 0.7.3291.0 7432 Tuesday, November 26, 2019 Approved
Windows Terminal 0.6.2951.0 18462 Wednesday, October 23, 2019 Approved
Windows Terminal 0.5.2762.0 8797 Friday, October 4, 2019 Approved
Windows Terminal 0.5.2681.0 4652 Wednesday, September 25, 2019 Approved
Windows Terminal 0.5.2661.0 1219 Tuesday, September 24, 2019 Approved
Windows Terminal 0.4.2382.0 17286 Tuesday, August 27, 2019 Approved
Windows Terminal 0.3.2171.0 11857 Tuesday, August 6, 2019 Approved
Windows Terminal 0.3.2142.0 5723 Saturday, August 3, 2019 Approved
Windows Terminal 0.2.1831.001 5255 Saturday, July 20, 2019 Approved
Windows Terminal 0.2.1831.0 444 Tuesday, July 16, 2019 Approved
Discussion for the Windows Terminal Package

Ground Rules:

  • This discussion is only about Windows Terminal and the Windows Terminal package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Windows Terminal, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus