diff --git a/CHANGELOG.md b/CHANGELOG.md
index 098de7c..9b9d6cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,10 +13,12 @@ QoL improvements for me:
* logging: allow to enable logging at will and export said logs to a file
-### v4.4.7 (current)
+### v4.4.7 (Current)
* Removed unnecessary font files and image files from the package.
* LoggerUI is now functional.
+* **[4.4.7.1]** Additional CSS fixes
+* **[4.4.7.1]** Bruteforce fix for youtube alignment issue
### v4.4.6
diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue
index 4ae6384..3ee98f0 100644
--- a/src/popup/panels/WhatsNewPanel.vue
+++ b/src/popup/panels/WhatsNewPanel.vue
@@ -4,30 +4,13 @@
Full changelog for older versions is available here.
4.4.7
+ - [4.4.7.1] CSS fixes
+ - [4.4.7.1] Delay CSS changes if video dimensions are invalid (attempt to fix youtube alignment problems
+ that appear in certain circumstances)
+
- Removed unnecessary font files and image files from the package.
- (For testing/debugging purposes) Logger UI in swatter mode is now somewhat functional and user-friendly.
-
-
- Due to factors beyond my control, Chrome version of this extension has missed the last three patches.
-
-
- - 4.4.6
-
- - Ensured that Vue part of the content script (logger UI) only loads when necessary in order to fix breakage on certain sites (#96).
- - Disabling (or enabling, if running in whitelist-only mode) specific sites used to not work (#91). This issue appears to have been fixed.
- - Default stretch mode for sites is now probably being observed, too (#94).
- - Fixed netflix (and possibly disney+ — please provide feedback for disney+ as I am unable to test it due to regional restrictions)
-
-
- - 4.4.5
-
- - Extension no longer requires
allTabs
and webNavigation
permissions
- - Some CSS on the logger popup was not scoped, causing display issues with some sites (#92)
- - Fix some additional issues with video alignment when changing videos on autoplay
-
-
-