diff --git a/CHANGELOG.md b/CHANGELOG.md index 3245668..e0b18ff 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.7 (Current) +### v4.4.8 (Current) + +* Fixed the bug where on pages with more than one video, the list of available videos in the extension popup wouldn't remove videos that are no longer displayed on site. This resulted in extension listing videos that were no longer on the page. Reboot or navigation would also not clear the list if navigating between various pages on the same host. +* Fixed the chrome-only bug where on sites with more than one video, the number wouldn't get hidden when the extension popup closed. + +### v4.4.7 * Removed unnecessary font files and image files from the package. * LoggerUI is now functional. diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 0ee278a..87f7483 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,14 +2,18 @@
Full changelog for older versions is available here.
-4.4.7
+4.4.8