From f3c6ab5af92e90606f6c3807c6875aa9647ad2c9 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Sun, 4 Oct 2020 18:11:51 +0900 Subject: [PATCH] Add news topics --- history.en.md | 3 +++ history.ja.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/history.en.md b/history.en.md index 517afe291..0cb0e5478 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,9 @@ # History - master/HEAD + * Add ability to specify arbitrary title for the sidebar page with the parameter `title`, like `ext+treestyletab:tabbar?title=...`. This is for better compatibiliy with helper addons using TST's sidebar page e.g. [Tree Style Tab in Separate Window](https://addons.mozilla.org/firefox/addon/tst-in-separate-window/). + * Load sidebar page with the chosen builtin theme immediately when it is loaded via `ext+treestyletab:tabbar` URL. This is for better compatibiliy with helper addons using TST's sidebar page e.g. [Tree Style Tab in Separate Window](https://addons.mozilla.org/firefox/addon/tst-in-separate-window/). + * Apply browser theme and user styles to the sidebar page more safely when the builtin theme information is not specified via the URL parameter. [Thank you Lej77!](https://github.com/piroor/treestyletab/pull/2733) - 3.5.29 (2020.10.4) * The "Load from File" button for the user styles now allows you to choose images and embed them as data: URIs. * The user styles input field now accepts drag and drop of files (but this new behavior is available only when the options page is opened in a separate tab instead of embedded in the addons manager, due to [the bug 1408756](https://bugzilla.mozilla.org/show_bug.cgi?id=1408756)). diff --git a/history.ja.md b/history.ja.md index 81336610a..1cbec7360 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,9 @@ # 更新履歴 - master/HEAD + * サイドバー用のページを読み込む際、`ext+treestyletab:tabbar?title=...` のようにURLパラメータ `title` でページのタイトルを制御できるようにした([Tree Style Tab in Separate Window](https://addons.mozilla.org/firefox/addon/tst-in-separate-window/)などのアドオンとの互換性向上のため) + * `ext+treestyletab:tabbar` と指定してサイドバー用のページを読み込む際、選択された組み込みのテーマを反映した状態でページを読み込むようにした([Tree Style Tab in Separate Window](https://addons.mozilla.org/firefox/addon/tst-in-separate-window/)などのアドオンとの互換性向上のため) + * サイドバー用のページの読み込み時に、組み込みのテーマの選択情報が指定されていない場合でもブラウザのテーマとユーザー定義のスタイルを正しく反映するようにした([Thank you Lej77!](https://github.com/piroor/treestyletab/pull/2733)) - 3.5.29 (2020.10.4) * ユーザースタイル定義の入力欄の「ファイルから読み込み」ボタンについて、画像を選択した場合はカーソル位置にdata: URIを埋め込むようにした * ユーザースタイル定義の入力欄でファイルのドラッグ&ドロップを受け付けて「ファイルから読み込み」ボタンと同等のことをできるようにした(ただし、[Bug 1408756](https://bugzilla.mozilla.org/show_bug.cgi?id=1408756)のため、アドオンマネージャ内での埋め込み状態ではなく独立したタブとして設定画面を開いている状態でのみ有効です)