Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bootleq committed Nov 21, 2022
1 parent 238622b commit 0072b81
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
=======

## 3.1.0 (2022-11-21)

* Improve efficiency by defer execution and skip unnecessary listener binding.
* Respect tab's "muted" state, don't play sound when muted. Exception: Download and HTTP Request events doesn't follow this currently.

## 3.0.0 (2022-11-16)

* Improve development process with webpack.
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.zh-TW.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
=======

## 3.1.0 (2022-11-21)

* 改進效能:延後執行、減少非必要的監聽。
* 分頁靜音時,不播放聲音。(註:下載、HTTP 請求事件不支援)

## 3.0.0 (2022-11-16)

* 導入 webpack 改善開發流程。
Expand Down
2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Noise",
"description": "__MSG_extDescription__",
"version": "3.0.0",
"version": "3.1.0",
"homepage_url": "https://github.com/bootleq/noise",
"icons": {
"32": "icons/32.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Noise",
"description": "__MSG_extDescription__",
"version": "3.0.0",
"version": "3.1.0",
"homepage_url": "https://github.com/bootleq/noise",
"icons": {
"32": "icons/32.png",
Expand Down

0 comments on commit 0072b81

Please sign in to comment.