Skip to content

Commit

Permalink
Add news topics
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed May 4, 2020
1 parent 3563953 commit 393a987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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名も引き続き使用可能)
Expand Down

0 comments on commit 393a987

Please sign in to comment.