Windows Terminal Preview v1.14.143 #13157
DHowett
announced in
Announcements
Replies: 3 comments 10 replies
-
LOVE IT😍 |
Beta Was this translation helpful? Give feedback.
5 replies
-
Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
Approx three days after that release I get my app updated via Microsoft Store but its version is reported as 1.14.1451.0. It is not the first time that the app after the update has different (higher) number than release notes mention. Do you have notes for this version too? Is it now a standard process that the version available via Store is different than released here? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome to the terminaldome! Today this release page is graced by the works of pinch hitter (and pinch release notes writer) @carlos-zamora.
Features
experimental.useBackgroundImageForWindow
(bool, defaultfalse
) global setting to apply one background image for your entire window! (Add experimental setting to make bg images fit the whole tab #12893) (Addexperimental.useBackgroundImageForWindow
to schema #13114) (thanks @nico-abram!)selectAll
action. This is bound by default to ctrl+shift+a (Add ability to select all text in the buffer #13045) (Add 'selectAll' to schema #13084)Changes
UI
RadioButton
s in the settings UI have been replaced withComboBox
es. This gives an added bonus to keyboard and screen reader users, and makes it easier to navigate through and change these settings. (ReplaceRadioButton
expanders withComboBox
es #12833)Interactivity
Settings
experimental.connection.passthroughMode
(bool, defaulttrue
) profile setting and it should be set on the profile's next launchtrimBlockSelection
global setting now defaults totrue
(Change trimBlockSelection default to true #12737)newTab
actions with a profile index greater than the number of profiles (IgnorenewTab
actions with a profile index greater than the number of profiles #11621)Atlas Renderer Improvements
Documentation
bellSound
is now in the schema (WIP for adding BellSound to schema #13035) (thanks @pizzaz93!)Bug Fixes
commandline
inprofile.defaults
should no longer override thecommandline
s of profiles that specify cmd.exe or powershell.exe. (Fix profile commandlines being overwritten by profile.defaults #12906)Reliability
ProfileVM.DeleteProfile
handler once #13044)Code health and Maintainability
IslandWindow
(add missing breaks #12926) (thanks @jmelas!)sizeof
withARRAYSIZE
inSystemConfigurationProvider
(Replaced the sizeof parameter of the if statement with ARRAYSIZE #12273) (thanks @abdoulkkonate!)This discussion was created from the release Windows Terminal Preview v1.14.143.
Beta Was this translation helpful? Give feedback.
All reactions