From 028aceef2c087644556ad475e74a3c68c4285fc2 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 24 Dec 2020 23:26:36 +0100 Subject: [PATCH] Version bump + changelog --- CHANGELOG.md | 2 +- src/manifest.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 538b8e4..624f407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ * 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)) ### v4.5.0 (Current) diff --git a/src/manifest.json b/src/manifest.json index f9a113f..4a3244f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Ultrawidify", "description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.", - "version": "4.5.1", + "version": "4.5.1.1", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index a4cd994..8b917f8 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -21,6 +21,9 @@
  • 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) +