Skip to content

Windows Terminal Preview v1.11.2731.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@miniksa miniksa released this 04 Oct 20:57
· 33 commits to release-1.11 since this release

This release brings some assorted top-hitting bug fixes into the preview channel from the main development trunk.

There's also a breaking change included here to ensure our consistency as we move into 1.12. We were alerted that the terminology "tray" is inappropriate for Taskbar Notification Area. This means that the minimizeToTray setting is now the minimizeToNotificationArea setting and the alwaysShowTrayIcon setting is now the alwaysShowNotificationIcon setting. There is no automatic migration of these settings as this terminology was only ever used in preview channel. Preview users will have to fix their settings files manually. (#11219)

Bug Fixes

Accessibility

  • Resolves hang on launch for Windows Server 2022 (and similar client Windows versions) when tablet input keyboard is activated (#11312)
  • Selecting text in the terminal while Narrator is open will no longer hang (#11386)

Reliability

  • Fix KeyChord constructor assertion failure during tab dragging (#11306)

Terminal Emulation

  • Fixes alignment of the mouse coordinates when the viewport is scrolled for all events, not just mouse button pressed event. (#11290)

User Interface

JSON Settings

  • Fix serialisation of findMatch action to persist the direction (#11233) (thanks @ianjoneill!)