🖥

#iTerm2 version 3.3.4 更新 (Google翻訳) - 端末の背景色が闇 / 大きすぎて収まりません

2019/09/18に公開
iTerm2バージョン3.3.4

新機能
-あなたがしたいかどうかのための新しい設定があります
  そこにいるときにアプリを終了することを確認するように求められます
  窓はありません。

改善点
-現在のジョブ名を推測する(ステータスバー、タイトル用
  tmux統合をローカルで使用する場合。
-デフォルトで自動ログ出力ファイルに追加、
  それらを置き換える代わりに。
-検索履歴はデフォルトで開かれなくなりました
  検索フィールドに入力するとき。下を押す
  矢印をクリックして、最近の検索を表示します。
-ウィンドウまたはアイコンを設定する制御シーケンス
  タイトルにより、そのタイトルが表示されるようになりました。
-sixel画像の正確な寸法を保持
  可能であれば。
-tmuxでイタリック体を反転表示に変換します
  統合。
-gitステータスバーコンポーネントが長く切り捨てられるようになりました
  消えるのではなくブランチ名
  大きすぎて収まりません。
-Python APIスクリプトは、
  ユーザーのシェルが適切なPATHを持つようにします。
  サブプロセスを生成したい場合。
-スクロールバーに最小限の暗い外観を使用する
  端末の背景色が
  闇。
-Python APIを使用してタブを作成すると、
  iTerm2はアクティブ化されなくなります
  自動的に。
-ステータスバーに「ステータスバーを無効にする」を追加する
  コンテキストメニュー。

バグの修正
-iTerm2ウィンドウをクリックしたときのバグを修正
  別のアプリがアクティブなときに選択すると:
  選択したテキストはもうコピーされません
  ペーストボード。
-多くのクラッシュを修正。
-2つのカスタムステータスバーコンポーネントが存在するバグを修正
  またはタイトルプロバイダーが同時に実行できなかった場合
  それらのコールバックには同じシグネチャがありました。
-control- |のリグレッションを修正送信を停止しました
  Japeneseキーボードのコントロールバックスラッシュ。
-tmux使用時のジョブ名のちらつきを修正
  ローカル統合。
-を右クリックするとコンテキストメニューが表示されます
  最小モードまたはコンパクトモードのタイトルバーがある場合
  タブバーはありません。
-グラフベースのステータスバーコンポーネントの色を修正
  暗いモードで。
-シェルの統合報告時のクラッシュを修正
  ホスト名の先頭にドットが1つまたは2つ連続しています
  その名前のドット。
-ウィンドウのショートカットに適切な色を使用する
  最初のタブが
  色付き。
-インライン画像のさまざまなレンダリングのバグを修正
  GPUとレガシーレンダラーの両方。
-アイコンまたはウィンドウタイトルをポップするバグを修正
  スタックから常に機能しませんでした。
-ホットキーウィンドウの原因となったバグを修正
  それらの2つが表示された後すぐに非表示
  同じショートカットがありました。
-フォント時のASCIIテキストのGPUレンダリングを修正
  境界の外に流出するグリフが含まれています
  AnonymousProのように左に。
-キーフォーカスの盗用が有効になっている場合、
  最初に盗まれた鍵を受け取っているセッション
  対応者。
-カーソルが進んだバグを修正
  本来あるべき以上の位置
  画像を表示しています。
-ウィンドウでペインのサイズを変更するバグを修正>
  分割ペインのメニューアイテムのサイズを変更すると、常に
  ペインのフォントが異なる場合に機能します。
-プレースホルダーの存在を公開しないでください
  ステータスバーコンポーネント(空のステータスバーで使用)
  コンテキストメニューで。

バージョン3.3の完全なリリースノートについては、
見る:
https://iterm2.com/downloads/stable/iTerm2-3_3_0.changelog

iTerm2 version 3.3.4

New Features
- There's a new pref for whether you want to
  be asked to confirm quitting the app when there
  are no windows.

Improvements
- Infer current job name (for status bar, title
  bar, etc.) when using tmux integration locally.
- Append to automatic log output files by default,
  instead of replacing them.
- Search history is no longer opened by default
  when you type in a Find field. Press the down
  arrow to see your recent searches.
- Control sequences that set the window or icon
  title now cause that title to become visible.
- Preserve the exact dimensions of sixel images
  when possible.
- Translate italic to reverse video in tmux
  integration.
- The git status bar component now truncates long
  branch names instead of disappearing because
  it's too big to fit.
- Python API scripts are now run through the
  user's shell so they'll have the right PATH,
  in case they want to spawn subprocesses.
- Use dark appearance for scrollbars in minimal
  theme when the terminal background color is
  dark.
- When you create a tab with the Python API,
  iTerm2 will no longer get activated
  automatically.
- Add "disable status bar" to the status bar
  context menu.

Bug fixes
- Fixes a bug when clicking on an iTerm2 window
  with a selection while another app is active:
  the selected text is no longer copied to the
  pasteboard.
- Fix many crashes.
- Fix a bug where two custom status bar components
  or title providers could not run concurrently if
  their callbacks had the same signature.
- Fix a regression where control-| stopped sending
  control-backslash on Japenese keyboards.
- Fix flickering job name when using tmux
  integration locally.
- Show a context menu when right clicking on the
  titlebar in minimal or compact mode when there
  is no tab bar.
- Fix colors of graph-based status bar components
  in dark mode.
- Fix a crash when a shell integration-reported
  hostname has a leading dot or two consecutive
  dots in its name.
- Use the right color for the window shortcut
  number in minimal theme when the first tab is
  colored.
- Fix various rendering bugs with inline images in
  both the GPU and legacy renderers.
- Fix a bug where popping an icon or window title
  from the stack didn't always work.
- Fix a bug that caused hotkey windows to
  immediately hide after showing when two of them
  had the same shortcut.
- Fix GPU rendering of ASCII text when the font
  includes glyphs that spill outside their bounds
  to the left, like AnonymousPro.
- When stealing key focus is enabled, make the
  session that's receiving stolen keys first
  responder.
- Fix a bug where the cursor was advanced one
  position more than it should have been after
  showing an image.
- Fix a bug where resizing panes by the Window >
  Resize Split Pane menu items would not always
  work if the panes had different fonts.
- Don't expose the existence of the placeholder
  status bar component (used in empty status bars)
  in the context menu.

For the full release notes for version 3.3, please
see:
https://iterm2.com/downloads/stable/iTerm2-3_3_0.changelog

Original by Github issue

https://github.com/YumaInaura/YumaInaura/issues/2468

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2019-09-18

Discussion