diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab94cc..5521f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,14 @@ QoL improvements for me: * logging: allow to enable logging at will and export said logs to a file -### v4.4.5 (current) +### v4.4.6 (current) + +* 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). +* It's been almost a month and Chrome Web Store still hasn't finished the review of the 4.4.4.1 (and 4.4.4.2) revisions because when it comes to incompetence, it's hard to expect anything less from Google. I've did some proverbial yelling at the support in hopes that Chrome version will finally see an update (disclaimer: when I said yelling I really mean a polite request, because support staff doesn't deserve abuse because a different department is utter shite at doing their jobs). + +### v4.4.5 * Extension no longer requires `allTabs` and `webNavigation` permissions * Some CSS on the debugger popup was not scoped, causing issues with some sites. diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 9244c83..b467ca9 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,12 +2,31 @@
Full changelog for older versions is available here.
-4.4.5
+4.4.6
allTabs
and webNavigation
permissionsDue to factors beyond my control, Chrome version of this extension has missed the last three patches.
+ +allTabs
and webNavigation
permissions