Windows Terminal Preview v1.15.186 #13443
Replies: 5 comments 5 replies
-
The auto-mark prompts thing sounds really cool (e.g., for "scroll to start of whatever verbose output I'm staring at" purposes), and I just had a skim of #11000 and the related PRs. Specifically on
I was curious about this, and it seems from the code that this pair of dot-points has conflated two things? I haven't tried it yet (I'm on my non-Terminal-preview machine) but it looks like |
Beta Was this translation helpful? Give feedback.
-
This terminal looks good in trailer not in reality |
Beta Was this translation helpful? Give feedback.
-
I get a following error while trying to install it: Add-AppPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation.
|
Beta Was this translation helpful? Give feedback.
-
It's Summer in the US, which means that
it's really hotthere's a new Terminal preview release!Here's what's in it:
Why are there so many packages? How do I choose?
This version of Windows Terminal is distributed in two bundles, one of which works on Windows 10-11 and the other of which only works on Windows 11. The Windows 11 version is much smaller because we no longer need to work around a platform issue related to our dependencies.If you intend on using Terminal as an unpackaged application--that is, extracting the
msix
file--we recommend thatyou use the
Win10
bundle. You will need the Visual C++ runtimeredistributable.
In addition, if you install the packaged version on either Windows 10 or Windows 11, it now depends on the Visual C++
Universal Runtime
Package.
Despite these distributions having different version numbers, they are built from the same code and there is no
functional difference between them.
If you install the Windows 10 verison on Windows 11, it will probably automatically upgrade itself to the Windows 11
version. It turns out that it is impossible to have two bundles with the same version number, so it has to be this
way.
Features
markMode
action to enter mark mode and create a selection at the cursor (Introduce Mark Mode #13053) (Miscellaneous bug fixes for Mark Mode #13358)switchSelectionEndpoint
action to switch which endpoint you are moving in a selection (IntroduceswitchSelectionEndpoint
action #13370)toggleBlockSelection
action to transform your existing selection into a block selection (IntroducetoggleBlockSelection
action #13219)scrollToMark
#13291) (Update schema with scroll marks actions and settings #13414)addMark
action to add a scrollbar markcolor
optional parameter can be used to specify a colorscrollToMark
action with a specifieddirection
parameter to scroll between the marksclearMark
action to remove a selected markclearAllMarks
action to remove all scrollbar marksexperimental.autoMarkPrompts
global setting can be set totrue
to automatically mark each promptOSC 133 ; A
, which we now support! (Implement the FTCS_PROMPT sequence for marking the start of the prompt #13163)experimental.showMarksOnScrollbar
global setting can also be set totrue
to display the marks on your scrollbarChanges
"purple"
and"magenta"
interchangeably in the JSON (Accept color name "magenta" instead of "purple" #13261) (thanks @matthewd673!)More Escape Sequences and expanded VT support
Courtesy of @j4james:
DECCTR
to alter the terminal's color scheme (Add support for restoring a DECCTR color table report #13139) (Restore the DECCTR color table report over conpty #13227)DECAC
to assign a color to the default foreground and background colors, as well as change the tab background color (Add support for the DECAC escape sequence #13058)DECPS
to play a basic sequence of musical notes (Add support for the DECPS (Play Sound) escape sequence #13208)Documentation
Bug Fixes
Update-Module PSReadline
.[O
is no longer output erroneously from focus events for clients of libuv like neovim (Filter focus events that came from the API #13260)cls
orClear-Host
won't leave behind an erroneous line of text (Make sure conpty is flushed before clearing scrollback #13324) (thanks @j4james!)wsl
to ask it to tell us about distributions when it's obvious that you don't have any (Remove the fallback to wsl.exe when HKCU\...\Lxss doesn't exist #13436)Reliability
CompareInBounds
#13244)SetConsoleWindowInfo
can no longer crash a terminal tab (Fix SetConsoleWindowInfo being able to crash ConPTY #13212)This discussion was created from the release Windows Terminal Preview v1.15.186.
Beta Was this translation helpful? Give feedback.
All reactions