diff --git a/AuthorHours.json b/AuthorHours.json index 26d152c0..cf9d57e0 100644 --- a/AuthorHours.json +++ b/AuthorHours.json @@ -1 +1 @@ -{"time":"499h30m8s"} \ No newline at end of file +{"time":"500h30m8s"} \ No newline at end of file diff --git a/chrome/manifest.json b/chrome/manifest.json index a9e73a27..cbeb6673 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.49", + "version": "1.1.50", "homepage_url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip", "icons": { diff --git a/chrome/popup/popup.html b/chrome/popup/popup.html index dbb4a7b5..5cafb45b 100644 --- a/chrome/popup/popup.html +++ b/chrome/popup/popup.html @@ -32,7 +32,7 @@

pageTitle

-

v.1.1.49

+

v.1.1.50

pageTitle

-

v.1.1.49

+

v.1.1.50

ImportSettings

Changelog

-

1.1.49

+

1.1.50

  • implemented GarbageCollection for DBcache, which deletes ratings older than 30 days
diff --git a/chrome/skipper.js b/chrome/skipper.js index e6176859..314f8848 100644 --- a/chrome/skipper.js +++ b/chrome/skipper.js @@ -32,7 +32,7 @@ const isEdge = /edg/i.test(ua); const htmlLang = document.documentElement.lang; const date = new Date(); const today = date.toISOString().split("T")[0]; -const version = "1.1.49"; +const version = "1.1.50"; if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll || isHBO) { /* eslint-env root:true */ // global variables in localStorage @@ -91,7 +91,7 @@ if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll || isHBO filterDub: true, filterQueued: true, savedCrunchyList: [], - GCdate: today, + GCdate: "2024-01-01", }, }, }; diff --git a/firefox/manifest.json b/firefox/manifest.json index 8d6df84e..02650ab4 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.49", + "version": "1.1.50", "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 11a5469b..9a7a1d16 100644 --- a/firefox/popup/popup.html +++ b/firefox/popup/popup.html @@ -32,7 +32,7 @@

pageTitle

-

v.1.1.49

+

v.1.1.50

pageTitle

-

v.1.1.49

+

v.1.1.50

ImportSettings

Changelog

-

1.1.49

+

1.1.50

  • implemented GarbageCollection for DBcache, which deletes ratings older than 30 days
diff --git a/firefox/skipper.js b/firefox/skipper.js index 75303860..23a3d2bb 100644 --- a/firefox/skipper.js +++ b/firefox/skipper.js @@ -32,7 +32,7 @@ const isEdge = /edg/i.test(ua); const htmlLang = document.documentElement.lang; const date = new Date(); const today = date.toISOString().split("T")[0]; -const version = "1.1.49"; +const version = "1.1.50"; if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll || isHBO) { /* eslint-env root:true */ // global variables in localStorage @@ -91,7 +91,7 @@ if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll || isHBO filterDub: true, filterQueued: true, savedCrunchyList: [], - GCdate: today, + GCdate: "2024-01-01", }, }, }; diff --git a/package.json b/package.json index 6c1eb513..38731be3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streaming-enhanced", - "version": "1.1.49", + "version": "1.1.50", "description": "Automatically skip Ads, Intros, Credits and add Speed Control, etc. on Netflix, Prime video, Disney+ & Hotstar and Crunchyroll.", "scripts": { "start": "web-ext run --keep-profile-changes --firefox-profile=test --profile-create-if-missing",