Windows Terminal Preview v1.16.252 #13977
Replies: 5 comments 7 replies
-
First link should be https://docs.microsoft.com/en-us/windows/terminal/customize-settings/themes |
Beta Was this translation helpful? Give feedback.
-
Sorry if this is a dumb question, but when do pre-release releases get released to become the latest version? That was a mouthful. 😅 |
Beta Was this translation helpful? Give feedback.
-
Apologies but I don't know where to put this since the actual issues talking about it are closed. I have updated to Terminal Preview 1.16.2641.0 and am still not seeing "Open in Terminal Preview" anywhere except when RMBing on a folder. Does not appear when clicking in the background of a folder, or on the desktop, which both should theoretically be fixed according to the commit From Win10 20H2 |
Beta Was this translation helpful? Give feedback.
-
This one almost speaks for itself. Dang. Welcome to Terminal: Really Long Release Notes Edition!
Features
tab.background
to themes #13178) (Add support for hiding the tab close button #13348) (A pile of Theming nits fixes #13465) (Add support fortab.unfocusedBackground
#13689) (Stop writing optional theme fields #13702) (Fixes the color of the dropdown arrow in weird themes #13871)experimental.pixelShaderPath
andexperimental.retroTerminalEffect
settings... (AtlasEngine: Implement support for custom shaders #13885)time
component will not trigger a redraw every frame! (atlas: only enable continuous redraw if the shader needs it #13903)experimental.rendering.software
(AtlasEngine: Add support for SetSoftwareRendering #13886)intenseTextStyle
bold
(AtlasEngine: Implement LRU invalidation for glyph tiles #13458)experimental.rendering.software
will enable this fallback mode as a last resort for compatibilityuseAtlasEngine
out of theexperimental.
compartment (AtlasEngine: Remove experimental tag and add tracing #13939)adjustIndistinguishableColors
(enumnever
,indexed
,always
; defaultnever
)closeOtherPanes
action! (Add action for closing all unfocused panes #13547) (thanks @JerBast!)newTabPosition
(enumafterLastTab
(default),afterCurrentTab
)expandSelectionToWord
, which will... well, you know. (Introduce ExpandSelectionToWord action #13765)experimental.enableColorSelection
(global, bool, defaultfalse
) to add 31 new actions that will highlight search results in the colors of the rainbow (Implement EnableColorSelection #13429)Changes
Interaction
UI
Console Compatibility
ReadConsoleOutput
will no longer return nonsense if you wrote nonsense to the text buffer (API BREAKING CHANGE) (Introduce breaking changes to ReadConsoleOutput #13321)VT Support
DECBKM
(Backarrow Key Mode) (Add support for DECBKM (Backarrow Key Mode) #13894) (thanks @j4james!)Bug Fixes
Interaction
Export Text
(Use the tab's active title forExport Text
#13915) (thanks @serd2011!)\\
and:
in your filenames for Export Text (oops) (Disallow certain non-filename characters in Export Text #13693) (thanks @eliaschiavon!);
(Fixe arg parsing when one-character argument is followed by;
#13706) (thanks @serd2011!)UI
Accessibility
INT_MAX
characters via UIA will no longer wig us out or try to send you multiple gigabytes of null bytes ([UIA] Prevent erroneousL'\0'
padding inGetText(INT_MAX)
#13779)INT_MAX
characters viaITextPattern::GetText
.Performance
Reliability
SignalTextChanged
crash (An attempted fix for theSignalTextChanged
crash #13876)_refreshSizeUnderLock
crash (Attempt to fix the _refreshSizeUnderLock crash #13857)_WritePseudoWindowCallback
(Fix a crash in_WritePseudoWindowCallback
#13777)CompareInBounds
(#13244)" #13907)--headless
without--signal
(Fix conhost crashing on--headless
without--signal
#13950)With additional thanks to our documentation and code health contributors @jsoref and @LitoMore.
This discussion was created from the release Windows Terminal Preview v1.16.252.
Beta Was this translation helpful? Give feedback.
All reactions