diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b5350..52f3a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ QoL improvements for me: * Changed links to reflect my github username change * **[4.4.4.1]** Fix broken extension popup. * **[4.4.4.1]** Fix global/site settings not getting applied immediately/only getting applied after page reload. +* **[4.4.4.2]** Fix problem with video being offset while switching between full screen and non-fullscreen non-theater mode on Youtube ### v4.4.3 diff --git a/src/manifest.json b/src/manifest.json index 0d22966..e7cab81 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.4.1", + "version": "4.4.4.2", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 04decdb..dcb18e6 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,13 +2,14 @@
Full changelog for older versions is available here.
-4.4.4
+4.4.4.2