From a82a6963e97c8681d338cae7359db0673e3c5f98 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Fri, 10 Jan 2025 19:06:20 +0100 Subject: [PATCH] version bump --- package-lock.json | 2 +- package.json | 2 +- .../src/PlayerUiPanels/ChangelogPanel.vue | 20 +++++++++++++++++-- src/ext/lib/video-data/PlayerData.ts | 1 + src/manifest.json | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f88f45..776ae4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "6.2.1", + "version": "6.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3770fd4..ce8d66f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "6.2.1", + "version": "6.2.2", "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/csui/src/PlayerUiPanels/ChangelogPanel.vue b/src/csui/src/PlayerUiPanels/ChangelogPanel.vue index f2e348e..7c92316 100644 --- a/src/csui/src/PlayerUiPanels/ChangelogPanel.vue +++ b/src/csui/src/PlayerUiPanels/ChangelogPanel.vue @@ -18,8 +18,21 @@ Since automatic aspect ratio detection had to be rewritten completely and since the new version needs to be out 5 days ago, there are some regressions in the automatic aspect ratio detection.

-

6.0.1

-

Fixed external links.

+ Minor revisions: + +

6.2.1

+ + +

6.2.2

+ + +

6.0.0

@@ -70,6 +83,9 @@ Hope the UI is worth the regressions, because getting UI to work has been a MAJOR pain in the ass. +

Minor revisions:

+

6.0.1

+

Fixed external links.

Thank you monies

diff --git a/src/ext/lib/video-data/PlayerData.ts b/src/ext/lib/video-data/PlayerData.ts index 31c1574..d47f45a 100644 --- a/src/ext/lib/video-data/PlayerData.ts +++ b/src/ext/lib/video-data/PlayerData.ts @@ -130,6 +130,7 @@ class PlayerData { 'change-player-element': [{ function: () => { this.nextPlayerElement(); + } }] } //#endregion diff --git a/src/manifest.json b/src/manifest.json index 25ed441..210ed61 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Ultrawidify", "description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.", - "version": "6.2.1", + "version": "6.2.2", "icons": { "32":"res/icons/uw-32.png", "64":"res/icons/uw-64.png"