Windows Terminal Preview v1.19.2682.0 #16037
DHowett
announced in
Announcements
Replies: 1 comment
-
Acrylic material in an unfocused window is awesome! Also love the rainbow frame There used to be a Theme section in Terminal settings where I could choose colors for tabs etc. without using JSON but they're gone now. Can they be brought back along with the new appearance settings so that we'll be able to use the GUI to customize Terminal appearance and then use JSON for backup/restore? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's finally here: Windows Terminal Preview 1.19! We've been heads-down, working on a new input buffer, new output buffer, shell suggestions, and a bunch of other stuff that we're excited to finally release.
Buckle up! This release might be a little more Preview than you've come to expect . . . but that's the fun of the preview channel!
Why are there so many packages? How do I choose?
Please visit our page documenting the different Windows Terminal Distributions!
Features
useCommandline
property to the suggestions action #15027)sendInput
actions you have in your settings file, to be used as a sort of "snippet" (Add support for "Tasks" in the Suggestions UI #15664)wt
and keep its built-in command line with the--appendCommandLine
flag (Add --appendCommandLine flag for appending to command #15822) (thanks @hanpuliu-charles!)pwsh.exe
, you can runwt --appendCommandLine -p PowerShell -- -Command echo Hello
, which will runpwsh.exe -Command echo Hello
. That's a lot of dashes. Wow.searchWeb
action!queryUrl
.%s
will be replaced with your query.searchWebDefaultQueryUrl
.%s
will be replaced with your query.{profile}
.experimental.repositionCursorWithMouse
(the dot is part of the name, sorry) (boolean, defaultfalse
)Theming and Scheming
{theme}.window.frame
and{theme}.window.unfocusedFrame
color entries (Add support for setting the window frame color #15441){theme}.window
'sexperimental.rainbowFrame
totrue
🙂useAcrylic
totrue
in{profile}.unfocusedAppearance
compatibility.enableUnfocusedAcrylic
(boolean, defaultfalse
){theme}.tab.iconStyle
(enumdefault
,hidden
,monochrome
; defaultdefault
(default))Changes
wt -- foo
will once again inherit the environment from its parent (Allow inheriting env vars fromwt
again and other env var changes too #15897)wt --inheritEnvironment
orwt --reloadEnvironment
on a per-tab/per-pane basis.{profile}.compatibility.reloadEnvironmentVariables
(boolean, defaulttrue
)openAbout
) (Add anopenAbout
action. #15990)WINDOW_BUFFER_SIZE_EVENT
when the viewport moves, confusing applications that translate it into a destructive operation (ConPTY: Avoid WINDOW_BUFFER_SIZE_EVENT when the viewport moves #15935)copy
action to dismiss or keep the selection after it runs (dismissSelection
, boolean, defaulttrue
) (Added: Copy text without dismissing the selection #15552) (thanks @gonzalo-garcian!)debugTerminalCwd
action to display a pop-up with Terminal's current "virtual" working directory (Add an action to display toast with the CWD of the Terminal #15282)$schema
so you can auto-complete new settings (Use a different schema for each branding #15856)VT
DECIC
,DECDC
,DECBI
andDECFI
finally work! (Add support for horizontal scrolling sequences #15368) (thanks @j4james!):
(Add support for colon separated sub-parameters #15648)38:2::R:G:B
,48:...
) (Add support for ITU's T.416 - ODA SGR (38/48) sequence #15729) ([Tests] Add test for subparameter based GraphicOptions #15844)58:...
) and style (4:...
) sequences (we won't render them yet! but maybe soon! 🤞) (Add support for underline style and color in VT #15795) (thanks @tusharsnx!)Bug Fixes
Accessibility
VT and terminal emulation
RIS
) no longer disables Win32 input mode or focus event mode for pty clients (like Terminal) (Make sure RIS re-enables win32 input and focus events #15476) (thanks @j4james!)clear
(and friends) (Let marks be cleared byclear
(and friends) #15686)Usability and UI
enter
to restart the first pane in a split #16001)New Rendering Engine
Performance
Reliability
HKCU\Console
as read-only, we won't crash during save for you (Don't explode if HKCU\Console is write-protected #15916)keys
array no longer cause unexpected kinetic disassembly (Don't explode if we try to parse an emptykeys
#16003)elevate: true
tabs has been fixed to not blast terminal off into space (Fix a crash when duplicating tabs with elevate:true #15548)Schema
Miscellaneous
[2] With additional thanks to @floh96, @daverayment, @ushuz, and @LitoMore for documentation updates and @tusharsnx,
[2] @Jvr2022, @Dan-Albrecht, @ebarnabas644, @jamespack for build system, project config, and compiler compatibility fixes.
Binary files inside the unpackaged distribution archive bear the version number
1.19.230925002-preview
.Asset Hashes
7B57906D885F7E1AD45802B27089F0105DA586806AF50EF7967DF3973BFB31E8
A73F198DC598204862903F06B2D1E06266F4A4004CF817305D65F9126FB18025
3BE7DC515AC755456EFB7C5898786F03907B5F6082691C2BF14F4B13A79661DF
20042BDB6611035096E755B7511C03E1E049F9176A2BE154A408C4478A4DD397
This discussion was created from the release Windows Terminal Preview v1.19.2682.0.
Beta Was this translation helpful? Give feedback.
All reactions