From 0970140a3af30a69821cdfea2ff7aa06719fcf7e Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sat, 27 Jan 2024 23:29:03 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 5 ++--- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5356160..7f64ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ ## v5.x (current major) +### v5.1.7 (firefox only) + +* When aligning videos, ensure video is never translated by a fractional value + ### v5.1.6 * Added new config for disney+ (courtesy of @MStefan99) diff --git a/package-lock.json b/package-lock.json index 16ca5ea..6af485b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.1.6", + "version": "5.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d27e3b..d3b3d97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.1.6", + "version": "5.1.7", "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 2018712..3076dd3 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.1.6", + "version": "5.1.7", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 66aa778..12d91c5 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,10 +2,9 @@

What's new

Full changelog for older versions is available here.

-

5.1.6

+

5.1.7

    -
  • Added new config for disney+ (courtesy of @MStefan99)
  • -
  • Chrome hardware acceleration is bugged and cannot be worked around in-extension. Only way to fix this is for users to change their Google Chrome settings. Added naggathon with instructions into the extension popup.
  • +
  • In some situations, video aligned would move the video by non-whole number of pixels. On some hardware configuration, this would introduce a thin vertical white line. This issue should be fixed now.