Featured image of post Windows Terminal 1.7.1033.0

Windows Terminal 1.7.1033.0

Microsoft heeft een nieuwe versie uitgebracht van de Windows Terminal. Het gaat om versie 1.7 waarin je nu de instellingen van Windows Terminal via een grafische interface kunt aanpassen. Je hoeft dus geen JSON-document meer aan te passen. Windows Terminal is een terminalapplicatie en een zeer goede vervanger voor de ingebouwde Opdrachtprompt en de PowerShell-terminal in Windows zelf. Het heeft veel meer moderne functies, zoals tabbladen, utf-8 en utf-16-ondersteuning, 24-bit kleuren, zoeken, thema’s en het heeft ondersteuning voor Opdrachtprompt, PowerShell, PowerShell Core en WSL, allemaal in een applicatie.

Versie 1.7 bevat naast de nieuwe instellingen ook de mogelijkheid om een commando in een ander Windows Terminal-venster uit te voeren, de mogelijkheid voor systeembouwers om de Windows Terminal te integreren in een Windows-installatie en meerdere bugfixes en andere verbeteringen. Je vindt het volledige changelog hieronder.

Downloaden

Je kunt Windows Terminal downloaden en installeren via de Microsoft Store. Gebruik je die liever niet, dan kun je de applicatie ook downloaden als msixbundle vanaf GitHub.

Screenshot van instellingen van Windows Terminal
De nieuwe instellingen van Windows Terminal.

Changelog

This release brings all of the preview changes in Windows Terminal 1.7 to the stable channel. Notable changes include:

  • Terminal now has a UI that you can use to edit your settings!
    • If you prefer JSON, do not fear! You can, of course, still get at that JSON file you know and love.
  • Opt-in single-instancing and window remote control
    • You can run a command in the current active window with wt -w 0, or in a specific window with wt -w 1 (or 2, 3, ...)
    • NOTE: Even in single instance mode, Terminal windows are isolated based on elevation status or user identity.
  • Profile fragments, which app developers can use to provide additional information to Terminal

Please see the following release notes for additional details:

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.

We've also backported the following changes and bug fixes from Windows Terminal Preview 1.8.1032.0:

Changes

Accessibility

  • When navigating and searching the command palette, Terminal will now announce more status changes to Narrator/NVDA (#9582)

Settings and Settings UI

  • We've chosen to remove "base layer" from the Settings UI for its move into the stable channel so that we can nail its design (#9655)
    • Please direct feedback about this into #9539. It's closed, but it's an excellent discussion issue.
  • The vintage cursor height and history size boxes in the UI are now clamped to appropriate ranges (#9370) (thanks @eugenesmlv!)

Bug Fixes

  • You can now interact with hyperlinks when the application is in mouse mode (#9396) (thanks @Don-Vito!)
  • Terminal Stable, Preview and Dev will now use different shell extension IDs (#9510)
    • You may hate this one if you use a bunch of different Terminal installs...
  • scrollToBottom will no longer puzzlingly make the viewport jump to the ... top? That can't be right... (#9389) (thanks @Don-Vito!)
  • In preview 1.7, we broke pixel shader loading. We've now unbroken it. (#9371)
  • The read-only tab dialog no longer treats Escape to mean "please yes, kill the read-only tab" (#9573) (thanks @Don-Vito!)
  • You can now duplicate panes/tabs that have not yet told us their working directory (because we already know which one we started them in...) (#9397) (thanks @Don-Vito!)
  • The settings UI sidebar will no longer appear as floating text over a transparent background (#9752)
  • If you try to (with a key binding) switch to a tab that does not exist, we will no longer send the resulting control sequence into the terminal (#9781) (thanks @Don-Vito!)
  • The arrow keys will no longer dismiss the tab renamer (oops) (#9633) (thanks @Don-Vito!)
  • The tab close menu will no longer circumvent read-only panes (#9571) (thanks @Don-Vito!)
  • We now propagate taskbar progress state in more places, so they should be more reliable (#9779) (thanks @Don-Vito!)

Reliability

  • The browse buttons will no longer cause a crash when you're running as Administrator (ugh) (#9760)
  • We're going to immediately cease and desist shouting at you about totally valid font names (#9734)
    • Font fallback used to be detected by string comparison, so "JetBrains Mono" and "Jetbrains Mono" were considered to be different...
    • Sometimes we couldn't find Cascadia, even though it's in our package...
    • We did not support localized names for fonts, so we thought that "MS ゴシック" and "MS Gothic" were two different fonts (they are not)
  • We've resolved a resource leak that resulted in Terminal slowing down, down, down over time (#9729)
    • This is @lhecker's first commit since he officially joined the team! Woo!
  • We will finally no longer crash when you display a bunch of wide glyphs and resize like crazy (MSFT !5903250) (#4907)
  • We've fixed a crash in the pattern buffer (thanks Miles O'Brien) (#9618)
  • App package fragments in invalid folders will no longer trip us up (#9477)
  • The shell extension lost 50% of its weight (yay!) (#9552)
  • We've shaved 120kb off OpenConsole.exe (#9581)
  • Terminal will no longer crash if you write weird empty nested commands in your settings.json file (#9495) (thanks @Don-Vito!)

Selection

We (well, @Don-Vito) fixed so many issues in selection that we're giving it its own subcategory.

  • Shift + multiple clicks will now work more reasonably (#9403); multi-click selection is now more reliable (#9455); selection start (#9727) and drag (#9790) have been vetted and fixed where appropriate.

Visual fit and finish

  • The maximize/restore button will now actually display the right tooltip when maximized (#9412) (thanks @Chips1234!)
  • We've fixed the bug where the tab switcher/command palette displayed chevrons and icons in all the wrong places (#9487) (thanks @Don-Vito!)
  • The actions page no longer has a strange gap on the left (#9780) (thanks @Don-Vito!)
  • The settings tab's close menu item looked different from everyone else's; now it does not (#9324)
  • The close button now fades to the correct color (#9763) (thanks @BreeceW!)
  • The tab bar has been given some horizontal breathing room (#9575) (thanks @gabrielconl!)