From 0276b530e197a3fa5155dc8b990e392b01f007b8 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Fri, 7 May 2021 00:15:08 +0900 Subject: [PATCH] Bump version to 3.8.1 --- history.en.md | 3 +++ history.ja.md | 3 +++ webextensions/manifest.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index 5a3ee6242..d8fad988e 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,9 @@ # History - master/HEAD + - 3.8.1 (2021.5.7) + * Prevent inifinite toggling of the sidebar scrollbar on macOS, when there are enough number of tabs which triggers overflowing. The fix was unexpectedly lost on the released version 3.8.0. + * Update `ru` locale by [wvxwxvw](https://github.com/wvxwxvw). Thanks! - 3.8.0 (2021.5.5) * Restructure behaviors about closing and moving of a parent tab. * In the sidebar, now there are some permanently fixed behaviors and some configurable presets: diff --git a/history.ja.md b/history.ja.md index c356970a2..e393024b3 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,9 @@ # 更新履歴 - master/HEAD + - 3.8.1 (2021.5.7) + * macOSにおいて、サイドバーが表示されるギリギリの数のタブがあるときに、サイドバーのスクロールバーが表示されたり消えたりを繰り返す問題を修正(修正したはずが、リリースまでの間に再発してしまっていた) + * `ru`ロケール更新(by [wvxwxvw](https://github.com/wvxwxvw), thanks!) - 3.8.0 (2021.5.5) * 親タブを閉じたり移動したりしたときの振る舞いに関する設定を整理 * サイドバー内での操作について、以下の場面では常に固定の挙動が反映されます: diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 136b20f33..6e21b61fc 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.8.0", + "version": "3.8.1", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [