Microsoft heeft een update voor versie 1.21 van Windows Terminal uitgebracht. Windows Terminal wordt met Windows 11 meegeleverd en maakt het mogelijk om in een scherm met tabbladen onder meer een command prompt, PowerShell, Windows PowerShell en Azure Cloud Shell te openen. Het programma heeft ondersteuning voor thema's en profielen. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:
Windows Terminal v1.21.2701.0Bug fixes! Bug fixes for all! Many of these were backported from Canary, and are also being released with the 1.22 Preview servicing update. Note: We have encountered a pretty annoying hanging issue on Windows 11 23H2, for which we have paused the rollout of Terminal 1.21 Stable. If you encounter a hang when resuming from sleep mode or unlocking your display, sorry! Relief is coming in the form of a Windows Update.
ChangesBug Fixes
- Alt+Keypad Plus is no longer eaten unless
EnableHexNumpad
is enabled in the registry (#17954)- You can now configure the default input scope for the IME with an option on the Startup page or the JSON key
defaultInputScope
(enumdefault
(default),alphanumericHalfWidth
); this should allow you to force Terminal to accept English input even if you usually type in a different language (#17953)Accessibility
- You can now successfully input more than one Emoji at once on Windows 10 (#17213)
- In cmd and python (and other users of console line input), choosing a command from history will no longer insert it back into history a second time (#17852)
- Some localizations have been updated for correctness (#17958)
- Terminal has gotten much better about transferring focus to windows spawned by (and under, or above) hosted console applications (#17828)
- The search box will no longer cover up search results in the top right (unless there's nowhere to scroll) (#17516)
- We will try much harder to keep your scroll position from changing when you have the search box open but are not looking at the results (#17885) (#17316)
Terminal Emulation and Console Compatibility
- The settings UI now responds more correctly to the systemwide text scaling setting (#17910)
- We've fixed the color contrast of the "reset" button in the settings page (#17912)
Reliability
- ConPTY: responses longer than 4kb will no longer be corrupted (#17738)