From 0760e447dba8b796b95fbeaad8b9092955d3b228 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 10 Jan 2021 17:21:23 +0100 Subject: [PATCH] Changelog updates --- CHANGELOG.md | 3 ++- src/popup/panels/WhatsNewPanel.vue | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5af22b..703a5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,11 @@ * 'Site settings' tab should now work in Chrome as well ([#126](https://github.com/tamius-han/ultrawidify/issues/126)) * Popup interface now refreshes properly ([#127](https://github.com/tamius-han/ultrawidify/issues/127)) * Videos should now be scaled correctly when the display is narrower than video's native aspect ratio ([#118](https://github.com/tamius-han/ultrawidify/issues/118)) -* Edge users using CWS version of the extension get a very aggressive warning when trying to use the extension with Edge * Fullscreen videos on streamable are aligned correctly ([#116](https://github.com/tamius-han/ultrawidify/issues/118)). * **[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](https://github.com/tamius-han/ultrawidify/issues/128)) * **[4.5.1.2]** Fixed the issue where videos would sometimes get misaligned while using hybrid stretch. ([#125](https://github.com/tamius-han/ultrawidify/issues/125)) +* **[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) diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 5a82042..fd9918e 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -18,12 +18,11 @@ 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. -
  • - Edge users using CWS version of the extension get a very aggressive warning when trying to use the extension with Edge -
  • [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.