Skip to content

Commit aa6d4cd

Browse files
committed
Bump version to 3.5.26
1 parent a77c807 commit aa6d4cd

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

history.en.md

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

33
- master/HEAD
4+
- 3.5.26 (2020.9.3)
5+
* Deactivate animation effects globally when [they are reduced by platform configs](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion).
6+
* Deactivate throbber animation when animation effects are reduced by platform configs.
47
- 3.5.25 (2020.9.2)
58
* Optimize performance around the "lock scroll position" behavior.
69
* Add "Ungroup Tabs" context menu command.

history.ja.md

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

33
- master/HEAD
4+
- 3.5.26 (2020.9.3)
5+
* [プラットフォームの設定でアニメーション効果が抑制されている場合](https://developer.mozilla.org/ja/docs/Web/CSS/@media/prefers-reduced-motion)、全体的にアニメーション効果を無効化するようにした
6+
* プラットフォームの設定でアニメーション効果が抑制されている場合、タブの読み込み中のアニメーションを無効化するようにした
47
- 3.5.25 (2020.9.2)
58
* タブバーのスクロール位置を固定する処理のパフォーマンスを改善
69
* コンテキストメニューに「グループ化を解除」を追加

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

0 commit comments

Comments
 (0)