From cbb4624e250a7188a2e521c74b35769b8496245c Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 26 Aug 2021 00:45:22 +0200 Subject: [PATCH] Version bump stuff --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 8 ++++---- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e62dddd..b5cd386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,11 @@ ## v5.x (current major) +### v5.1.0 + +* Re-enable logger +* Move aspect ratio autodetection to requestAnimationFrame + ### v5.0.7 * Videos of square-ish aspect ratios on 1440p (and lower) resolutions now no longer get misaligned ([#162](https://github.com/tamius-han/ultrawidify/issues/162)) diff --git a/package-lock.json b/package-lock.json index 009323b..5a72871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.0.7", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d96c381..ccd0f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.0.7", + "version": "5.1.0", "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 0b41db9..ac3b991 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.7", + "version": "5.1.0", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 2bb019a..33b1888 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,17 +2,17 @@

What's new

Full changelog for older versions is available here.

-

5.0.7

+

5.1.0

  • - Youtube: Videos of square-ish aspect ratios on 1440p (and lower) resolutions now no longer get misaligned (#162) + Under the hood changes: aspect ratio autodetection now uses requestAnimationFrame instead of a setTimeout/setInterval-based loop.
  • - Youtube: Alignment of featured videos on the channel page should now also be fixed + Logger is sorta fixed.

- Hopefully that didn't break anything because I remember going from query selectors to auto mode for a reason, but when I tested things, things seemed to work across the board. + Hopefully that didn't break anything too much.

Known issues: zooming is limited in Chromium-based browsers. This is a browser bug that no extension can fix. See this for more info.