From 18a3a2162a01e0495e506b08290ec19aab0f3602 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 11 Feb 2020 20:01:10 +0100 Subject: [PATCH] Changelog and version update stuff --- CHANGELOG.md | 1 + src/manifest.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) 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 @@

What's new

Full changelog for older versions is available here.

-

4.4.4

+

4.4.4.2