Microsoft has just released the latest stable version (v1.5.10411) of its Windows Terminal app. Along with the stable version, a preview release (v1.6.10412). has also been released. Windows Terminal is an open-source application that allows organizing instances of Command Prompt, PowerShell, and even Windows Subsystem for Linux.
Both released versions include a couple of significant changes. Apart from 23 bugs being squashed, both come with updated Cascadia Code font, control pictures, infinite arrows, and glyphs support. More info on the Cascadia Code update can be found on the GitHub release page.
Here’s the list of the fixed bugs:
- The “Open Windows Terminal Here” shell extension will not throw cryptic errors.
- Windows Terminal should no longer crash once a user closes a tab during text printing.
schemes:[]
orschemes:[{}]
should no longer crash the app on launch.
The second update brings the automatic creation of a new settings.json file in case of deletion of an existing one. Also, both versions now properly update the window title bar during titles and tabs changes.
Windows Terminal Preview changes to user interface settings include:
- Windows Terminal will not delete disabledProfileSources from the settings anymore.
- The Launch Mode and Tab Switcher Mode switch from the settings page now work correctly.
- Renaming the color scheme that’s in use by the base layer should no longer corrupt all other color schemes.
Windows Terminal Preview fixed bugs list:
- Developers have fixed a bug that caused the app to crash once you right-click and close a tab that contains multiple splits.
- The app no longer crashes or throws random errors about the blank pixel shader path.
- Pixel shaders that rely on the time input will now work correctly and update at glorious 60 FPS.
- Right-clicking in the tab renamer should no longer cause it to stop renaming.
- Right-clicking in the command palette should also no longer cause it to stop commanding (or paletting).
- The app now better tracks the hidden/shown state of the cursor.
- Windows Terminal now removes hyperlinks underlining when the window is out of focus.
- The developers also fixed an issue with mis-parsed OSC 9;9 directories wrapped in double-quotes.
- You should now be able to use Ctrl+C and Ctrl+V in the command palette, even if they are bound in your terminal.