{"id":7612,"date":"2022-05-24T10:02:09","date_gmt":"2022-05-24T17:02:09","guid":{"rendered":"https:\/\/devblogs.microsoft.com\/commandline\/?p=7612"},"modified":"2022-05-24T10:02:09","modified_gmt":"2022-05-24T17:02:09","slug":"windows-terminal-preview-1-14-release","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-14-release\/","title":{"rendered":"Windows Terminal Preview 1.14 Release"},"content":{"rendered":"<p>It&#8217;s Microsoft Build! We have a Windows Terminal Preview release for you focused on fixing bugs and improving quality. This release also migrates Windows Terminal to version 1.13, which contains the new features defined in this <a href=\"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-13-release\/\" rel=\"noopener\" target=\"_blank\">previous blog post<\/a>. As always, you can install <a href=\"https:\/\/aka.ms\/terminal-preview\" rel=\"noopener\" target=\"_blank\">Windows Terminal Preview<\/a> and <a href=\"https:\/\/aka.ms\/terminal\" rel=\"noopener\" target=\"_blank\">Windows Terminal<\/a> from the Microsoft Store or from the <a href=\"https:\/\/github.com\/microsoft\/terminal\/releases\" rel=\"noopener\" target=\"_blank\">GitHub releases page<\/a>. Let&#8217;s dive into what&#8217;s new.<\/p>\n<p>\u2757The minimum supported version of Windows 10 for Windows Terminal 1.13+ has been increased from 18362 (19H1) to 19041 (20H1).<\/p>\n<h2>Experimental background image for window<\/h2>\n<p>Have you wanted to have your panes split over one background image, rather than each pane having its own background image? Well today is your lucky day! <a href=\"https:\/\/github.com\/nico-abram\" rel=\"noopener\" target=\"_blank\">@nico-abram<\/a> has contributed the <code>experimental.useBackgroundImageForWindow<\/code> global setting that applies the focused profile&#8217;s background image to your entire window (Thanks <a href=\"https:\/\/github.com\/nico-abram\" rel=\"noopener\" target=\"_blank\">@nico-abram<\/a>!).<\/p>\n<pre><code>\"experimental.useBackgroundImageForWindow\": true\n<\/code><\/pre>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/05\/Background-Image-Window.gif\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/05\/Background-Image-Window.gif\" alt=\"Image Background Image Window\" width=\"1632\" height=\"996\" class=\"alignnone size-full wp-image-7613\" \/><\/a><\/p>\n<h2>New actions<\/h2>\n<p>\u26a1 You can now select all the text in the buffer by using the <code>selectAll<\/code> action, which is bound to <kbd>Ctrl<\/kbd>+<kbd>Shift<\/kbd>+<kbd>A<\/kbd> by default.<\/p>\n<h2>Miscellaneous improvements<\/h2>\n<p>\ud83d\udee0\ufe0f Using windowed applications from the terminal should work much better now:<\/p>\n<pre><code>\ud83d\udd27 ConPTY can now handle show\/hide window calls.\n\n\ud83d\udd27 Windows created by console applications now appear above the terminal.\n\n\ud83d\udd27 Focus events are now sent through VT input.\n<\/code><\/pre>\n<p>\ud83d\udee0\ufe0f Visual changes made to the tabs, scrollbar, new tab button, caption buttons, color picker, settings UI, command palette, and search box have been made to move Terminal closer to the Windows 11 design language (Thanks <a href=\"https:\/\/github.com\/dansmor7\" rel=\"noopener\" target=\"_blank\">@dansmor7<\/a>!).<\/p>\n<p>\ud83d\udee0\ufe0f Terminal is now aware of toggled state for <kbd>Caps Lock<\/kbd>, <kbd>Scroll Lock<\/kbd>, and <kbd>Num Lock<\/kbd> (Thanks <a href=\"https:\/\/github.com\/matkaas\" rel=\"noopener\" target=\"_blank\">@matkaas<\/a>!).<\/p>\n<p>\ud83d\udee0\ufe0f Improved stability and performance on the Atlas renderer.<\/p>\n<h2>Bug fixes<\/h2>\n<p>\ud83d\udc1b Terminal should now be able to find Cascadia Mono (third time&#8217;s the charm? \ud83d\ude05).<\/p>\n<p>\ud83d\udc1b <code>commandline<\/code> in <code>profile.defaults<\/code> should no longer override the <code>commandline<\/code> set in profiles that specify cmd.exe or powershell.exe.<\/p>\n<p>\ud83d\udc1b Screen readers can now read some settings in the UI better.<\/p>\n<p>\ud83d\udc1b The terminal should no longer crash when deleting the last profile in the settings UI.<\/p>\n<h2>Top contributors<\/h2>\n<p>As always, we want to call out the top community contributors who have especially made an impact this release. Here are their usernames:<\/p>\n<h3>Contributors who opened the most non-duplicate issues<\/h3>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/j4james\" rel=\"noopener\" target=\"_blank\">j4james<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/dmachaj\" rel=\"noopener\" target=\"_blank\">dmachaj<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/elsacoa\" rel=\"noopener\" target=\"_blank\">elsacoa<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/vadimkantorov\" rel=\"noopener\" target=\"_blank\">vadimkantorov<\/a><\/p>\n<h3>Contributors who created the most merged pull requests<\/h3>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/j4james\" rel=\"noopener\" target=\"_blank\">j4james<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/ianjoneill\" rel=\"noopener\" target=\"_blank\">ianjoneill<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/arkthur\" rel=\"noopener\" target=\"_blank\">arkthur<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/EmJayGee\" rel=\"noopener\" target=\"_blank\">EmJayGee<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/dmachaj\" rel=\"noopener\" target=\"_blank\">dmachaj<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/dansmor7\" rel=\"noopener\" target=\"_blank\">dansmor7<\/a><\/p>\n<h3>Contributors who provided the most comments on pull requests<\/h3>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/j4james\" rel=\"noopener\" target=\"_blank\">j4james<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/dmachaj\" rel=\"noopener\" target=\"_blank\">dmachaj<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/dansmor7\" rel=\"noopener\" target=\"_blank\">dansmor7<\/a><\/p>\n<h2>Cheers!<\/h2>\n<p>If you want to learn more about Windows Terminal&#8217;s settings, you can check out our <a href=\"https:\/\/aka.ms\/terminal-docs\" rel=\"noopener\" target=\"_blank\">docs site<\/a>. If you have any questions, 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 our <a href=\"https:\/\/github.com\/microsoft\/terminal\" rel=\"noopener\" target=\"_blank\">GitHub<\/a>. We hope you enjoy this release and have a happy Microsoft Build! \ud83c\udf89<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/05\/Group-6.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/05\/Group-6.png\" alt=\"May 2022 signatures\" width=\"1801\" height=\"259\" class=\"alignnone size-full wp-image-7614\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/05\/Group-6.png 1801w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/05\/Group-6-300x43.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/05\/Group-6-1024x147.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/05\/Group-6-768x110.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/05\/Group-6-1536x221.png 1536w\" sizes=\"(max-width: 1801px) 100vw, 1801px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>It&#8217;s Microsoft Build! We have a Windows Terminal Preview release for you focused on fixing bugs and improving quality. This release also migrates Windows Terminal to version 1.13, which contains the new features defined in this previous blog post. As always, you can install Windows Terminal Preview and Windows Terminal from the Microsoft Store or [&hellip;]<\/p>\n","protected":false},"author":3539,"featured_media":7613,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[10,1,2,1535,1728,6,1577,8,9,782],"tags":[22,27,29,31,1548,59,69,1576,72],"class_list":["post-7612","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cmd","category-commandline","category-command-line","category-open-source","category-windows","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-open-source","tag-terminal","tag-windows","tag-windows-package-manager","tag-wsl"],"acf":[],"blog_post_summary":"<p>It&#8217;s Microsoft Build! We have a Windows Terminal Preview release for you focused on fixing bugs and improving quality. This release also migrates Windows Terminal to version 1.13, which contains the new features defined in this previous blog post. As always, you can install Windows Terminal Preview and Windows Terminal from the Microsoft Store or [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/7612","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=7612"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/7612\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media\/7613"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media?parent=7612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/categories?post=7612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/tags?post=7612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}