diff --git a/CHANGELOG.md b/CHANGELOG.md index 9176d177..a52db4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
-

1.0.57

+

1.0.58

-

1.0.57

+

1.0.58

diff --git a/chrome/manifest.json b/chrome/manifest.json index 6843d951..e31ef643 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.0.57", + "version": "1.0.58", "homepage_url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip", "icons": { diff --git a/chrome/popup/settings.html b/chrome/popup/settings.html index 3bfe1fc6..348d9692 100644 --- a/chrome/popup/settings.html +++ b/chrome/popup/settings.html @@ -29,7 +29,7 @@

pageTitle

-

v.1.0.57

+

v.1.0.58

ImportSettings

Changelog

-

1.0.57

+

1.0.58

  • Improved Freevee Ad skip
diff --git a/chrome/skipper.js b/chrome/skipper.js index d0ec5866..539bc3be 100644 --- a/chrome/skipper.js +++ b/chrome/skipper.js @@ -23,7 +23,7 @@ let isHotstar = /hotstar/i.test(hostname); let isEdge = /edg/i.test(ua); let isFirefox = /firefox/i.test(ua); -const version = "1.0.57"; +const version = "1.0.58"; if (isPrimeVideo || isNetflix || isDisney || isHotstar) { // global variables in localStorage const defaultSettings = { diff --git a/chrome/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.58.zip b/chrome/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.58.zip new file mode 100644 index 00000000..eb8cf1cd Binary files /dev/null and b/chrome/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.58.zip differ diff --git a/firefox/manifest.json b/firefox/manifest.json index 9a04c8af..19910322 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.0.57", + "version": "1.0.58", "homepage_url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip", "icons": { "16": "icons/NetflixAmazon Auto-Skip.svg", diff --git a/firefox/popup/popup.html b/firefox/popup/popup.html index ee9e58de..418a97f2 100644 --- a/firefox/popup/popup.html +++ b/firefox/popup/popup.html @@ -29,7 +29,7 @@

pageTitle

-

v.1.0.57

+

v.1.0.58

diff --git a/firefox/popup/settings.html b/firefox/popup/settings.html index 4f1e73bf..d1b6420b 100644 --- a/firefox/popup/settings.html +++ b/firefox/popup/settings.html @@ -29,7 +29,7 @@

pageTitle

-

v.1.0.57

+

v.1.0.58

@@ -608,7 +608,7 @@

ImportSettings

Changelog

-

1.0.57

+

1.0.58

  • Improved Freevee Ad skip
diff --git a/firefox/skipper.js b/firefox/skipper.js index d5ee2d52..8aea94f1 100644 --- a/firefox/skipper.js +++ b/firefox/skipper.js @@ -23,7 +23,7 @@ let isHotstar = /hotstar/i.test(hostname); let isEdge = /edg/i.test(ua); let isFirefox = /firefox/i.test(ua); -const version = "1.0.57"; +const version = "1.0.58"; if (isPrimeVideo || isNetflix || isDisney || isHotstar) { // global variables in localStorage const defaultSettings = { diff --git a/firefox/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.58.zip b/firefox/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.58.zip new file mode 100644 index 00000000..33e9a1b9 Binary files /dev/null and b/firefox/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.58.zip differ diff --git a/package-lock.json b/package-lock.json index c99f2587..0bef7efc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "streaming-enhanced", - "version": "1.0.57", + "version": "1.0.58", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "streaming-enhanced", - "version": "1.0.57", + "version": "1.0.58", "license": "weaklyProtective" } } diff --git a/package.json b/package.json index 8e2f0e06..a470ad5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streaming-enhanced", - "version": "1.0.57", + "version": "1.0.58", "description": "Automatically skip Ads, Intros, Recaps, Credits, etc. on Netflix, Prime video and Disney+ & Hotstar.", "scripts": { "start": "web-ext run --source-dir ./firefox/",