File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# History
22
33 - master/HEAD
4+ - 4.0.12 (2024.4.5)
5+ * Calculate tab dimensions more correctly. (regression on 4.0.11)
6+ * Fix ability to override tab size with ` --tab-size ` .
7+ * Use ` ButtonText ` instead of ` ButtonShadow ` as the tabs border color in the "High Contrast" theme, for better visibility.
8+ * Don't apply new-tab-command-tab behavior for non-new-tab-command-tabs accidentally, e.g. tabs opened by other applications.
49 - 4.0.11 (2024.4.3)
510 * Optimize tab rendering more.
611 * Optimize updating of tab indentations on animation-disabled mode.
Original file line number Diff line number Diff line change 11# 更新履歴
22
33 - master/HEAD
4+ - 4.0.12 (2024.4.5)
5+ * タブの寸法・位置をより正しく計算するようにした(4.0.11での後退バグ)
6+ * ` --tab-size ` でタブの高さを変更したときの挙動がおかしくなっていたのを修正
7+ * 「ハイコントラスト」テーマにおいて、視認性を高めるためタブの境界線に ` ButtonShadow ` ではなく ` ButtonText ` を使うように変更
8+ * 「新しい空のタブを開く」操作以外の契機で開かれたタブ(他のアプリケーションから開かれたタブなど)に誤って「新しい空のタブ」のための挙動が反映される場合があったのを修正
49 - 4.0.11 (2024.4.3)
510 * タブ描画周りの処理をさらに最適化
611 * アニメーション無効時のタブのインデント更新処理を最適化
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 2 ,
33 "name" : " __MSG_extensionName__" ,
4- "version" : " 4.0.11 " ,
4+ "version" : " 4.0.12 " ,
55 "author" : " YUKI \" Piro\" Hiroshi" ,
66 "description" : " __MSG_extensionDescription__" ,
77 "permissions" : [
You can’t perform that action at this time.
0 commit comments