Skip to content

Commit

Permalink
Bump version to 3.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 1, 2020
1 parent 958ba95 commit 5e1793e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# History

- master/HEAD
- 3.5.25 (2020.9.2)
* Optimize performance around the "lock scroll position" behavior.
* Add "Ungroup Tabs" context menu command.
* Open the changelog from the update notification popup.
* Update `ru` locale by [wvxwxvw](https://github.com/wvxwxvw). Thanks!
* Fix typo in Enghlish locale by [reaverxai](https://github.com/reaverxai). Thanks!
- 3.5.24 (2020.8.28)
* Simulate "lock scroll position of the tab bar while middle tabs are closed via mouse operations" behavior of Firefox's native tab bar.
* Shrink the width of the confirmation dialog for closing tabs with very long titles.
Expand Down
6 changes: 6 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# 更新履歴

- master/HEAD
- 3.5.25 (2020.9.2)
* タブバーのスクロール位置を固定する処理のパフォーマンスを改善
* コンテキストメニューに「グループ化を解除」を追加
* 更新通知のポップアップから変更履歴に遷移するようにした
* `ru`ロケール更新(by [wvxwxvw](https://github.com/wvxwxvw), thanks!)
* 英語ロケールの誤記訂正(by [reaverxai](https://github.com/reaverxai), thanks!)
- 3.5.24 (2020.8.28)
* Firefox本体のタブバーの「中程にあるタブをマウス操作で閉じている間はスクロール位置を維持する」動作を真似るようにした
* 非常に長いタイトルのタブがあるときに、タブをまとめて閉じる際の確認ダイアログの幅が大きくなりすぎないようにした
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.5.24",
"version": "3.5.25",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 5e1793e

Please sign in to comment.