diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f3a7f..3ab94cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,13 @@ QoL improvements for me: * logging: allow to enable logging at will and export said logs to a file -### v4.4.4 (current) +### v4.4.5 (current) + +* Extension no longer requires `allTabs` and `webNavigation` permissions +* Some CSS on the debugger popup was not scoped, causing issues with some sites. +* Fix some additional issues with video alignment when changing video on autoplay + +### v4.4.4 * Tab detection in extension popup has been made more accurate * QoL: Added user-accessible logger (to make fixing sites I can't access a bit easier) diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index dcb18e6..9244c83 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,14 +2,11 @@
Full changelog for older versions is available here.
-4.4.4.2
+4.4.5
allTabs
and webNavigation
permissions