{"id":7892,"date":"2022-09-13T10:01:50","date_gmt":"2022-09-13T17:01:50","guid":{"rendered":"https:\/\/devblogs.microsoft.com\/commandline\/?p=7892"},"modified":"2022-09-14T15:54:42","modified_gmt":"2022-09-14T22:54:42","slug":"windows-terminal-preview-1-16-release","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-16-release\/","title":{"rendered":"Windows Terminal Preview 1.16 Release"},"content":{"rendered":"<p>The Windows Terminal team is back with another release for you! This release introduces version 1.16 to Windows Terminal Preview and updates Windows Terminal to version 1.15 with <a href=\"https:\/\/devblogs.microsoft.com\/commandline\/windows-terminal-preview-1-15-release\/\" rel=\"noopener\" target=\"_blank\">these new features<\/a>. As always, you can install <a href=\"https:\/\/aka.ms\/terminal\" rel=\"noopener\" target=\"_blank\">Windows Terminal<\/a> and <a href=\"https:\/\/aka.ms\/terminal-preview\" rel=\"noopener\" target=\"_blank\">Windows Terminal Preview<\/a> from the Microsoft Store, from the <a href=\"https:\/\/github.com\/microsoft\/terminal\/releases\" rel=\"noopener\" target=\"_blank\">GitHub releases page<\/a>, or by using winget. Here&#8217;s what&#8217;s new:<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-sizzle-themes.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-sizzle-themes.png\" alt=\"Image Terminal sizzle themes\" width=\"1150\" height=\"767\" class=\"alignnone size-full wp-image-7893\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-sizzle-themes.png 1150w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-sizzle-themes-300x200.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-sizzle-themes-1024x683.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-sizzle-themes-768x512.png 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" \/><\/a> <em>Screenshot from the <a href=\"https:\/\/aka.ms\/terminal-video\" rel=\"noopener\" target=\"_blank\">Windows Terminal launch video<\/a><\/em><\/p>\n<h2>Theming<\/h2>\n<p>We&#8217;ve added even more customization possibilities with the introduction of <code>themes<\/code>.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Themes.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Themes.png\" alt=\"Image Terminal Themes\" width=\"1344\" height=\"897\" class=\"alignnone size-full wp-image-7895\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Themes.png 1344w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Themes-300x200.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Themes-1024x683.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Themes-768x513.png 768w\" sizes=\"(max-width: 1344px) 100vw, 1344px\" \/><\/a> <em>It could be brown, it could be blue, it could be violet sky\u2026<\/em> \ud83c\udfb6<\/p>\n<p><code>themes<\/code> is a global property that can contain a variety of <code>themes<\/code> objects, which will appear in the Theme dropdown on the Appearance page of the settings UI. Below are the objects each <code>themes<\/code> object can accept.<\/p>\n<p>\ud83d\udc49 <strong>Note:<\/strong> Themes are only editable using the JSON file, but they will appear in the Theme dropdown in the settings UI.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Theme-setting.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Theme-setting.png\" alt=\"Image Terminal Theme setting\" width=\"1876\" height=\"990\" class=\"alignnone size-full wp-image-7896\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Theme-setting.png 1876w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Theme-setting-300x158.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Theme-setting-1024x540.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Theme-setting-768x405.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Terminal-Theme-setting-1536x811.png 1536w\" sizes=\"(max-width: 1876px) 100vw, 1876px\" \/><\/a><\/p>\n<h3>Sample JSON<\/h3>\n<pre><code>\"themes\": \n[\n    {\n        \"name\": \"Grace Kelly\",\n        \"tab\": \n        {\n            \"background\": \"#00515EFF\",\n            \"showCloseButton\": \"always\",\n            \"unfocusedBackground\": null\n        },\n        \"tabRow\": \n        {\n            \"background\": \"#061612FF\",\n            \"unfocusedBackground\": \"#061612FF\"\n        },\n        \"window\": \n        {\n            \"applicationTheme\": \"dark\"\n        }\n    }\n]\n<\/code><\/pre>\n<h3>Tab<\/h3>\n<p>You can modify settings that are applied to the tab with the <code>tab<\/code> object inside a <code>themes<\/code> object. The <code>tab<\/code> object supports <code>background<\/code>, <code>unfocusedBackground<\/code>, and <code>showCloseButton<\/code> properties. <code>background<\/code> will set the color of the tab background when the tab is active and will always show colors at full opacity. <code>unfocusedBackground<\/code> sets the color when the tab is inactive and <code>showCloseButton<\/code> toggles the appearance of the close button on the tab.<\/p>\n<h3>Tab row<\/h3>\n<p>You can modify settings that are applied to the tab row with the <code>tabRow<\/code> object inside a <code>themes<\/code> object. The <code>tabRow<\/code> object supports <code>background<\/code> and <code>unfocusedBackground<\/code> properties. <code>background<\/code> will set the color of the tab row background when the window is focused. <code>unfocusedBackground<\/code> will set the color of the tab row background when unfocused.<\/p>\n<h3>Window<\/h3>\n<p>You can modify settings that are applied to the window with the <code>window<\/code> object inside a <code>themes<\/code> object. The <code>window<\/code> object supports <code>applicationTheme<\/code>. <code>applicationTheme<\/code> will apply the colors of the selected application theme to the terminal window unless other colors are specified.<\/p>\n<p>Full documentation on how to set up themes can be found on our <a href=\"https:\/\/aka.ms\/terminal-docs\" rel=\"noopener\" target=\"_blank\">docs site<\/a>.<\/p>\n<h2>New default colors<\/h2>\n<p>We have modified some of the default colors in Windows Terminal for a more cohesive appearance. Additionally, we are defaulting Terminal to use dark theme, rather than following the system theme. The reasoning behind this change is that the color scheme is dark by default, but our window theme had been set to system. System theme in Windows 11 is defaulted to light unless changed by the user. This presented a conflict between the theme and color scheme in Terminal. Given that Terminal has historically had a black background with its Campbell color scheme, for a consistent UI experience, we&#8217;ve decided to change the window theme to be dark by default as well, rather than the alternative of making the color scheme have a light background.<\/p>\n<h3>New colors<\/h3>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Dark-Terminal-Colors.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Dark-Terminal-Colors.png\" alt=\"Image New Dark Terminal Colors\" width=\"624\" height=\"57\" class=\"alignnone size-full wp-image-7898\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Dark-Terminal-Colors.png 624w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Dark-Terminal-Colors-300x27.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/a><\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Light-Terminal-Colors.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Light-Terminal-Colors.png\" alt=\"Image New Light Terminal Colors\" width=\"624\" height=\"57\" class=\"alignnone size-full wp-image-7899\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Light-Terminal-Colors.png 624w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Light-Terminal-Colors-300x27.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/a><\/p>\n<h3>Old colors<\/h3>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Dark-Terminal-Colors.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Dark-Terminal-Colors.png\" alt=\"Image Old Dark Terminal Colors\" width=\"624\" height=\"55\" class=\"alignnone size-full wp-image-7900\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Dark-Terminal-Colors.png 624w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Dark-Terminal-Colors-300x26.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/a><\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Light-Terminal-Colors.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Light-Terminal-Colors.png\" alt=\"Image Old Light Terminal Colors\" width=\"624\" height=\"55\" class=\"alignnone size-full wp-image-7901\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Light-Terminal-Colors.png 624w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Light-Terminal-Colors-300x26.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/a><\/p>\n<h2>New text rendering engine<\/h2>\n<p>In version 1.13, we released the new, experimental text rendering engine under an experimental feature you could enable for a profile (<code>experimental.useAtlasEngine<\/code>). In this release, we are making this new renderer the default text renderer for all profiles. The new renderer is more performant and now supports additional pixel shaders (including the retro effect), bold text, and underline\/overline\/hyperlink lines. If your machine doesn\u2019t have a GPU, or you\u2019re remoting to a virtual machine that doesn\u2019t have a GPU, it will fall back to a more performant mode that doesn\u2019t require hardware support.<\/p>\n<h2>Set where new tabs appear<\/h2>\n<p>You can now set where new tabs open with the new <code>newTabPosition<\/code> global setting (Thanks <a href=\"https:\/\/github.com\/serd2011\" rel=\"noopener\" target=\"_blank\">@serd2011<\/a>!). This setting also appears on the Appearance page in the settings UI. You can set new tabs to open either at the end of all of your tabs, or after the currently selected tab.<\/p>\n<pre><code>\"newTabPosition\": \"atTheEnd\",\n\"newTabPosition\": \"afterCurrentTab\"\n<\/code><\/pre>\n<h2>Redesigned color schemes page<\/h2>\n<p>We found that our color schemes page wasn&#8217;t the most intuitive and could use a design refresh. We&#8217;ve updated the settings UI color schemes page to improve its styling and user flow. We&#8217;ve also added a &#8220;Set as default&#8221; button, which will apply a color scheme as your default color scheme across all profiles. Profiles that specify a color scheme will use their specified scheme instead of the default.<\/p>\n<h3>New design<\/h3>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Color-Schemes-Page.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Color-Schemes-Page.png\" alt=\"Image New Color Schemes Page\" width=\"1917\" height=\"1439\" class=\"alignnone size-full wp-image-7902\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Color-Schemes-Page.png 1917w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Color-Schemes-Page-300x225.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Color-Schemes-Page-1024x769.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Color-Schemes-Page-768x577.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/New-Color-Schemes-Page-1536x1153.png 1536w\" sizes=\"(max-width: 1917px) 100vw, 1917px\" \/><\/a><\/p>\n<h3>Old design<\/h3>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Color-Schemes-Page.png\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Color-Schemes-Page.png\" alt=\"Image Old Color Schemes Page\" width=\"1879\" height=\"1375\" class=\"alignnone size-full wp-image-7903\" srcset=\"https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Color-Schemes-Page.png 1879w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Color-Schemes-Page-300x220.png 300w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Color-Schemes-Page-1024x749.png 1024w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Color-Schemes-Page-768x562.png 768w, https:\/\/devblogs.microsoft.com\/commandline\/wp-content\/uploads\/sites\/33\/2022\/09\/Old-Color-Schemes-Page-1536x1124.png 1536w\" sizes=\"(max-width: 1879px) 100vw, 1879px\" \/><\/a><\/p>\n<h2>New actions<\/h2>\n<h3>Expand selection to word<\/h3>\n<p>The new <code>expandSelectionToWord<\/code> action expands the beginning and end of a text selection to encompass the word(s) the selection is on.<\/p>\n<pre><code>{ \"command\": \"expandSelectionToWord\" },\n<\/code><\/pre>\n<h2>Miscellaneous improvements<\/h2>\n<p>\ud83d\udee0\ufe0f Mark mode key bindings now precede custom key bindings.<\/p>\n<p>\ud83d\udee0\ufe0f When in mark mode, you can now <kbd>Tab<\/kbd> and <kbd>Shift<\/kbd>+<kbd>Tab<\/kbd> between hyperlinks.<\/p>\n<p>\ud83d\udee0\ufe0f The setting to adjust the colors of indistinguishable text is now enabled by default.<\/p>\n<p>\ud83d\udee0\ufe0f We&#8217;ve modified the default dark and light theme colors for a more seamless appearance between the tab and the text buffer.<\/p>\n<p>\ud83d\udee0\ufe0f The back button in the command palette now returns to the previously selected item in the filtered action list (Thanks <a href=\"https:\/\/github.com\/JerBast\" rel=\"noopener\" target=\"_blank\">@JerBast<\/a>!).<\/p>\n<h2>Bug fixes<\/h2>\n<p>\ud83d\udc1b When BEL is emitted in a light terminal, the flash in the pane will now darken rather than brighten (Thanks <a href=\"https:\/\/github.com\/Fyrebright\" rel=\"noopener\" target=\"_blank\">@Fyrebright<\/a>!).<\/p>\n<p>\ud83d\udc1b When pasting a multiple lines, the whitespace is no longer removed (Thanks <a href=\"https:\/\/github.com\/serd2011\" rel=\"noopener\" target=\"_blank\">@serd2011<\/a>!).<\/p>\n<p>\ud83d\udc1b <code>CloseOnExit<\/code> will now automatically close the Terminal when terminated if it launched by a process, otherwise Terminal will close with the <code>graceful<\/code> behavior.<\/p>\n<h2>Top contributors<\/h2>\n<p>We&#8217;ve had a lot of contributions for this release and we&#8217;d love to showcase 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\/vertigo220\" rel=\"noopener\" target=\"_blank\">vertigo220<\/a><\/p>\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\/ashemedai\" rel=\"noopener\" target=\"_blank\">ashemedai<\/a><\/p>\n<h3>Contributors who created the most merged pull requests<\/h3>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/serd2011\" rel=\"noopener\" target=\"_blank\">serd2011<\/a><\/p>\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\/MyloCyrus\" rel=\"noopener\" target=\"_blank\">MyloCyrus<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/davidegiacometti\" rel=\"noopener\" target=\"_blank\">davidegiacometti<\/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\/JerBast\" rel=\"noopener\" target=\"_blank\">JerBast<\/a><\/p>\n<p>\ud83c\udfc6 <a href=\"https:\/\/github.com\/EliaSchiavon\" rel=\"noopener\" target=\"_blank\">EliaSchiavon<\/a><\/p>\n<h2>Cheers!<\/h2>\n<p>We hope you enjoy this latest release of Windows Terminal! More information on these new features can be found on our <a href=\"https:\/\/aka.ms\/terminal-docs\" rel=\"noopener\" target=\"_blank\">docs site<\/a> and if you find any bugs or have feature requests, feel free to file them on <a href=\"https:\/\/github.com\/microsoft\/terminal\" rel=\"noopener\" target=\"_blank\">GitHub<\/a>. If you have any questions you can reach out to Kayla (<a href=\"https:\/\/twitter.com\/cinnamon_msft\" rel=\"noopener\" target=\"_blank\">@cinnamon_msft<\/a>) on Twitter. Happy theming!<\/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>The Windows Terminal team is back with another release for you! This release introduces version 1.16 to Windows Terminal Preview and updates Windows Terminal to version 1.15 with these new features. As always, you can install Windows Terminal and Windows Terminal Preview from the Microsoft Store, from the GitHub releases page, or by using winget. [&hellip;]<\/p>\n","protected":false},"author":3539,"featured_media":7895,"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,30,31,1548,48,59,69,1576,1579,72],"class_list":["post-7892","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-conpty","tag-console","tag-open-source","tag-powershell","tag-terminal","tag-windows","tag-windows-package-manager","tag-winget","tag-wsl"],"acf":[],"blog_post_summary":"<p>The Windows Terminal team is back with another release for you! This release introduces version 1.16 to Windows Terminal Preview and updates Windows Terminal to version 1.15 with these new features. As always, you can install Windows Terminal and Windows Terminal Preview from the Microsoft Store, from the GitHub releases page, or by using winget. [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/7892","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=7892"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/posts\/7892\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media\/7895"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/media?parent=7892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/categories?post=7892"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/commandline\/wp-json\/wp\/v2\/tags?post=7892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}