Microsoft heeft een update voor versie 1.24 van Windows Terminal uitgebracht. Windows Terminal wordt met Windows 11 meegeleverd en maakt het mogelijk om in een scherm met tabbladen onder meer een commandprompt, 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:
ChangesBug Fixes
- Terminal will now display a warning dialog if you attempt to open a URL that might harm your computer (as voted by a bunch of security researchers) (#20065) (#20096)
- ... and you can change its behavior with the new
safeUriSchemessetting (JSONsafeUriSchemes, array of strings, default[]) (#20207)- We have disabled store licensing checks on startup, which should improve launch performance and reliability and prevent the store from deciding that nobody is allowed to run Terminal (#20163)
- We've reworked how text selection is handled when an application requests mouse mode; Shift clicks will no longer extend an existing selection and positioning will use absolute coordinates rather than selecting the nearest half cell (#19973)
- Terminal will now assert focus when you drag and drop a file on it (#20003)
- IME composition will no longer blindly overwrite text to the right of the cursor, but "intelligently" push it further to the right to ensure that it stays visible (#20041)
- We will no longer attempt to allocate too much memory or crash with an access violation on certain specially-crafted Sixel images (#20213)
- Overridden tab titles should no longer spontaneously reset to
DefaultorWindows PowerShellor the default for any given profile (#20214)- Terminal windows should no longer shrink by one row or column at a time every time you exit neovim (#20183)
- Terminal's
WM_COPYDATAhandler will no longer accept outrageously large payload sizes, especially on 32-bit Intel platforms (#20185)- The
resizePaneaction will now fall through to normal keyboard input if there was no pane to resize (#20001)- We have removed a significant source of memory leaks when a screen reader or other assistive technology is enabled (#19950)
- Wordwise selection that starts at a word boundary will no longer select the wrong word (#20084)
