From 393a98757c529b0b1bebbb826231a34c5f59a30d Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Tue, 5 May 2020 03:22:21 +0900 Subject: [PATCH] Add news topics --- history.en.md | 2 ++ history.ja.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/history.en.md b/history.en.md index 84d76251c..5350e637a 100644 --- a/history.en.md +++ b/history.en.md @@ -4,6 +4,8 @@ * Show semi-modal dialogs more smartly. The annoying flash from a small window before the dialog is finally shown goes away. * Add an option to show dialogs in the sidebar, under the "Appearance" section of the options page. It takes back the old behavior around dialogs for confirmation and bookmarking. * Reduce needless space below rendered columns of tabs tree in group tab pages. + * Better compatibility with recent versions of [Firefox Multi-Account Containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/). + * Better compatibility with [Container Bookmarks](https://addons.mozilla.org/firefox/addon/container-bookmarks/): now TST respects container information stored to bookmarks when TST opens bookmarks as a tree. * Support [drag-and-drop between TST's tabs and subpanels](https://github.com/piroor/treestyletab/wiki/SubPanel-API#drag-and-drop-between-your-subpanel-and-tst). This improvement includes a new API [`get-drag-data`](https://github.com/piroor/treestyletab/wiki/SubPanel-API#transfer-drag-data-from-a-subpanel-to-tst). * Support [native context menu on subpanels](https://github.com/piroor/treestyletab/wiki/SubPanel-API#how-to-provide-custom-context-menu-on-your-subpanel). This improvement includes a new API [`override-context`](https://github.com/piroor/treestyletab/wiki/SubPanel-API#override-the-context). * Unprefix `fake-contextMenu-*` API to `contextMenu-*`. But `fake-` prefixed verisons are still available for backward compatibilitty. diff --git a/history.ja.md b/history.ja.md index 765baa11f..dc3920e8f 100644 --- a/history.ja.md +++ b/history.ja.md @@ -4,6 +4,8 @@ * モーダル風ダイアログの表示サイズを、実際にウィンドウを開く前にある程度計算するようにして、初期化前のウィンドウによる不快なチラつきを低減した * 設定ページの「外観」配下に、ダイアログをサイドバー内に表示する(確認とブックマークのダイアログの動作を以前の物に戻す)設定を追加 * グループ化用のタブ内で、ツリー構造の表示領域の下にあった無駄なスペースを減らした + * 最近のバージョンの[Firefox Multi-Account Containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/)との互換性を向上 + * [Container Bookmarks](https://addons.mozilla.org/firefox/addon/container-bookmarks/)との互換性を向上し、ブックマークをツリーとして開く際にコンテナーの情報を検出できた場合はブックマークを直接そのコンテナーのタブで開くようにした * [TSTのタブとサブパネルとの間のドラッグ&ドロップを可能にした](https://github.com/piroor/treestyletab/wiki/SubPanel-API#drag-and-drop-between-your-subpanel-and-tst)(新APIの[`get-drag-data`](https://github.com/piroor/treestyletab/wiki/SubPanel-API#transfer-drag-data-from-a-subpanel-to-tst)を含む) * [サブパネル上でのネイティブコンテキストメニューの表示に対応した](https://github.com/piroor/treestyletab/wiki/SubPanel-API#how-to-provide-custom-context-menu-on-your-subpanel)(新APIの[`override-context`](https://github.com/piroor/treestyletab/wiki/SubPanel-API#override-the-context)を含む) * コンテキストメニューに関わるAPIについて、`fake-contextMenu-*` という体系だったのを `fake-` プレフィクスなしの `contextMenu-*` に改めた(後方互換性のため、従来通りのAPI名も引き続き使用可能)