Skip to content

Commit 95f9757

Browse files
committed
chore(release): 🔖 1.11.4
1 parent 624dd9d commit 95f9757

5 files changed

Lines changed: 35 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.11.4](https://github.com/drodil/video_auto_pause/compare/v1.11.3...v1.11.4) (2026-01-26)
6+
7+
8+
### Bug Fixes
9+
10+
* new window tab creation ([624dd9d](https://github.com/drodil/video_auto_pause/commit/624dd9da9a1bfe7f0db3ab6305b5c6f075024bfa))
11+
512
### [1.11.3](https://github.com/drodil/video_auto_pause/compare/v1.11.2...v1.11.3) (2026-01-21)
613

714
### Bug Fixes

manifests/chrome.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"name": "Video Auto Pause",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "Stops multiple video services on tab unfocus and continues on focus",
5-
"permissions": ["tabs", "storage", "activeTab", "scripting", "idle"],
6-
"host_permissions": ["<all_urls>"],
5+
"permissions": [
6+
"tabs",
7+
"storage",
8+
"activeTab",
9+
"scripting",
10+
"idle"
11+
],
12+
"host_permissions": [
13+
"<all_urls>"
14+
],
715
"homepage_url": "https://github.com/drodil/video_auto_pause",
816
"options_ui": {
917
"page": "options.html",

manifests/firefox.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"name": "Video Auto Pause",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "Stops various video services on tab unfocus and continues on focus",
5-
"permissions": ["tabs", "storage", "activeTab", "scripting", "idle"],
5+
"permissions": [
6+
"tabs",
7+
"storage",
8+
"activeTab",
9+
"scripting",
10+
"idle"
11+
],
612
"browser_specific_settings": {
713
"gecko": {
814
"id": "drodil@youtube_auto_pause",
915
"strict_min_version": "127.0"
1016
}
1117
},
12-
"host_permissions": ["<all_urls>"],
18+
"host_permissions": [
19+
"<all_urls>"
20+
],
1321
"homepage_url": "https://github.com/drodil/video_auto_pause",
1422
"options_ui": {
1523
"page": "options.html",
@@ -31,7 +39,9 @@
3139
}
3240
},
3341
"background": {
34-
"scripts": ["vap_bs.js"]
42+
"scripts": [
43+
"vap_bs.js"
44+
]
3545
},
3646
"commands": {
3747
"toggle-extension": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drodil/video_auto_pause",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"homepage": "https://github.com/drodil/video_auto_pause",
55
"bugs": {
66
"url": "https://github.com/drodil/video_auto_pause/issues",

0 commit comments

Comments
 (0)