Windows Terminal Preview 1.5
Windows Terminal Preview 1.5. Full hyperlink support We have improved the hyperlink functionality to automatically detect links inside your terminal. These links are clickable and will open in your default browser using Ctrl+Click. Audible bell Windows Terminal now supports the BEL character. You can enable or disable the bell with the "bellStyle" profile setting. "bellStyle": "audible", "bellStyle": "none" Profile icon emoji support Have you ever wanted to set your profile icon to an emoji? Well today is your lucky day! You can now use emojis as profile icons throughout your terminal by setting your profile’s "icon" to an emoji. Note: The jump list does not support emojis as icons, so your profiles will be listed without the emojis. Tab switcher order setting The "useTabSwitcher" setting has received an upgrade! You can now specify "mru" or "inOrder", which will enable the tab switcher with the tabs listed either in most recently used order or in order of their layout in the terminal. // Enables the tab switcher "useTabSwitcher": "mru", "useTabSwitcher": "inOrder" // Disables the tab switcher "useTabSwitcher": "disabled" Desktop wallpaper background image A new option has been added to the "backgroundImage" setting! You can set your background image to "desktopWallpaper", which will set your terminal background image to your desktop wallpaper. Thanks @bennettnicholas! Focus launch modes New launch modes have been added to the "launchMode" setting. Read the full article















