Windows Terminal Preview 1910 release

Microsoft has released Preview 1910 Terminal Windows , updates are as follows:

Updated UI

Terminal update the label, WinUI TabView used has been updated to version 2.2. This version improves the color contrast, pull-down and rounded tag detachment. In addition, when the screen label too much, you can use the buttons to scroll.

Dynamic Profiles

Windows Terminal now installed on your computer to automatically detect any Windows Subsystem for Linux (WSL) release and PowerShell Core. If any one of which is installed on the terminal, it is displayed in profiles.json file.

Cascading Settings

Terminal settings improved model. It has a defaults.json file, which contains all the default settings. If you want to see the contents of the default settings contained in the file, you can hold down the Alt key and click the drop-down menu in the "Settings" button. This file is a file generated automatically, profiles.json file can add more customizations.

If you want to change the default key bindings defaults.json contained in the file, you can key in the profiles.json bound to null.

{
"command": null, "keys": ["ctrl+shift+w"]
}

New Launch Settings

In this version, the terminal is provided by setting maximized "LaunchMode" done, can be set to "default" or "maximized" is.

"launchMode": "maximized"

To set the initial location of the terminal, may be expressed by X and Y coordinates "initialPosition" setting. For example, if you want to start at upper left corner of the terminal screen, the following can be provided in profiles.json

"initialPosition": "0,0"

Bug Fixes

  • Now you can double-click the tab bar to maximize the window
  • Repair newline problem when copying and pasting
  • HTML is no longer open Clipboard Copy
  • You can now use more than 32 characters in the font name
  • When running two tabs at the same time, the text no longer have corruption problems
  • Some improvement, to reduce the collapse

Guess you like

Origin www.oschina.net/news/110825/windows-terminal-preview-1910-released