diff --git a/CHANGELOG.md b/CHANGELOG.md
index e11b08e..098de7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,12 @@ QoL improvements for me:
* logging: allow to enable logging at will and export said logs to a file
-### v4.4.6 (current)
+### v4.4.7 (current)
+
+* Removed unnecessary font files and image files from the package.
+* LoggerUI is now functional.
+
+### v4.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.
diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue
index 8dfb6bc..4ae6384 100644
--- a/src/popup/panels/WhatsNewPanel.vue
+++ b/src/popup/panels/WhatsNewPanel.vue
@@ -2,30 +2,30 @@
What's new
Full changelog for older versions is available here.
-
4.4.6
+
4.4.7
- - 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)
+ - 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
- - 4.4.4.1, .2
-
- - [4.4.4.1] There were multiple reports about popup being broken. This issue should be resolved.
- - [4.4.4.1] Setting global/site defaults should no longer require page reloads.
- - [4.4.4.2] Fix problem with video being offset while switching between full screen and non-fullscreen non-theater mode on Youtube
-