Skip to content

Commit 6ec6c47

Browse files
committed
Bump version to 2.8.7
1 parent 7e9243a commit 6ec6c47

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 2.8.7 (2019.3.20)
5+
* Optimize performance of messaging between the background page and sidebar contents.
6+
* Optimize performance of initialization processes.
7+
* Fix startup failure when the background page is initialized with cached tabs and the sidebar is initialized without cache.
8+
* Show toolbar icons correctly when the option to show icons with theme color is active.
9+
* Show "muted" and "sound playing" icon on the parent of a collapsed tree when any descendant has those status.
10+
* Show progressbar on the sidebar while initialization.
411
- 2.8.6 (2019.3.16)
512
* Officially drop support for Firefox ESR60, and all 2.8.x versions are now marked as unsupported for ESR60.
613
* Fix unexpectedly visible (expanded) tabs under logically collapsed tree on the startup session restoration.

history.ja.md

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

33
- master/HEAD
4+
- 2.8.7 (2019.3.20)
5+
* バックグラウンドページとサイドバーの間の通信の効率を改善
6+
* 初期化処理のパフォーマンスを改善
7+
* バックグラウンドページの内容がキャッシュから復元されサイドバーの内容がキャッシュを使わず構築される場面で初期化に失敗する問題を修正
8+
* テーマカラーをツールバーアイコンに反映する設定の時にアイコンが見えなくなる不具合を修正
9+
* ミュートまたは音声再生中のタブを子孫に含む折り畳まれたタブについて、親タブに「ミュート」および「音声再生中」のステータスアイコンが表示されなくなっていたのを修正
10+
* サイドバーの初期化時にプログレスバーを表示するようにした
411
- 2.8.6 (2019.3.16)
512
* 公にFirefox ESR60のサポートを終了し、すべての2.8.x系バージョンをESR60非対応とした
613
* 起動直後のツリー復元時に、折り畳まれているはずのツリーがすべて展開された状態で表示されてしまう不具合を修正

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

0 commit comments

Comments
 (0)