From 0cb8d7f77958478cd372814535eaa0d78e5a19ea Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Wed, 15 Dec 2021 15:42:30 +0900 Subject: [PATCH] Bump version to 3.8.17 --- history.en.md | 1 + history.ja.md | 1 + webextensions/manifest.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index 818bcfae3..ac5699298 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.8.17 (2021.12.15) * Attach tabs sent from other devices to the tree correctly, even if they are sent while the receiver Firefox is not running and `browser.tabs.insertAfterCurrent` is `true`. * Put a set of tabs from other device together in a place instead of jumped positions if possible, when `browser.tabs.insertAfterCurrent` is `true`. (Set a secret option `fixupOrderOfTabsFromOtherDevice` to `false` when you want to deactivate the behavior.) * Respect the right-to-left mark at the beginning of a page title. diff --git a/history.ja.md b/history.ja.md index 4c48b6909..bd149c5a9 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.8.17 (2021.12.15) * `browser.tabs.insertAfterCurrent`が`true`に設定されている場合に、受け側のFirefoxが動作していない状態で他のデバイスからタブが送られた時に、Firefox起動後に開かれたそれらのタブを、ツリー構造を壊さないよう既存のツリーに組み込むようにした * `browser.tabs.insertAfterCurrent`が`true`に設定されている場合に、他のデバイスから複数のタブを一度に送ると受け側のFirefoxでタブが飛び飛びに開かれてしまう問題について、可能な限りタブの位置を一箇所にまとめるようにした(この挙動は隠し設定 `fixupOrderOfTabsFromOtherDevice` で無効化できます) * ページのタイトルの最初に置かれたRight-to-Leftの制御文字を受け付けるようにした diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 5d8b6126a..f9d4437ea 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.8.16", + "version": "3.8.17", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [