Microsoft Windows Terminal 1.8 preview version released

The official version of Microsoft Windows Terminal 1.7 was released yesterday. According to the official release habit, when the official version of 1.7 is released, the preview version of 1.8 will also arrive at the same time.

The preview version of Windows Terminal 1.8 is mainly based on 1.7 with minor changes, optimizing the experience of setting the UI and so on. The 1.8 preview version can be manually installed through the GitHub page.

Set the UI to configure the default opening method:

  • The user can access the setting UI by clicking the setting button in the drop-down menu or typing “Ctrl + comma”. Currently, the experience of setting the UI is still being continuously improved.

Shift + click: open a configuration file in a new window:

  • Now, the user can hold down the Shift key and click the configuration file in the drop-down menu to open the configuration file in a new window.

Join Our Microsoft Channel On Telegram

The style when the focus is lost:

  • Users can add the “unfocusedAppearance” object to the JSON object of their configuration file and specify appearance settings in it. These appearance settings will be enabled when the window loses focus.

Window naming:

  • A new terminal window naming function has been added. Click here to view the specific usage method.

Set UI update:

  • Font face dropdown: Users can use the drop-down menu instead of entering the font name to select the font style. This drop-down menu also has filters for monospaced fonts and non-monospaced fonts.
  • Delete the base layer: Due to some architectural conflicts with the JSON fragment extension, the development team decided to remove the base layer page from the settings UI. It is currently planning other ways to use the settings UI to edit all configuration files at once. Users can still use the “defaults” section in the settings.json file as a temporary method.

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!)

If you like our news and you want to see such news even further, then follow RealMi Central on Telegram, Twitter, Facebook (Page) (Group) & Instagram.

Leave a Comment