Skip to content

Commit 37b2342

Browse files
committed
Bump version to 3.8.16
1 parent afa6fca commit 37b2342

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

history.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# History
22

33
- master/HEAD
4+
- 3.8.16 (2021.11.10)
5+
* Fade-out long tab labels to left or right, only based on the direction of the label text themselves instead of a global option.
6+
* Remove an option to set global text direction of tab labels.
7+
* Update `ko` locale by [OctopusET](https://github.com/OctopusET). Thanks!
48
- 3.8.15 (2021.10.25)
59
* Apply container information saved by [Container Bookmarks](https://addons.mozilla.org/firefox/addon/container-bookmarks/) correctly for tabs opened from a bookmark folder by the "Open All as Tree" context menu command.
610
* Collapse tabs dropped onto a collapsed tree correctly, when the drop target parent tab is kept collapsed by TST Lock Tree Collapsed.

history.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 3.8.16 (2021.11.10)
5+
* タブのラベルが長い時に、単一の設定ではなくラベル文字列自体の書字方向のみに従って、右または左にフェードアウトするようにした
6+
* タブのラベルの書字方向を制御する設定を廃止した
7+
* `ko`ロケール更新(by [OctopusET](https://github.com/OctopusET), thanks!)
48
- 3.8.15 (2021.10.25)
59
* ブックマークフォルダのコンテキストメニューの「ツリーとしてすべて開く」でタブを開く際、[Container Bookmarks](https://addons.mozilla.org/firefox/addon/container-bookmarks/)によって保存されたコンテナーの情報を正しく反映するようにした
610
* TST Lock Tree Collapsedによって折りたたまれた状態に固定されたツリーにタブがドロップされたときに、正しく非表示にするようにした

webextensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "3.8.15",
4+
"version": "3.8.16",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)