Skip to content

Commit 11ce826

Browse files
committed
Bump version to 3.4.10
1 parent 6845b65 commit 11ce826

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 3.4.10 (2020.4.19)
45
* Open bookmarks as tabs with their correct title, via the "Open All as a Tree" context menu command on a bookmark folder.
56
* Open bookmarks more correctly via the "Open All as a Tree", even if `browser.tabs.insertAfterCurrent` is `true`.
67
* Introduce a new notification type API: [`try-fixup-tree-on-tab-moved`](https://github.com/piroor/treestyletab/wiki/API-for-other-addons#suppress-autofixing-of-tree-structure-for-moved-tabs).

history.ja.md

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

33
- master/HEAD
4+
- 3.4.10 (2020.4.19)
45
* ブックマークフォルダ上のコンテキストメニューの「ツリーとしてすべて開く」で開かれたタブに適切にタイトルが設定されていなかった問題を修正
56
* `browser.tabs.insertAfterCurrent``true`のときに、ブックマークフォルダ上のコンテキストメニューの「ツリーとしてすべて開く」でタブが開かれると順番やツリー構造がおかしくなっていたのを修正
67
* 新しい通知型のAPIを追加: [`try-fixup-tree-on-tab-moved`](https://github.com/piroor/treestyletab/wiki/API-for-other-addons#suppress-autofixing-of-tree-structure-for-moved-tabs)

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.4.9",
4+
"version": "3.4.10",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)