{"id":5241,"date":"2019-11-26T09:00:21","date_gmt":"2019-11-26T17:00:21","guid":{"rendered":"http:\/\/devblogs.microsoft.com\/commandline\/?p=5241"},"modified":"2019-11-26T09:21:11","modified_gmt":"2019-11-26T17:21:11","slug":"windows-terminal-preview-v0-7-release","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-v0-7-release\/","title":{"rendered":"Windows Terminal Preview v0.7 Release"},"content":{"rendered":"<p>Another release is out for the Windows Terminal preview! This release is labeled as v0.7 in the About section of the Terminal. As always, you can download the Terminal from the <a href=\"https:\/\/www.microsoft.com\/en-us\/p\/windows-terminal-preview\/9n0dx20hk701\" rel=\"noopener noreferrer\" target=\"_blank\">Microsoft Store<\/a> and from the <a href=\"https:\/\/github.com\/microsoft\/terminal\/releases\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub releases page<\/a>. Here&#8217;s what&#8217;s new in this release:<\/p>\n<h2>Windows Terminal Updates<\/h2>\n<h3>Panes<\/h3>\n<p>You are now able to split your Terminal window into multiple panes! This allows you to have multiple command prompts open at the same time within the same tab.<\/p>\n<p>\ud83d\udc49 <strong>Note:<\/strong> At the moment, you&#8217;re only able to open your <em>default<\/em> profile within a new pane. Opening a profile of your choice is an option we&#8217;re planning to include in a future release!<\/p>\n<p><a href=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-panes.gif\"><img decoding=\"async\" src=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-panes.gif\" alt=\"\" width=\"1668\" height=\"879\" class=\"alignnone size-full wp-image-5242\" \/><\/a><\/p>\n<p>The following key bindings are included by default within this release to invoke panes actions:<\/p>\n<p><code>{ \"command\": \"splitHorizontal\", \"keys\": [ \"alt+shift+-\" ] },\n        { \"command\": \"splitVertical\", \"keys\": [ \"alt+shift+plus\" ] },\n        { \"command\": { \"action\": \"moveFocus\", \"direction\":\"down\" }, \"keys\": [ \"alt+down\" ] },\n        { \"command\": { \"action\": \"moveFocus\", \"direction\":\"left\" }, \"keys\": [ \"alt+left\" ] },\n        { \"command\": { \"action\": \"moveFocus\", \"direction\":\"right\" }, \"keys\": [ \"alt+right\" ] },\n        { \"command\": { \"action\": \"moveFocus\", \"direction\":\"up\" }, \"keys\": [ \"alt+up\" ] },\n        { \"command\": { \"action\": \"resizePane\", \"direction\":\"down\" }, \"keys\": [ \"alt+shift+down\" ] },\n        { \"command\": { \"action\": \"resizePane\", \"direction\":\"left\" }, \"keys\": [ \"alt+shift+left\" ] },\n        { \"command\": { \"action\": \"resizePane\", \"direction\":\"right\" }, \"keys\": [ \"alt+shift+right\" ] },\n        { \"command\": { \"action\": \"resizePane\", \"direction\":\"up\" }, \"keys\": [ \"alt+shift+up\" ] },<\/code><\/p>\n<h3>Tab Reordering<\/h3>\n<p>You can now reorder your tabs! A huge thank you goes out to James Clarke (<a href=\"https:\/\/twitter.com\/Clarkezone\" rel=\"noopener noreferrer\" target=\"_blank\">@Clarkezone<\/a>) for completing this pull request while at Microsoft Ignite! <a href=\"https:\/\/twitter.com\/Clarkezone\/status\/1192524919835283456\" rel=\"noopener noreferrer\" target=\"_blank\">Here&#8217;s the video of him demoing it on the show floor.<\/a><\/p>\n<p>\ud83d\udc49 <strong>Note:<\/strong> You are currently not able to reorder tabs when running the Terminal as administrator (it will crash if you try). Additionally, the UI of the tab will occasionally disappear when reordering. This issue is already being tracked <a href=\"https:\/\/github.com\/microsoft\/terminal\/issues\/3661\" rel=\"noopener noreferrer\" target=\"_blank\">on GitHub<\/a>.<\/p>\n<p><a href=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-tab-reordering.gif\"><img decoding=\"async\" src=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-tab-reordering.gif\" alt=\"\" width=\"1111\" height=\"584\" class=\"alignnone size-full wp-image-5243\" \/><\/a><\/p>\n<h3>Suppress Application Title<\/h3>\n<p>You can now suppress all title change events that are sent from the application running within your Terminal. This means, you can have either the <code>\"name\"<\/code> or <code>\"tabTitle\"<\/code> of your profile appear in your tab without it updating! This implementation mimics the original <code>\"tabTitle\"<\/code> functionality released in v0.3. By setting <code>\"suppressApplicationTitle\"<\/code> to <code>true<\/code>, if you have <code>\"tabTitle\"<\/code> set, <code>\"tabTitle\"<\/code> will appear in your tab. Otherwise, the profile\u2019s <code>\"name\"<\/code> will appear in your tab.<\/p>\n<p><code>\"tabTitle\": \"Ubuntu\",\n            \"suppressApplicationTitle\": true<\/code><\/p>\n<p><a href=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-suppress-application-title.png\"><img decoding=\"async\" src=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-suppress-application-title.png\" alt=\"\" width=\"1660\" height=\"868\" class=\"alignnone size-full wp-image-5244\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-suppress-application-title.png 1660w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-suppress-application-title-300x157.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-suppress-application-title-768x402.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-suppress-application-title-1024x535.png 1024w\" sizes=\"(max-width: 1660px) 100vw, 1660px\" \/><\/a><\/p>\n<h3>UI Improvements<\/h3>\n<p>There is no longer a thick border around the Terminal! The border is much thinner and will display your accent color when you have it set to do so in the <a href=\"https:\/\/support.microsoft.com\/en-us\/help\/17144\/windows-10-change-desktop-background\" rel=\"noopener noreferrer\" target=\"_blank\">Color page of your Windows settings<\/a>.<\/p>\n<p>\ud83d\udc49 <strong>Note:<\/strong> If you don&#8217;t have this setting enabled, the border will be white.<\/p>\n<p><a href=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/windows-color-settings.png\"><img decoding=\"async\" src=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/windows-color-settings.png\" alt=\"\" width=\"475\" height=\"200\" class=\"alignnone size-full wp-image-5246\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/windows-color-settings.png 475w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/windows-color-settings-300x126.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/a><\/p>\n<p><a href=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-thin-border.png\"><img decoding=\"async\" src=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-thin-border.png\" alt=\"\" width=\"1659\" height=\"868\" class=\"alignnone size-full wp-image-5247\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-thin-border.png 1659w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-thin-border-300x157.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-thin-border-768x402.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-thin-border-1024x536.png 1024w\" sizes=\"(max-width: 1659px) 100vw, 1659px\" \/><\/a><\/p>\n<h3>Bug Fixes<\/h3>\n<p>Here are some of the major bug fixes included in this release:<\/p>\n<p>\ud83d\udc1b <u><strong><em>Line endings when pasting behave properly!<\/em><\/strong><\/u><\/p>\n<p>\ud83d\udc1b Alt+Arrow-Keys no longer print extra characters!<\/p>\n<p>\ud83d\udc1b When you&#8217;re scrolled up, pasting now scrolls down to the prompt when using <code>\"snapOnInput\"<\/code>!<\/p>\n<p>\ud83d\udc1b Quickly opening and closing tabs will crash <em>less<\/em>!<\/p>\n<h2>Cascadia Code Updates<\/h2>\n<p>Cascadia Code has received a major update! Here&#8217;s what&#8217;s new:<\/p>\n<ul>\n<li>\n<p>Greek, Cyrillic, and Vietnamese are now supported!<\/p>\n<\/li>\n<li>\n<p>We have a powerline (Cascadia Code PL) version!<\/p>\n<\/li>\n<li>\n<p>There is also a version that ships without coding ligatures (Cascadia Mono)!<\/p>\n<\/li>\n<\/ul>\n<p>To get all of the latest goodness from Cascadia Code, feel free to download whichever font files you like from the <a href=\"https:\/\/github.com\/microsoft\/cascadia-code\/releases\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub repo<\/a>!<\/p>\n<p>\ud83d\udc49 <strong>Note:<\/strong> The Windows Terminal ships with the base version, which only includes coding ligatures.<\/p>\n<h2>Community News<\/h2>\n<h3>Microsoft Ignite 2019<\/h3>\n<p>This year, members of the Windows Terminal team went to <a href=\"https:\/\/www.microsoft.com\/en-us\/ignite\" rel=\"noopener noreferrer\" target=\"_blank\">Microsoft Ignite<\/a> in Orlando, Florida from November 4 &#8211; 8. At the conference, Kayla Cinnamon and Carlos Zamora held a 45-minute session discussing what&#8217;s new with the Terminal, demoing its customization model and functionality, and chatting about what&#8217;s coming next. You can watch the recording of the session here: <a href=\"https:\/\/myignite.techcommunity.microsoft.com\/sessions\/81329?source=sessions\" rel=\"noopener noreferrer\" target=\"_blank\">https:\/\/myignite.techcommunity.microsoft.com\/sessions\/81329?source=sessions<\/a><\/p>\n<p><a href=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-ignite-session.jpg\"><img decoding=\"async\" src=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-ignite-session.jpg\" alt=\"\" width=\"2560\" height=\"1746\" class=\"alignnone size-full wp-image-5249\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-ignite-session.jpg 2560w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-ignite-session-300x205.jpg 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-ignite-session-768x524.jpg 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/terminal-ignite-session-1024x698.jpg 1024w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/a><\/p>\n<h3>Top Contributors<\/h3>\n<p>We always appreciate contributions made from our community and we would like to acknowledge those who have made a large impact on this release!<\/p>\n<h4>Contributors Who Opened the Most Non-Duplicate Issues<\/h4>\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\/j4james\" rel=\"noopener noreferrer\" target=\"_blank\">j4james<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/greg904\" rel=\"noopener noreferrer\" target=\"_blank\">greg904<\/a><\/p>\n<h4>Contributors Who Created the Most Merged Pull Requests<\/h4>\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\/j4james\" rel=\"noopener noreferrer\" target=\"_blank\">j4james<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/greg904\" rel=\"noopener noreferrer\" target=\"_blank\">greg904<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/d-bingham\" rel=\"noopener noreferrer\" target=\"_blank\">d-bingham<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/huoyaoyuan\" rel=\"noopener noreferrer\" target=\"_blank\">huoyaoyuan<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/spicasl\" rel=\"noopener noreferrer\" target=\"_blank\">spicaSL<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/dugnychon\" rel=\"noopener noreferrer\" target=\"_blank\">Dugnychon<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/shakeel30\" rel=\"noopener noreferrer\" target=\"_blank\">shakeel30<\/a><\/p>\n<h4>Contributors Who Provided the Most Comments on Pull Requests<\/h4>\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\/greg904\" rel=\"noopener noreferrer\" target=\"_blank\">greg904<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/ironyman\" rel=\"noopener noreferrer\" target=\"_blank\">ironyman<\/a><\/p>\n<h3>Until Next Time<\/h3>\n<p>As always, if you have any questions or comments, 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 find any bugs or would like to request a new feature, you can file an issue on <a href=\"https:\/\/github.com\/microsoft\/terminal\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub<\/a>! We hope you like this month&#8217;s release and we&#8217;ll see you in the next one!<\/p>\n<p><a href=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/1911teamsignatures.png\"><img decoding=\"async\" src=\"http:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/1911teamsignatures.png\" alt=\"\" width=\"2077\" height=\"316\" class=\"alignnone size-full wp-image-5250\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/1911teamsignatures.png 2077w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/1911teamsignatures-300x46.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/1911teamsignatures-768x117.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2019\/11\/1911teamsignatures-1024x156.png 1024w\" sizes=\"(max-width: 2077px) 100vw, 2077px\" \/><\/a><\/p>\n<p><style type=\"text\/css\">\n  @font-face { font-family: cascadiaCode; src: url(https:\/\/terminalnuget.blob.core.windows.net\/feed\/Cascadia.ttf); } .casCode{ font-family: cascadiaCode !important; }\n<\/style><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Another release is out for the Windows Terminal preview! This release is labeled as v0.7 in the About section of the Terminal. As always, you can download the Terminal from the Microsoft Store and from the GitHub releases page. Here&#8217;s what&#8217;s new in this release: Windows Terminal Updates Panes You are now able to split [&hellip;]<\/p>\n","protected":false},"author":3539,"featured_media":5242,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1,2,3,4,5,6,8,9,782],"tags":[22,27,29,31,42,45,48,59,64,65,69,70,72],"class_list":["post-5241","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-commandline","category-command-line","category-linux-tools","category-ms-dos","category-windows-10","category-windows-console","category-windows-store","category-bash-on-ubuntu-on-windows","category-windows-terminal","tag-bash","tag-cmd","tag-command-line","tag-console","tag-linux","tag-ms-dos","tag-powershell","tag-terminal","tag-unicode","tag-utf-8","tag-windows","tag-windows-10","tag-wsl"],"acf":[],"blog_post_summary":"<p>Another release is out for the Windows Terminal preview! This release is labeled as v0.7 in the About section of the Terminal. As always, you can download the Terminal from the Microsoft Store and from the GitHub releases page. Here&#8217;s what&#8217;s new in this release: Windows Terminal Updates Panes You are now able to split [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/5241","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=5241"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/5241\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media\/5242"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media?parent=5241"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/categories?post=5241"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/tags?post=5241"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}