Skip to content

Commit

Permalink
Bump version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 9, 2020
1 parent 0d47694 commit 69d5a90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
3 changes: 3 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -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/)に分割されました)
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 69d5a90

Please sign in to comment.