diff --git a/history.en.md b/history.en.md index 7b9b429c1..5bb6ef7df 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,9 @@ # History - master/HEAD + - 3.6.1 (2020.11.10) + * Fix broken custom confirmation dialogs. (regression on 3.6.0) + * Update `ru` locale by [wvxwxvw](https://github.com/wvxwxvw). Thanks! - 3.6.0 (2020.11.06) * Implement the "Send Tab to Device" context menu command based on Firefox Sync. It is just a workaround implementation based on the Sync Storage, because [a genuine WebExtensios API to use Firefox Sync won't be implemented for now](https://bugzilla.mozilla.org/show_bug.cgi?id=1417183). * Remove "Group Tabs", "Ungroup Tabs", "Indent" and "Outdent" menu commands and keyboard shortcuts. Now they are separated to a helper addon [TST More Tree Commands](https://addons.mozilla.org/firefox/addon/tst-more-tree-commands/). diff --git a/history.ja.md b/history.ja.md index 87bd14071..492e578aa 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,9 @@ # 更新履歴 - master/HEAD + - 3.6.1 (2020.11.10) + * 独自の確認ダイアログが動作しなくなっていたのを修正(3.6.0での後退バグ) + * `ru`ロケール更新(by [wvxwxvw](https://github.com/wvxwxvw), thanks!) - 3.6.0 (2020.11.06) * Firefox Sync経由でコンテキストメニューからタブを他の端末に送信できるようにした([Firefox Syncを直接利用するWebExtensions APIが当面実装されない模様](https://bugzilla.mozilla.org/show_bug.cgi?id=1417183)なので、Sync Storageベースで暫定的に実装した) * メニュー項目とキーボードショートカット用コマンドから「選択中のタブを新しいグループにする」「タブのグループ化を解除」「現在のタブを1階層深くする」「現在のタブを1階層浅くする」を削除した(これらの機能は新しいヘルパーアドオンの[TST More Tree Commands](https://addons.mozilla.org/firefox/addon/tst-more-tree-commands/)に分割されました) diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 2a1f4d126..ba06d8c5a 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.6.0", + "version": "3.6.1", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [