{"id":6574,"date":"2021-04-14T10:00:46","date_gmt":"2021-04-14T17:00:46","guid":{"rendered":"https:\/\/devblogs.microsoft.com\/commandline\/?p=6574"},"modified":"2021-04-14T10:02:06","modified_gmt":"2021-04-14T17:02:06","slug":"windows-terminal-preview-1-8-release","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-8-release\/","title":{"rendered":"Windows Terminal Preview 1.8 Release"},"content":{"rendered":"<p>Welcome back to another release of Windows Terminal! This release updates <a href=\"https:\/\/aka.ms\/terminal-preview\" rel=\"noopener\" target=\"_blank\">Windows Terminal Preview<\/a> to version 1.8 and moves <a href=\"https:\/\/aka.ms\/terminal\" rel=\"noopener\" target=\"_blank\">Windows Terminal<\/a> to version 1.7. Both builds can be installed from the Microsoft Store as well as the <a href=\"https:\/\/github.com\/microsoft\/terminal\/releases\" rel=\"noopener\" target=\"_blank\">GitHub releases page<\/a>. Let&#8217;s jump into what&#8217;s new!<\/p>\n<h2>Settings UI is default in stable<\/h2>\n<p>The settings UI now ships inside the Windows Terminal stable build! You can access the settings UI by clicking the settings button in the dropdown menu or by typing <kbd>Ctrl<\/kbd>+<kbd>,<\/kbd>. We are still making improvements to the settings UI experience, so stay tuned for more updates as our releases continue!<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/settings-ui-2.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/settings-ui-2.png\" alt=\"Image settings ui 2\" width=\"1516\" height=\"1008\" class=\"alignnone size-full wp-image-6575\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/settings-ui-2.png 1516w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/settings-ui-2-300x199.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/settings-ui-2-1024x681.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/settings-ui-2-768x511.png 768w\" sizes=\"(max-width: 1516px) 100vw, 1516px\" \/><\/a><\/p>\n<h2>Shift+Click to open a profile in a new window<\/h2>\n<p>You can now hold <kbd>Shift<\/kbd> and click on a profile in the dropdown menu to open that profile in a new window. This functionality is added to the already-existing feature of holding <kbd>Alt<\/kbd> and clicking on a profile to open it in a new pane.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/Shift-New-window.gif\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/Shift-New-window.gif\" alt=\"Image Shift New window\" width=\"1758\" height=\"1080\" class=\"alignnone size-full wp-image-6576\" \/><\/a><\/p>\n<h2>Unfocused appearance settings<\/h2>\n<p>Have you wanted to customize your profile to have a different appearance when it&#8217;s unfocused? If yes, today is your lucky day! You can add the <code>\"unfocusedAppearance\"<\/code> object into your profile&#8217;s JSON object and specify appearance settings inside of it. These appearance settings will enable when that profile is open and unfocused. More information on how to configure this setting can be found on our <a href=\"https:\/\/docs.microsoft.com\/windows\/terminal\/customize-settings\/profile-appearance#unfocused-appearance-settings\" rel=\"noopener\" target=\"_blank\">docs site<\/a>.<\/p>\n<pre><code>\/\/ Sets the profile's background image opacity to 0.3 when it is unfocused\n\"unfocusedAppearance\": \n{\n    \"backgroundImageOpacity\": 0.3\n},\n<\/code><\/pre>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/Unfocused-appearance.gif\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/Unfocused-appearance.gif\" alt=\"Image Unfocused appearance\" width=\"1626\" height=\"1080\" class=\"alignnone size-full wp-image-6577\" \/><\/a><\/p>\n<h2>Window naming<\/h2>\n<p>We have added the ability for you to name your terminal windows. This makes it easier to identify your windows when using wt commandline arguments that specify a certain window with the <code>--window,-w &lt;window-id&gt;<\/code> argument. If you&#8217;d like to easily identify your window, you can use the <code>identifyWindow<\/code> action. You can name a new window with the command line or rename an existing window by using the command palette. More information on these new window commands can be found on our <a href=\"https:\/\/docs.microsoft.com\/windows\/terminal\/customize-settings\/actions#window-management-commands\" rel=\"noopener\" target=\"_blank\">docs site<\/a>.<\/p>\n<h2>Settings UI updates<\/h2>\n<h3>Font face dropdown<\/h3>\n<p>You can now select your font face by using a dropdown instead of typing out the font name! This dropdown also has a filter for monospaced and non-monospaced fonts.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/font-dropdown.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/font-dropdown.png\" alt=\"Image font dropdown\" width=\"412\" height=\"154\" class=\"alignnone size-full wp-image-6578\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/font-dropdown.png 412w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/font-dropdown-300x112.png 300w\" sizes=\"(max-width: 412px) 100vw, 412px\" \/><\/a><\/p>\n<h3>Removal of base layer<\/h3>\n<p>The terminal team has decided to remove the base layer page from the settings UI. This is due to some architectural conflicts with the JSON fragment extensions. We are currently planning alternative ways to edit all of your profiles at once using the settings UI. You are still able to use the <code>\"defaults\"<\/code> section inside the settings.json file as a workaround. We are collecting feedback on this change in <a href=\"https:\/\/github.com\/microsoft\/terminal\/issues\/9539\" rel=\"noopener\" target=\"_blank\">this issue<\/a> and would love to hear your thoughts.<\/p>\n<h2>New command line arguments<\/h2>\n<h3>Suppress application title<\/h3>\n<p>The <code>suppressApplicationTitle<\/code> argument and <code>--suppressApplicationTitle<\/code>\/<code>--useApplicationTitle<\/code> flags have been added to the list of wt command line arguments. These new additions allow you to specify if you&#8217;d like a certain profile to suppress application title changes upon launch when using the command line. More information on the suppress application title setting can be found on our <a href=\"https:\/\/docs.microsoft.com\/windows\/terminal\/customize-settings\/profile-advanced#suppress-title-changes\" rel=\"noopener\" target=\"_blank\">docs site<\/a>.<\/p>\n<h2>Miscellaneous improvements<\/h2>\n<p>\ud83d\udee0\ufe0f <code>tabSwitcherMode<\/code> has been added to the <code>nextTab<\/code> and <code>prevTab<\/code> actions (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<p>\ud83d\udee0\ufe0f The command palette has been made even more accessible with additional UIA announcements.<\/p>\n<p>\ud83d\udee0\ufe0f The multi-line paste warning is now disabled when in bracketed paste mode (Thanks <a href=\"https:\/\/github.com\/skyline75489\" rel=\"noopener\" target=\"_blank\">@skyline75489<\/a>!).<\/p>\n<p>\ud83d\udee0\ufe0f The <code>split-pane<\/code> subcommand now accepts <code>-D,--duplicate<\/code> to duplicate the profile of the currently active pane (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<p>\ud83d\udee0\ufe0f You can now use the <code>--colorScheme<\/code> parameter on <code>new-tab<\/code> and <code>split-pane<\/code> commands.<\/p>\n<h2>Bug fixes<\/h2>\n<p>\ud83d\udc1b Multi-click selection works as expected again (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<p>\ud83d\udc1b Hovering over URLs now works when in VT mouse mode (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<p>\ud83d\udc1b The <code>scrollToBottom<\/code> command now works as expected (Thanks <a href=\"https:\/\/github.com\/Don-Vito\" rel=\"noopener\" target=\"_blank\">@Don-Vito<\/a>!).<\/p>\n<p>\ud83d\udc1b The terminal now properly recognizes shader files and fonts.<\/p>\n<h2>Top contributors<\/h2>\n<p>We had a ton of great contributions this month and we&#8217;d like to recognize the community members 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\/vefatica\" rel=\"noopener\" target=\"_blank\">vefatica<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/KalleOlaviNiemitalo\" rel=\"noopener\" target=\"_blank\">KalleOlaviNiemitalo<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/MarcoZehe\" rel=\"noopener\" target=\"_blank\">MarcoZehe<\/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\" target=\"_blank\">Don-Vito<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/eugenesmlv\" rel=\"noopener\" target=\"_blank\">eugenesmlv<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/skyline75489\" rel=\"noopener\" target=\"_blank\">skyline75489<\/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\" target=\"_blank\">Don-Vito<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/skyline75489\" rel=\"noopener\" target=\"_blank\">skyline75489<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/eugenesmlv\" rel=\"noopener\" target=\"_blank\">eugenesmlv<\/a><\/p>\n<h2>Cheers!<\/h2>\n<p>All of our features are documented on our <a href=\"https:\/\/aka.ms\/terminal-docs\" rel=\"noopener\" target=\"_blank\">docs website<\/a> if you&#8217;d like to learn more. If you have any questions or feedback, feel free to reach out to Kayla (<a href=\"https:\/\/twitter.com\/cinnamon_msft\" rel=\"noopener\" target=\"_blank\">@cinnamon_msft<\/a>) on Twitter. If you find any bugs or have any feature requests, feel free to file an issue on <a href=\"https:\/\/github.com\/microsoft\/terminal\" rel=\"noopener\" target=\"_blank\">GitHub<\/a>. We hope you enjoy this latest release of Windows Terminal and Windows Terminal Preview!<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/signatures.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/signatures.png\" alt=\"Image signatures\" width=\"2408\" height=\"259\" class=\"alignnone size-full wp-image-6579\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/signatures.png 2408w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/signatures-300x32.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/signatures-1024x110.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/signatures-768x83.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/signatures-1536x165.png 1536w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2021\/04\/signatures-2048x220.png 2048w\" sizes=\"(max-width: 2408px) 100vw, 2408px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome back to another release of Windows Terminal! This release updates Windows Terminal Preview to version 1.8 and moves Windows Terminal to version 1.7. Both builds can be installed from the Microsoft Store as well as the GitHub releases page. Let&#8217;s jump into what&#8217;s new! Settings UI is default in stable The settings UI now [&hellip;]<\/p>\n","protected":false},"author":3539,"featured_media":6507,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1,2,4,1535,5,6,1577,8,9,782],"tags":[17,29,31,45,1548,1002,59,69,70,1576,72],"class_list":["post-6574","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-commandline","category-command-line","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-accessibility","tag-command-line","tag-console","tag-ms-dos","tag-open-source","tag-release","tag-terminal","tag-windows","tag-windows-10","tag-windows-package-manager","tag-wsl"],"acf":[],"blog_post_summary":"<p>Welcome back to another release of Windows Terminal! This release updates Windows Terminal Preview to version 1.8 and moves Windows Terminal to version 1.7. Both builds can be installed from the Microsoft Store as well as the GitHub releases page. Let&#8217;s jump into what&#8217;s new! Settings UI is default in stable The settings UI now [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/6574","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=6574"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/6574\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media\/6507"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media?parent=6574"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/categories?post=6574"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/tags?post=6574"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}