diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69b46311..c6855dc7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
Changelog
-
1.0.67
+
1.0.68
- added Crunchyroll startPlayOnFullScreen
- fixed bug Crunchyroll ReleaseCalendar removedDub on load
@@ -414,7 +414,7 @@ All notable changes to this project will be documented in this file.
Changelog
-
1.0.67
+
1.0.68
- fixed Netflix ad skip: skips too far
- added IMDB rating to Disney
diff --git a/chrome/cr.js b/chrome/cr.js
index 9019dd9b..04015674 100644
--- a/chrome/cr.js
+++ b/chrome/cr.js
@@ -23,7 +23,7 @@ const defaultSettings = {
},
};
let settings = defaultSettings.settings;
-const version = "1.0.67";
+const version = "1.0.68";
chrome.storage.sync.get("settings", function (result) {
console.log("%cNetflix%c/%cPrime%c Auto-Skip", "color: #e60010;font-size: 2em;", "color: white;font-size: 2em;", "color: #00aeef;font-size: 2em;", "color: white;font-size: 2em;");
console.log("version:", version);
diff --git a/chrome/manifest.json b/chrome/manifest.json
index 73251a9e..163aca76 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.67",
+ "version": "1.0.68",
"homepage_url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip",
"icons": {
diff --git a/chrome/popup/popup.html b/chrome/popup/popup.html
index 7cdcdfa7..7e2cd873 100644
--- a/chrome/popup/popup.html
+++ b/chrome/popup/popup.html
@@ -29,7 +29,7 @@
pageTitle
-
v.1.0.67
+
v.1.0.68
pageTitle
-
v.1.0.67
+
v.1.0.68
ImportSettings
Changelog
-
1.0.67
+
1.0.68
+
+ - Improved subtitles of Amazon and Disney
+
+
+
+
1.0.67
- added Crunchyroll startPlayOnFullScreen
- fixed bug Crunchyroll ReleaseCalendar removedDub on load
diff --git a/chrome/skipper.js b/chrome/skipper.js
index f1c32ec0..dde0f329 100644
--- a/chrome/skipper.js
+++ b/chrome/skipper.js
@@ -25,7 +25,7 @@ const isCrunchyroll = /crunchyroll/i.test(hostname);
const isEdge = /edg/i.test(ua);
// const isFirefox = /firefox/i.test(ua);
-const version = "1.0.67";
+const version = "1.0.68";
if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll) {
/* eslint-env root:true */
// global variables in localStorage
diff --git a/chrome/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.68.zip b/chrome/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.68.zip
new file mode 100644
index 00000000..8ce5c55a
Binary files /dev/null and b/chrome/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.68.zip differ
diff --git a/firefox/cr.js b/firefox/cr.js
index be3c50e9..d7dcdf14 100644
--- a/firefox/cr.js
+++ b/firefox/cr.js
@@ -23,7 +23,7 @@ const defaultSettings = {
},
};
let settings = defaultSettings.settings;
-const version = "1.0.67";
+const version = "1.0.68";
browser.storage.sync.get("settings", function (result) {
console.log("%cNetflix%c/%cPrime%c Auto-Skip", "color: #e60010;font-size: 2em;", "color: white;font-size: 2em;", "color: #00aeef;font-size: 2em;", "color: white;font-size: 2em;");
console.log("version:", version);
diff --git a/firefox/manifest.json b/firefox/manifest.json
index e7307492..3599ccc3 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.67",
+ "version": "1.0.68",
"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 3f248542..60aa9cfb 100644
--- a/firefox/popup/popup.html
+++ b/firefox/popup/popup.html
@@ -29,7 +29,7 @@
pageTitle
-
v.1.0.67
+
v.1.0.68
diff --git a/firefox/popup/settings.html b/firefox/popup/settings.html
index 1cacaa44..77f53d49 100644
--- a/firefox/popup/settings.html
+++ b/firefox/popup/settings.html
@@ -29,7 +29,7 @@
pageTitle
-
v.1.0.67
+
v.1.0.68
@@ -702,7 +702,13 @@ ImportSettings
Changelog
-
1.0.67
+
1.0.68
+
+ - Improved subtitles of Amazon and Disney
+
+
+
+
1.0.67
- added Crunchyroll startPlayOnFullScreen
- fixed bug Crunchyroll ReleaseCalendar removedDub on load
diff --git a/firefox/skipper.js b/firefox/skipper.js
index 7f0eeaf6..03b60da1 100644
--- a/firefox/skipper.js
+++ b/firefox/skipper.js
@@ -25,7 +25,7 @@ const isCrunchyroll = /crunchyroll/i.test(hostname);
const isEdge = /edg/i.test(ua);
// const isFirefox = /firefox/i.test(ua);
-const version = "1.0.67";
+const version = "1.0.68";
if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll) {
/* eslint-env root:true */
// global variables in localStorage
diff --git a/firefox/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.68.zip b/firefox/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.68.zip
new file mode 100644
index 00000000..35ea7b78
Binary files /dev/null and b/firefox/web-ext-artifacts/streaming_enhanced_netflix_disney_prime_video-1.0.68.zip differ
diff --git a/package-lock.json b/package-lock.json
index 855c4c8d..d1d38395 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "streaming-enhanced",
- "version": "1.0.67",
+ "version": "1.0.68",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "streaming-enhanced",
- "version": "1.0.67",
+ "version": "1.0.68",
"license": "weaklyProtective",
"devDependencies": {
"eslint": "^8.52.0"
diff --git a/package.json b/package.json
index eb1d1576..7999ab3d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "streaming-enhanced",
- "version": "1.0.67",
+ "version": "1.0.68",
"description": "Automatically skip Ads, Intros, Recaps, Credits, etc. on Netflix, Prime video and Disney+ & Hotstar.",
"scripts": {
"start": "web-ext run --source-dir ./firefox/",