diff --git a/CHANGELOG.md b/CHANGELOG.md index c716e20..ba887f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ * Provides workaround for the fullscreen stretching bug Chrome 88 (or a recent Windows 10 update) introduced for nVidia users using hardware acceleration on Windows 10. In order to mitigate this bug, Ultrawidify needs to keep a 5-10 px wide black border while watching videos in full screen. This bug is also present in Edge. * **[4.5.3.1]** Fixed letterbox misalignment binding in settings (#134) -* **[4.5.3.1]** Fixed false 'autodetection not supported' notifications. +* **[4.5.3.2]** Fixed false 'autodetection not supported' notifications. ### v4.5.2 diff --git a/src/manifest.json b/src/manifest.json index a859168..3294fc1 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.5.3.1", + "version": "4.5.3.2", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index fce5e25..39e0fad 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -11,7 +11,7 @@ [4.5.3.1] Fixed binding for letterbox misalignment treshold binding in settings.