{"id":6293,"date":"2020-11-11T10:04:51","date_gmt":"2020-11-11T18:04:51","guid":{"rendered":"https:\/\/devblogs.microsoft.com\/commandline\/?p=6293"},"modified":"2020-11-11T10:04:51","modified_gmt":"2020-11-11T18:04:51","slug":"windows-terminal-preview-1-5-release","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-5-release\/","title":{"rendered":"Windows Terminal Preview 1.5 Release"},"content":{"rendered":"<p>We&#8217;re back with another Windows Terminal release! <a href=\"https:\/\/aka.ms\/terminal\" rel=\"noopener noreferrer\" target=\"_blank\">Windows Terminal<\/a> has moved to version 1.4 and includes the features described in <a href=\"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-4-release\/\" rel=\"noopener noreferrer\" target=\"_blank\">the 1.4 release blog post<\/a>. <a href=\"https:\/\/aka.ms\/terminal-preview\" rel=\"noopener noreferrer\" target=\"_blank\">Windows Terminal Preview<\/a> has moved to version 1.5 and includes the features described below. You can download both versions from the Microsoft Store or from the <a href=\"https:\/\/github.com\/microsoft\/terminal\/releases\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub releases page<\/a>. Let&#8217;s dive into what&#8217;s new!<\/p>\n<h2>Full hyperlink support<\/h2>\n<p>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 <kbd>Ctrl<\/kbd>+<kbd>Click<\/kbd>.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/terminal-hyperlinks.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/terminal-hyperlinks.png\" alt=\"Image terminal hyperlinks\" width=\"986\" height=\"534\" class=\"alignnone size-full wp-image-6294\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/terminal-hyperlinks.png 986w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/terminal-hyperlinks-300x162.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/terminal-hyperlinks-768x416.png 768w\" sizes=\"(max-width: 986px) 100vw, 986px\" \/><\/a><\/p>\n<h2>Audible bell \ud83d\udd14<\/h2>\n<p>Windows Terminal now supports the BEL character. You can enable or disable the bell with the <code>\"bellStyle\"<\/code> profile setting.<\/p>\n<pre><code>\"bellStyle\": \"audible\",\n\"bellStyle\": \"none\"\n<\/code><\/pre>\n<h2>Profile icon emoji support<\/h2>\n<p>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&#8217;s <code>\"icon\"<\/code> to an emoji.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/terminal-emoji-icons.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/terminal-emoji-icons.png\" alt=\"Image terminal emoji icons\" width=\"424\" height=\"484\" class=\"alignnone size-full wp-image-6295\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/terminal-emoji-icons.png 424w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/terminal-emoji-icons-263x300.png 263w\" sizes=\"(max-width: 424px) 100vw, 424px\" \/><\/a><\/p>\n<p>\ud83d\udc49 <strong>Note:<\/strong> The jump list does not support emojis as icons, so your profiles will be listed without the emojis.<\/p>\n<h2>Tab switcher order setting<\/h2>\n<p>The <code>\"useTabSwitcher\"<\/code> setting has received an upgrade! You can now specify <code>\"mru\"<\/code> or <code>\"inOrder\"<\/code>, 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.<\/p>\n<pre><code>\/\/ Enables the tab switcher\n\"useTabSwitcher\": \"mru\",\n\"useTabSwitcher\": \"inOrder\"\n\n\/\/ Disables the tab switcher\n\"useTabSwitcher\": \"disabled\"\n<\/code><\/pre>\n<h2>Desktop wallpaper background image<\/h2>\n<p>A new option has been added to the <code>\"backgroundImage\"<\/code> setting! You can set your background image to <code>\"desktopWallpaper\"<\/code>, which will set your terminal background image to your desktop wallpaper. Thanks <a href=\"https:\/\/github.com\/bennettnicholas\" rel=\"noopener noreferrer\" target=\"_blank\">@bennettnicholas<\/a>!<\/p>\n<h2>Focus launch modes<\/h2>\n<p>New launch modes have been added to the <code>\"launchMode\"<\/code> setting. You can now specify the terminal to launch in focused mode or maximized focus mode. <a href=\"https:\/\/docs.microsoft.com\/windows\/terminal\/customize-settings\/actions#application-level-commands\" rel=\"noopener noreferrer\" target=\"_blank\">Focus mode<\/a> hides the tabs and the title bar. Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>!<\/p>\n<pre><code>\"launchMode\": \"focus\",\n\"launchMode\": \"maximizedFocus\"\n<\/code><\/pre>\n<h2>Disable animations<\/h2>\n<p>We added animations for when you create and close panes. If you would like to disable animations throughout the terminal application, you can use the <code>\"disableAnimations\"<\/code> global setting.<\/p>\n<pre><code>\"disableAnimations\": true\n<\/code><\/pre>\n<p>\ud83d\udc49 <strong>Note:<\/strong> If you have animations disabled at the OS level, you will not see animations inside your terminal unless you set <code>\"disableAnimations\"<\/code> to <code>false<\/code>.<\/p>\n<h2>Command palette improvements<\/h2>\n<h3>Reconfigured > prefix<\/h3>\n<p>We switched the > prefix to action mode inside the command palette, thus matching VS Code&#8217;s command palette functionality. Backspacing will remove the > character and place you in command line mode, allowing you to run command line arguments.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/command-palette-mode.gif\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/command-palette-mode.gif\" alt=\"Image command palette mode\" width=\"1728\" height=\"975\" class=\"alignnone size-full wp-image-6296\" \/><\/a><\/p>\n<h3>Back button<\/h3>\n<p>When entering a nested menu from the command palette, you can now navigate back to the root menu without having to exit the command palette. Thanks <a href=\"https:\/\/github.com\/Hegunumo\" rel=\"noopener noreferrer\" target=\"_blank\">@Hegunumo<\/a>!<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/command-palette-back-button.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/command-palette-back-button.png\" alt=\"Image command palette back button\" width=\"1280\" height=\"744\" class=\"alignnone size-full wp-image-6297\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/command-palette-back-button.png 1280w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/command-palette-back-button-300x174.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/command-palette-back-button-1024x595.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/command-palette-back-button-768x446.png 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/a><\/p>\n<h3>Bold matching search terms<\/h3>\n<p>When searching for commands in the command palette, the results will bold the matching text to make it easier to find your desired command. Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">@Don-Vito<\/a>!<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/command-palette-bold.gif\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/command-palette-bold.gif\" alt=\"Image command palette bold\" width=\"1728\" height=\"975\" class=\"alignnone size-full wp-image-6298\" \/><\/a><\/p>\n<h2>New actions<\/h2>\n<h3>Open tab rename text box<\/h3>\n<p>You can now open the tab renaming text box using the <code>\"openTabRenamer\"<\/code> action. Thanks <a href=\"https:\/\/github.com\/Coridyn\" rel=\"noopener noreferrer\" target=\"_blank\">@Coridyn<\/a>!<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/open-tab-renamer-1.gif\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/open-tab-renamer-1.gif\" alt=\"Image open tab renamer\" width=\"1271\" height=\"737\" class=\"alignnone size-full wp-image-6303\" \/><\/a><\/p>\n<h3>Toggle pane zoom<\/h3>\n<p>You can use the <code>\"togglePaneZoom\"<\/code> action to expand a pane to fit the entire contents of the terminal window.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/toggle-pane-zoom.gif\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/11\/toggle-pane-zoom.gif\" alt=\"Image toggle pane zoom\" width=\"1731\" height=\"975\" class=\"alignnone size-full wp-image-6300\" \/><\/a><\/p>\n<h2>Bug fixes<\/h2>\n<p>\ud83d\udc1b The terminal is much faster when launching, opening tabs, and closing tabs when you have a lot of profiles.<\/p>\n<p>\ud83d\udc1b Clicking links inside the terminal will no longer hang.<\/p>\n<p>\ud83d\udc1b The jump list will now display icons that use forward slashes in their file paths.<\/p>\n<p>\ud83d\udc1b Failure to write to your settings file will now display a warning.<\/p>\n<p>\ud83d\udc1b When using a screen reader, it is much faster when moving to the next word.<\/p>\n<h2>Top contributors<\/h2>\n<p>We had a ton of wonderful contributions for this release and we would love to recognize those who have especially made an impact!<\/p>\n<h3>Contributors who opened the most non-duplicate issues<\/h3>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/codeofdusk\" rel=\"noopener noreferrer\" target=\"_blank\">codeofdusk<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/vefatica\" rel=\"noopener noreferrer\" target=\"_blank\">vefatica<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/j4james\" rel=\"noopener noreferrer\" target=\"_blank\">j4james<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/skyline75489\" rel=\"noopener noreferrer\" target=\"_blank\">skyline75489<\/a><\/p>\n<h3>Contributors who created the most merged pull requests<\/h3>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">Don-Vito<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/Hegunumo\" rel=\"noopener noreferrer\" target=\"_blank\">Hegunumo<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/javierdlg\" rel=\"noopener noreferrer\" target=\"_blank\">javierdlg<\/a><\/p>\n<h3>Contributors who provided the most comments on pull requests<\/h3>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener noreferrer\" target=\"_blank\">Don-Vito<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/skyline75489\" rel=\"noopener noreferrer\" target=\"_blank\">skyline75489<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/bennettnicholas\" rel=\"noopener noreferrer\" target=\"_blank\">bennettnicholas<\/a><\/p>\n<h2>Cheers!<\/h2>\n<p>Full documentation for all settings can be found on <a href=\"https:\/\/aka.ms\/terminal-docs\" rel=\"noopener noreferrer\" target=\"_blank\">our docs site<\/a>. If you have any questions or feedback, feel free to reach out to Kayla (<a href=\"https:\/\/twitter.com\/cinnamon_msft\" rel=\"noopener noreferrer\" target=\"_blank\">@cinnamon_msft<\/a>) on Twitter. If you have any feature requests or have found some bugs that need filing, you can create a new issue on <a href=\"https:\/\/github.com\/microsoft\/terminal\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub<\/a>. We hope you enjoy this latest version of Windows Terminal Preview!<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/08\/08-2020-signatures.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/08\/08-2020-signatures.png\" alt=\"Image 08 2020 signatures\" width=\"2006\" height=\"259\" class=\"alignnone size-full wp-image-6075\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/08\/08-2020-signatures.png 2006w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/08\/08-2020-signatures-300x39.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/08\/08-2020-signatures-1024x132.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/08\/08-2020-signatures-768x99.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2020\/08\/08-2020-signatures-1536x198.png 1536w\" sizes=\"(max-width: 2006px) 100vw, 2006px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We&#8217;re back with another Windows Terminal release! Windows Terminal has moved to version 1.4 and includes the features described in the 1.4 release blog post. Windows Terminal Preview has moved to version 1.5 and includes the features described below. You can download both versions from the Microsoft Store or from the GitHub releases page. Let&#8217;s [&hellip;]<\/p>\n","protected":false},"author":3539,"featured_media":6294,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[10,1,2,3,4,1535,5,6,1577,8,9,782],"tags":[22,27,29,31,43,45,1548,48,59,69,70,1576,72],"class_list":["post-6293","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cmd","category-commandline","category-command-line","category-linux-tools","category-ms-dos","category-open-source","category-windows-10","category-windows-console","category-windows-package-manager","category-windows-store","category-bash-on-ubuntu-on-windows","category-windows-terminal","tag-bash","tag-cmd","tag-command-line","tag-console","tag-linuxtools","tag-ms-dos","tag-open-source","tag-powershell","tag-terminal","tag-windows","tag-windows-10","tag-windows-package-manager","tag-wsl"],"acf":[],"blog_post_summary":"<p>We&#8217;re back with another Windows Terminal release! Windows Terminal has moved to version 1.4 and includes the features described in the 1.4 release blog post. Windows Terminal Preview has moved to version 1.5 and includes the features described below. You can download both versions from the Microsoft Store or from the GitHub releases page. Let&#8217;s [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/6293","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/users\/3539"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/comments?post=6293"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/6293\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media\/6294"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media?parent=6293"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/categories?post=6293"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/tags?post=6293"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}