diff --git a/CHANGELOG.md b/CHANGELOG.md index 703a5ea..3ca3532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ ## v4.x (current major) +### v4.5.2 + +* Fixed the issue where videos would sometimes get misaligned while using hybrid stretch, except for real this time. ([#125](https://github.com/tamius-han/ultrawidify/issues/125)) +* Improved DRM detection (the 'autodetection cannot work on this site' popup should now no longer show up on the sites where autodetection _can_ work) + ### v4.5.1 * Fixed the misalignment issue on netflix ... hopefully. @@ -28,6 +33,7 @@ * **[4.5.1.3]** Added fix for disney plus * **[4.5.1.3]** Microsoft Edge has fixed the bugs that prevented the extension from working properly. Popup should no longer be shown. + ### v4.5.0 (Current) * Under the hood: migrated from vue2 to vue3, because optional chaining in templates is too OP. diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index f299d25..f70251d 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,33 +2,13 @@

What's new

Full changelog for older versions is available here.

-

4.5.1

+

4.5.2