diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea4d31..5ebd699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ QoL improvements for me: ### v4.4.3 -* Fixed conf patch for disney+ (hopefully) +* Fixed conf patch for disney+ (hopefully) (v4.4.3.1: but for real) * `Settings.save()` adds missing values to site config when saving extension configuration. ### v4.4.2 diff --git a/package-lock.json b/package-lock.json index b79e50b..8f85e7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ultravidify", - "version": "4.4.3", + "version": "4.4.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0dec4c5..183a7fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultravidify", - "version": "4.4.3", + "version": "4.4.3.1", "description": "Aspect ratio fixer for youtube that works around some people's disability to properly encode 21:9 (and sometimes, 16:9) videos.", "author": "Tamius Han ", "scripts": { diff --git a/src/ext/conf/ExtConfPatches.js b/src/ext/conf/ExtConfPatches.js index 81f70eb..3f27ac2 100644 --- a/src/ext/conf/ExtConfPatches.js +++ b/src/ext/conf/ExtConfPatches.js @@ -302,7 +302,7 @@ const ExtensionConfPatch = [ } } }, { - forVersion: '4.4.3', + forVersion: '4.4.3.1', sites: { "www.disneyplus.com": { mode: ExtensionMode.Enabled, diff --git a/src/manifest.json b/src/manifest.json index 0f59055..ddfe696 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Ultrawidify", "description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.", - "version": "4.4.3", + "version": "4.4.3.1", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 6944777..b034216 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,7 +2,7 @@

What's new

Full changelog for older versions is available here.

-

4.4.3

+

4.4.3.1

This update mostly attempts to fix disney+ (again). Consider commenting on this issue if issues with disney+ persist.