Windows Terminal Preview 1.12 Release

Windows Terminal Preview 1.12 is here and it’s HUGE! This release adds the new features below to Windows Terminal Preview 1.12 and adds the features from this previous blog post to Windows Terminal 1.11. Windows Terminal 1.11 will also be receiving the Defaults page in the settings UI along with the default terminal functionality. You can install Windows Terminal and Windows Terminal Preview from the Microsoft Store or from the GitHub releases page. Now let’s get into the good stuff!

Default terminal​


You can now set the Windows Terminal stable build as your default terminal emulator if you’re on the Windows Insider Program Dev Channel or Windows 11! This means when you launch any command line application, it will automatically launch inside Windows Terminal. You can enable Windows Terminal as your default experience by using the Windows settings app or inside Windows Terminal’s settings.

default-terminal-term.png

default-terminal-settings.png

Profile matching​


Windows Terminal will now appropriately handle matching the executable launched with its terminal profile. This means that all of your customizations will appear if you have a profile with the same executable as the one selected to launch. For example, clicking Command Prompt from the Start menu will open your Command Prompt profile, rather than your default profile running cmd.exe. This feature is only available in Windows Terminal Preview and will move into Windows Terminal in a future release.

profile-matching-2.gif

Window restoration​


You can now set your Windows Terminal to restore your previous tabs and panes after relaunching (Thanks @Rosefield!). This can be enabled with "firstWindowPreference" set to "persistedWindowLayout" in the global settings of your settings.json file or in your settings on the Startup page.

Code:
"firstWindowPreference": "persistedWindowLayout"

window-restoration.png

Full transparency​


Windows Terminal now supports full transparency on Windows 11! Instead of using acrylic, you can have full transparency just like the transparency variation available in the original console. An improvement from the Windows Console Host in this implementation is that the text will remain opaque while the background turns transparent. This allows you to be able to read your terminal prompt without losing contrast!

full-transparency.gif

1f4a1.png Tip: You can control the transparency level of your window with Ctrl+Shift+Scroll.

Miscellaneous improvements​


1f6e0.png You can now select text that has been printed in your buffer with the keyboard!

1f6e0.png Profiles for Visual Studio Developer Command Prompt (VS2017+) and Visual Studio Developer PowerShell (VS2019.2+) will now be automatically generated (Thanks @trippwill!).

1f6e0.png Elevated terminal windows will now display a shield icon to the left of the tabs to make the window more distinguishable.

1f6e0.png You can now enable the "adjustIndistinguishableColors" profile setting to adjust the foreground color to make it more visible, based on the background color.

1f6e0.png You can now select and interact with subtrees of panes (Thanks @Rosefield!).

1f6e0.png When splitting a new pane, SplitState now accepts directional modifiers (Thanks @Rosefield!).

1f6e0.png You can now open the system menu with Alt+Space, which uses the new openSystemMenu action.

Bug fixes​


1f41b.png Using the touch keyboard should now invoke properly when tapping inside the console window (Thanks @yosuemask2!).

1f41b.png The mouse coordinates are now fixed for when the viewport is scrolled for all events.

1f41b.png When running multiple actions, selecting a new tab should now focus that tab immediately (Thanks @Rosefield!).

1f41b.png You can now navigate pane focus without having to zoom out (Thanks @Rosefield!).

Top contributors​


We had a ton of fantastic contributors for this release. Here are those who have especially made an impact:

Contributors who opened the most non-duplicate issues​


1f3c6.png elsaco

1f3c6.png vefatica

1f3c6.png anubhav217

Contributors who created the most merged pull requests​


1f3c6.png Rosefield

1f3c6.png ianjoneill

1f3c6.png utgoers

Contributors who provided the most comments on pull requests​


1f3c6.png Rosefield

1f3c6.png Don-Vito

1f3c6.png heaths

Cheers!​


If you want to learn more about these new features, feel free to visit our docs site. If you have any questions or feedback, you can reach out to Kayla (@cinnamon_msft) on Twitter. You can file feature requests and any bugs you may find on our GitHub. We hope you enjoy this latest release of Windows Terminal!

signatures.png

The post Windows Terminal Preview 1.12 Release appeared first on Windows Command Line.

Continue reading...
 

Similar threads

C
Replies
0
Views
79
Christopher Nguyen
C
C
Replies
0
Views
86
Christopher Nguyen
C
C
Replies
0
Views
69
Christopher Nguyen
C
C
Replies
0
Views
17
Christopher Nguyen
C
C
Replies
0
Views
117
Christopher Nguyen
C
Back
Top Bottom