From cbaa424fc4c35ded09d9066e2a62e0aa0a51e548 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Mon, 7 Jun 2021 22:16:03 +0200 Subject: [PATCH] Version bumps and changelogs --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 8 ++------ 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aad7d47..be82dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ ## v5.x (current major) +### v5.0.4 +* Attempt to fix disney+ again, courtesy of [@jwannebo](https://github.com/tamius-han/ultrawidify/issues/84#issuecomment-846334005) on github. + + ### v5.0.3 * Fixed the issue where the videos were sometimes offset up and left. Again. diff --git a/package-lock.json b/package-lock.json index fa9a4d4..d33d025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e08b18f..4b0f49e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.0.3", + "version": "5.0.4", "description": "Aspect ratio fixer for youtube and other sites, with automatic aspect ratio detection. Supports ultrawide and other ratios.", "author": "Tamius Han ", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 06306b2..e12d165 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": "5.0.3", + "version": "5.0.4", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index a8b029f..24ad5cb 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,16 +2,12 @@

What's new

Full changelog for older versions is available here.

-

5.0.3

+

5.0.4

  • - Fixed the issue where the videos were sometimes offset up and left. Again. -
  • -
  • - Fix the issue where correcting source stretch was squished incorrectly (#153) + Updated config for disney+. Hopefully it works now. Special thanks to @jwannebo.
-

NOTE: zoom limitations were introduced as a workaround for a bug caused by Chrome's/Edge's faulty hardware acceleration which caused videos to be incorrectly stretched on nVidia GPUs while in fullscreen. While this issue is reportedly fixed as of few weeks ago, a few people reported having this issue within the past two weeks.