Windows Terminal Preview v1.18.1421.0 #15406
Replies: 6 comments 10 replies
-
How do I start Terminal in headless mode (with no windows)? |
Beta Was this translation helpful? Give feedback.
-
Running the 1.18.1421.0 preview, and the tear-out doesn't seem to be enabled for me. Is there a flag or some such I need to enable in the settings? Or is this not out in this version? |
Beta Was this translation helpful? Give feedback.
-
link is 404 |
Beta Was this translation helpful? Give feedback.
-
Gentle reminder that if the new version isn't listed on |
Beta Was this translation helpful? Give feedback.
-
How can I use the Github Copilot Integration in terminal? |
Beta Was this translation helpful? Give feedback.
-
FYI, version 1.18.1462.0 is rolling out right now. Once the holiday is over I will make sure it gets put up on GitHub. I would do that now, but some credentials I need aren't available on my phone. 😄 |
Beta Was this translation helpful? Give feedback.
-
Welcome to the Q2 release of Windows Terminal! Since we moved to a quarterly release cycle, these release notes have
really gotten out of control. Buckle up!
Why are there so many packages? How do I choose?
Please visit our page documenting the Windows Terminal Distributions!
Features
reliability issues. This is a preview build! It might break! Please let us know if it does.
compatibility.allowHeadless
(boolean, defaultfalse
).moveTab
andmovePane
actions with support for awindow
parameter; the format is thesame as that of the
-w
command line argument.intentional and prevents a crash (yeah, not amazing. We're tracking a fix!) (Leak the window when it closes on Windows 10 #15397)
AtlasEngine
is now newer and still experimental!. It has beennearly completely rewritten with support for overlapping text! (Rewrite AtlasEngine to allow arbitrary overhangs #14959)
will continue to clip box drawing glyphs to ensure that they look great. (AtlasEngine: Clip box glyphs to their cells #15343)
locl
glyph variants (AtlasEngine: Add support for locl variants #15278)experimental.rightClickContextMenu
(boolean, defaultfalse
)showContextMenu
(Windows Terminal crashing when resizing panes #14254)its output (Add buttons for selecting commands, output to context menu #15020)
$profile.font.cellWidth
and$profile.font.cellHeight
(string, see below, defaultautomatically calculated for optimal rightness)
1.0
,100%
: multiplier or percent of font size12px
: raw size in device independent pixels (supports fractional pixels)12pt
: raw size in font points (1/72 of an inch; supports fractional points)1ch
: multiplier of font advance width (supports fractional multiplier)compatibility.reloadEnvironmentVariables
(bool,default
true
)environment
(mapstring
->string
; defaultnull
)"environment": { "COOL": "very", "HOW_COOL_IS_THIS": "it is %COOL% cool" }
"preinstallation kit" distributions; see below) (Check for updates automatically (but don't install) #13437)
OSC 133
), you can now usethe
selectCommand
andselectOutput
actions to select the command or output as demarcated by those sequences (Add the ability to select a whole command (or its output) #14807)enableReadOnly
anddisableReadOnly
actions (Add options to enable and disable read only mode #14995) (thanks @Swinkid!)restartConnection
action (Add an action for immediately restarting a connection #15241)Windows 11 (10.0.22000.1 and higher)! (Add support for an unpackaged distribution of Terminal #15034)
app (Add "portable mode", where settings load from the install path #15051)
eachother (When unpackaged, isolate the monarch by the install path #15118)
$theme.tab.showCloseButton
now supportsactiveOnly
, to display thex
only on the active tab (Add support to show close button for active tab only. #15237) (thanks @kovdu!)Changes
file:
URIs emitted byOSC 8
now supportwsl$
; URIs emitted byOSC 8
now support all valid schemas (Allow wsl$ in file URIs; generally allow all URI schemes #14993)rancher-desktop
orrancher-desktop-data
will now be ignored (Skip generating a profile for rancher-desktop #15166) (thanks @jamespack!)User Interface and Usability
Close Pane
action to the tab context menu (Added Close Pane to Context Menu #15198) (thanks @joadoumie!)Close...
submenu (Move the Close... actions to a nested menu on the tab #15250)Dark (Legacy)
,Light (Legacy)
andSystem (Legacy)
(Add "legacy" themes #15108)harshlyfor choosing a proportional font (Add a warning when a proportional font is selected #15195) (thanks @jamespack!)Performance
by about 3MB per architecture! (AzureConnection: remove our dependency on cpprestsdk #14776)
again.
reg.exe
to manipulate the registry to work around a platformlimitation (Remove useRegExe and add rescap:unvirtualizedResources #15028) (Add flexible virtualization rules for HKCU\Console\Startup #15050)
VT and Compatibility
DECSLRM
(requires `DECSLRM) (Add support for horizontal margin sequences #15084)LNM
(Line Feed/New Line Mode) (Add support for LNM (Line Feed/New Line Mode) #15261)DECAC
queries viaDECRQSS
(Add support for querying the DECAC settings #14990)DECRQCRA
, to checksum a region of the screen (Add support for the DECRQCRA checksum report #14989)DECRQPSR
andDECRSPS
(Add support for the Presentation State reports #14998)DA
(Provide a more detailed Device Attributes report #14906)CSI 18 t
! (Add support for CSI 18t #15295) (thanks @michalnpl!)Bug Fixes
centerOnLaunch
no longer overrides the restoration of window positions (Actually use the persisted position withcenterOnLaunch:true
#15179)foo.exe,-123
) now work in the jump list (Add jump list support for indirect icon references #15221) (thanks @jamespack!)DesktopWindowXamlSource
window that would sometimes appear through the heart like avampire (Manually hide our DesktopWindowXamlSource #15165)
start /min wt
and friends should now work properly (Respect the startup info state initially passed towt
via ShellExecute #13838) (A hypothetical fix for hidden windows #15213)elevate:true
profile should no longer cause an admin elevation loop (oops) (Clearly differentiate running elevated vs. drag/drop breaking #14946)Outlines
shader sample no longer looks quite bad (Fix offset calculation in the outlines shader #14971)Accessibility
UI and stuff like it
Reliability and Performance
<kbd>Alt+Space</kbd>
in the Settings UI (Default to XamlRoot when unable to find focused object #15189) (thanks @jamespack!) with bugfixes (Fix an infinite loop when pressingalt
#15253)VT and Compatibility
DECSC
/DECRC
implementation has been updated to match the newer DEC terminals (VT420+) (Update DECSC/DECRC to match the newer DEC terminals #15054) (withthanks to @al20878 for the same type of validation mentioned above)
DECCRA
will no longer misbehave when copying from a double-width line (Fix DECCRA when copying from a double-width line #15026)handoff (Make conhost act in VtIo mode earlier in startup #15298)
Code Health, WPF and Windows Console
These changes impact the Terminal developer experience or the Windows Console Host. Changes to conhost will be released
in a coming Windows update.
clang-cl
(Correctness: Remove JsonUtils and IconConverter's 2-phase lookup bugs #14870) (Fix a number of minor correctness issues that Clang flagged #14871)conhost
now supports bracketed paste mode (Add support for bracketed paste mode in ConHost #15155) (thanks @j4james!)conhost
will no longer ignore the codepage stored in .LNK files (Respect the codepage stored in .LNK files in conhost #15111) (thanks @michalnpl!)null
(which will clear the screen!) (fix: WpfTerminalControl allow Connection set to null #15062) (thanks @mitchcapper!)Asset Hashes
08F749E71FDEDBF967AED18163005727B4CD91BDBFC93847F4172CD18F3AC417
5CC4413AC36AC3C3B3C63C4A57239723FD16DF3A1FC25F620CA54BCF0B7F3FF1
A216681CDC0F1B9709201193862D49E54B8047604A342350A2FC98656172F67F
043C24AE080C71871958643D1F71976921E6C4CC553BA118846CCCA5D93278D2
This discussion was created from the release Windows Terminal Preview v1.18.1421.0.
Beta Was this translation helpful? Give feedback.
All reactions