Windows Terminal Preview v1.17.1023 #14726
DHowett
announced in
Announcements
Replies: 1 comment 2 replies
-
Is it possible to make support for copying the selected text to the clipboard, as in cmd, with the Enter key, and not Ctr C? It's much more convenient. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Happy New Year! Unwrap the first Preview build of Terminal in 2023, and find inside . . .
a bunch of cool stuff! Our community really proverbially killed it last year, so we're proud to get their work (and ours, of course) out to the world.
Features
folder
entry withoutentries
#14629)newTabMenu
lossless.
to the standard/built-in default menu layout.
$profile.scrollbarState
has learned the new enum valuealways
.Themes
window
#14540) (Use ThemeLookup for the SUI bg too #14644) (Update the titlebar visibility when we gain/lose focus too #14708){"window": {"useMica": true}, "tabRow": {"background": "#00000000"}}
$profile.colorScheme
to an object containing the keyslight
anddark
, ala{ "light": "Scheme One", "dark": "Scheme Two" }
.Changes
Fundamentals
get in trouble with your IT folks (Code sign the contents of the Terminal package #14710)
UI
digit of the version number. Those numbers will still be noted in the package release notes and are still germane to
deployment scenarios. (Remove the win10/win11 digit from our version number. #14660)
select it (Add color chips to the color scheme dropdown in Appearance #14587) (Update Profile and Appearance VMs to use CSVM; remove nav state #14572)
Usability
wt
now supports the--pos
and--size
commandline arguments to control the position and size of the newwindow (Add
--pos
and--size
cmdline args #13730) (thanks @ianjoneill!)exe
anddll
resources for icon paths, as inC:\Windows\system32\shell32.dll,41
(Allow for exe/dll paths for the Icon setting #14107)42
above, but whoops. We'll fix that.)VT and Output
@j4james did approximately a hundred things, so I'm going to summarize them in brief here:
DECARM
(Auto Repeat Mode) (Add support for DECARM (Auto Repeat Mode) #13981)IRM
(Insert Replace Mode), which will be of particular interest to @vixie (sorry for thedelay, Paul!) (Add support for IRM (Insert Replace Mode) #14700)
DSR
queries (Add support for private options in DSR queries #14290)DECSED
) (Add support for selective erase operations #14046)DECRQM
escape sequence (Add support for the DECRQM escape sequence #14444)DEC*RA
) (Add support for the rectangular area operations #14285)DECDHL
) over ConPTY (Pass through line rendition attributes over conpty #13933)DECDLD
) ConPTY as well (Pass through soft fonts over conpty #13965)Bug Fixes
elevate: true
profile (orCtrl+Shift-click a profile in the dropdown menu.) (Launch elevated instances via shell:AppFolder #14637) (thanks @jboelter!)
theme.window.applicationTheme
#14486)theme
objects (Add the Theme schema for 1.16 #14672) (Update the Theme schema for 1.17 #14666)Reliability
Performance
Accessibility
Compatibility
cmd /c start /b cmd
(et al) can properlyreattach to the existing session (Add support for start /B and FreeConsole #14544)
VT
conhost
With additional documentation, code health, grammar, spelling, workflow security and maintenance help from @AtariDreams,
@musvaage, @sashashura, @grammar-police, @Dan-Albrecht, @d-caldasCaridad and @ianjoneill, @jsoref. Thanks so much!
Asset Hashes
8829BF4A1ECFFA384F2DBED1496C39DD291DB44D0D0FB3F81845AE76EB174484
4E5C4E1BBE226B02817B7DED321F09CFCE582803800CCDB224236C98682ED643
This discussion was created from the release Windows Terminal Preview v1.17.1023.
Beta Was this translation helpful? Give feedback.
All reactions