From c336256556b70b0929f5f83d47eb5f44a79ce4eb Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Fri, 24 Jan 2020 23:30:59 +0900 Subject: [PATCH] Bump version to 3.3.5 --- 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 60c7f2494..2f16ce548 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.3.5 (2020.1.24) * Don't skip peinding (unloaded) tabs on Ctrl-Shift-Tab. * Skip collapsed tabs on Ctrl-Tab/Ctrl-Shift-Tab focus rotation more correctly, just after the active tab was closed. * Pinned tab is now droppable before the first unpinned tab. diff --git a/history.ja.md b/history.ja.md index f8b6709fd..eb6ae9862 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.3.5 (2020.1.24) * Ctrl-Shift-Tabでのフォーカス移動で待機状態のタブを飛ばさないようにした * アクティブなタブが閉じられた直後にCtrl-Tab/Ctrl-Shift-Tabでタブを切り替えたとき、折り畳まれたツリーの子孫のタブがスキップされない問題を修正 * ピン留めされたタブを最初のピン留めされていないタブの前の位置にドロップできるようにした diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 6c539bf13..732f5cd9b 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.3.4", + "version": "3.3.5", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [