diff --git a/CHANGELOG.md b/CHANGELOG.md index be98915..117e1c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ QoL improvements for me: * Minor rework of settings page (actions & shortcuts section) * Fixed bug that prevented settings page from opening +* **[4.3.1.1]** quick patch for twitch.tv ### v4.3.0 diff --git a/src/ext/conf/ExtConfPatches.js b/src/ext/conf/ExtConfPatches.js index edd73d1..ed460dd 100644 --- a/src/ext/conf/ExtConfPatches.js +++ b/src/ext/conf/ExtConfPatches.js @@ -103,7 +103,7 @@ const ExtensionConfPatch = [ }, } }, { - forVersion: '4.3.0.1', + forVersion: '4.3.1.1', sites: { 'twitch.tv': { DOM: { diff --git a/src/manifest.json b/src/manifest.json index f2f0224..9142234 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.3.1", + "version": "4.3.1.1", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 410668d..1e8df1a 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,8 +2,9 @@

What's new

Full changelog for older versions is available here.

-

4.3.1

+

4.3.1.1