diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9d6cb..3245668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ QoL improvements for me: * LoggerUI is now functional. * **[4.4.7.1]** Additional CSS fixes * **[4.4.7.1]** Bruteforce fix for youtube alignment issue +* **[4.4.7.2]** Bruteforce fix for youtube alignment issue — increase number of retries ### v4.4.6 diff --git a/src/manifest.json b/src/manifest.json index f27a059..b502c86 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.7.1", + "version": "4.4.7.2", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 3ee98f0..0ee278a 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -5,8 +5,8 @@
4.4.7