From b79da4680429350bb9fc5f109cc9b8304e9f2aaf Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Mon, 30 Nov 2015 01:16:26 +0900 Subject: [PATCH] Add news topics --- history.en.md | 4 ++++ history.ja.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/history.en.md b/history.en.md index 39db9886..18ef2a7e 100644 --- a/history.en.md +++ b/history.en.md @@ -7,6 +7,10 @@ * Don't shake the tab bar when it is scrolled by spacers in the arrowscrollbox. * Show the tab bar automatically by mousemove on developer tools. * Show preferred label "auto hide" or "auto shrink" for the menuitem to toggle "auto hide" feature from the tab context menu. + * A new secret preference `extensions.treestyletab.closeParentBehavior.promoteAllChildrenWhenParentIsLastChild` is instoruced to disable a safeguard for the edge case: promoting all children to the upper level when a parent tab which has no sibling is closed. + * Restore order of rearranged tabs more correctly. + * Don't break tree structre for tab rearrangings triggered by Ctrl-Shift-PageUp/PageDown. + * Don't enlarge the width of the tab bar over a harf of a window, by dragging of the splitter. - 0.16.2015111001 * Free memory for closed windows correctly (it was grabbed by living-dead event listeners.) * Highlighted color of updated pinned tabs is shown correctly. diff --git a/history.ja.md b/history.ja.md index d381417b..d3e55af5 100644 --- a/history.ja.md +++ b/history.ja.md @@ -7,6 +7,10 @@ * タブバーの内容をスクロールさせた時にタブバーが上下にがたつく問題を修正 * タブバーを自動的に隠す機能について、開発ツール上でポインタがタブバーに近づいた時もタブバーを表示するようにした * タブのコンテキストメニューにおいて「タブバーを自動的に隠す」機能の有効無効を切り替えるメニュー項目のラベルを「自動的に隠す」「自動的に縮める」の各モードに合わせて変えるようにした + * 親タブを閉じたときに最初の子タブを次の親に昇格させる挙動について、閉じられたタブと同階層のタブが無い場合はすべての子タブを閉じられたタブの階層に昇格させる機能を任意に無効化するための隠し設定 `extensions.treestyletab.closeParentBehavior.promoteAllChildrenWhenParentIsLastChild` を追加した + * タブを並べ替えた後の並び順をより正しく復元するようにした + * Ctrl-Shift-PageUp/PageDownでのタブの移動でツリーが壊れることがあったのを修正 + * スプリッタのドラッグ操作でタブバーの幅を広げる際に、ウィンドウ幅の半分を上限とするようにした - 0.16.2015111001 * 閉じたウィンドウのメモリがいつまでも解放されない問題を修正(イベントリスナの解除し忘れをなくした) * ピン留めされたタブの更新通知が正しく表示されなくなっていたのを修正