Windows Terminal 1.21と1.22プレビューが公開。プレビュー版は史上最大のリリースとして大量の新機能が追加

[PR]記事内のアフィリエイトリンクから収入を得る場合があります
  • URLをコピーしました!

Terminal Themes

Microsoftは本日、Windows用のターミナルソフト「Windows Terminal」の最新版v1.21とv1.22プレビューを公開しました。どちらにも大量の新機能や改善、バグ修正が含まれています。

v1.21は最新の安定版で、終了時に画面に表示されていたものを記憶し、必要に応じて復元することができる機能が追加されています。また、日本語、中国語、韓国語、ベトナム語などで利用されるIME(Input Method Editor)の統合も刷新されています。スクロールバーマークの導入や、検索時のハイライト処理の改良も行われています。

リリースノートは以下の通りです:

  • Terminal will now remember what was on your screen when you exit, and can restore it if you'd like!
  • You can specify multiple active fonts, which will be used in order.
  • Box and line drawing glyphs are now rendered pixel-perfect with appropriate stippled shading
  • We've rewritten the IME (input method editor) integration to make life much easier for those of you who need to input Japanese, Chinese, Korean, Vietnamese and more
  • Scrollbar marks are finally generally available!
  • We will now show and highlight all search results at the same time when you search (thansk @tusharsnx!)
  • The old text rendering engine has been removed.

v1.22プレビューはこれまでで最大のWindows Terminalリリースで、新しいコンソールホスティングインフラの導入や、Sixelsのサポート(ターミナル用のビットマップグラフィックスフォーマット)、Unicodeサポートの拡充などの大きな変更が加えられています。

リリースノートは以下の通りです:

  • Terminal and conhost now support Sixels! 🎤🫳 (#17421) (thanks @j4james!) (#17724) (thanks @j4james!) (#17581) (#17636)
  • We have rewritten how hosted console applications are translated for Windows Terminal (and other ConPTY consumers) to be based on direct API->VT translation rather than "rendering" a point-in-time snapshot of the display. This should result in improved throughput, reliability, correctness, plus an ability for applications to send unmodified VT directly to the terminal, but may result in some compatibility issues. Please file any issues you encounter with console applications. (#17510) (#17645) (#17741) (#17757) (#17748) (#17442) (#17573)
  • ... terminals which support DEC rectangular operations DECCRA and DECFRA should see higher fidelity app-based scrolling (#17747)
  • We now support a much wider range of Unicode, including Emoji with ZWJ, combining characters, flag sequences, and anything else that requires proper Grapheme Clusters! Applications can query support for grapheme clusters with DECRPM 2027, and users can now configure whether Unicode is measured like the vintage Windows Console, like Linux and macOS terminals using wcwidth, or with Grapheme Clusters like Contour and other modern terminal emulators. Global setting compatibility.textMeasurement (enum console, wcswidth, graphemes (default)) (#16916) (#17443)
  • For the first time in decades, we've changed the popup UI (used for F7 and friends) in CMD! It now draws beneath the prompt (pushing the screen up) and has a modern TUI scrollbar if it doesn't all fit on the screen. (#17445) (#17668) (#17556)
  • Terminal will now offer relevant packages from WinGet if you're running CMD on Windows 24H2 and run a nonexistent command (#16848) (#17614)
  • You can now add actions like splitPane and sendInput: foo and quit directly to the New Tab dropdown menu! (#17281)
  • You can now open a pane containing snippets (any sendInput actions!) with the openSnippets action! You can quickly access any commands you've saved in your JSON file, or with the new x-save command, and replay them with a new slick UI (#17330) (#17794) (#17528)
  • ... snippets which can also be loaded from a .wt.json file in your current working directory (we're still working on docs, please stay tuned!) (#17388)
  • ... snippets which can also be saved directly from the command line with wt x-save "text to save" (#16513) (thanks @e82eric!) with additional fixes (#17758)
  • Ctrl+Shift+Period will now open the "quick actions" flyout, which contains snippets and suggestions. You can now also bind the quickFix action to open a menu containing only WinGet suggestions (as of today, on Windows 24H2) (#17502)
  • You can now search with regular expressions in Terminal (and conhost!) (#17316)

最新版はGitHubからダウンロードすることができます。

よかったらシェアしてね!
  • URLをコピーしました!
  • URLをコピーしました!
目次