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
- - Fixed the misalignment issue on netflix ... hopefully.
-
- 'Site settings' tab should now work in Chrome as well (#126)
+ Fixed the issue where videos would sometimes get misaligned while using hybrid stretch, except for real this time. (#125)
-
- Popup interface now refreshes properly (#127)
-
- -
- Videos should now be scaled correctly when the display is narrower than video's native aspect ratio (#118)
-
- -
- Fullscreen videos on streamable are aligned correctly (#116). Note that while this fix hasn't broken any sites I have access to and know of,
- there is a small possibility that this bugfix may break something somewhere. If this happens on a site you use, please notify me via github, email or PM me on reddit.
-
- -
- [4.5.1.1] Streamable fix broke old.reddit + RES on embeds from v.redd.it and streamable.com. We're now using an alternative implementation. (#128)
-
- -
- [4.5.1.2] Fixed the issue where videos would sometimes get misaligned while using hybrid stretch. (#125)
-
- -
- [4.5.1.3] Added a potential 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.
+ Improved DRM detection (the 'autodetection cannot work on this site' popup should now no longer show up on the sites where autodetection can work)