Skip to content

Commit d408736

Browse files
committed
Bump version to 3.6.5 and update news topics
1 parent 2da2dff commit d408736

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

history.en.md

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

33
- master/HEAD
4+
- 3.6.5 (2021.1.8)
5+
* Show favicons same to Firefox's built-in for `about:logins`, `about:profiling`, `about:protections` and `about:robots` tabs.
6+
* Detect tabs opened from external applications correctly. (The detection result was wrong: only new tabs opened with `openerTabId` while all Firefox windows were inactive were detected as "opened by external applications".)
7+
* Don't show not-initialized-yet menu elements while the startup process.
8+
* Update `ru` locale by [wvxwxvw](https://github.com/wvxwxvw). Thanks!
49
- 3.6.4 (2020.12.21)
510
* Prevent to mis-shift the sidebar content with regular tabs, non-fullscreen windows placed at coordinates like (*, 0).
611
* Expose an expert option to deactivate shifting of the sidebar contents with temporarily shown toolbars.

history.ja.md

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

33
- master/HEAD
4+
- 3.6.5 (2021.1.8)
5+
* `about:logins`, `about:profiling`, `about:protections` および `about:robots` のタブについて、Firefox組み込みの物と同じfaviconを表示するようにした
6+
* 外部アプリケーションから開かれたタブをより正しく検出するようにした(今までは、すべてのFirefoxのウィンドウが非アクティブな状態で`openerTabId`を伴って開かれたタブのみが、「外部アプリケーションから開かれたタブ」として検出されていた)
7+
* 初期化処理の最中、初期化前のメニュー要素が見えてしまわないようにした
8+
* `ru`ロケール更新(by [wvxwxvw](https://github.com/wvxwxvw), thanks!)
49
- 3.6.4 (2020.12.21)
510
* (*, 0)のような座標に置かれたフルスクリーン表示でないウィンドウの通常のタブにおいて、サイドバーの内容が意図せず上にずれて表示されていたのを修正
611
* 一時的に表示されたツールバーのためにサイドバーの内容をずらして表示する動作を無効化する上級者向け設定を追加

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

0 commit comments

Comments
 (0)