From 4074774d3af047373c93fa12083621287a26cc40 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 27 Oct 2021 20:46:14 +0200 Subject: [PATCH] Preemtive version bump and patch notes --- package-lock.json | 2 +- package.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 40 ++++++++++++++++++++++-------- 3 files changed, 31 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f26793..6abd8b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.1.1", + "version": "6.0.0-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb0f048..34079eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.1.1", + "version": "6.0.0-alpha", "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/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 3628d04..140a779 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,19 +2,37 @@

What's new

Full changelog for older versions is available here.

-

5.1.1

-

- In last patch notes: -

-
-> Hopefully that didn't break anything too much
-    
-

- Well, about that ... -

+

6.0.0

  • - Fixed the problem where autodetection wouldn't work for most people that aren't me. + In-player UI.
    + This one took major effort to pull off. Required some changes under the hood, required me to de-spaghettify some code. The UI will only show + if the video takes up sufficient amount of space (currently determined as 960 pixels wide). +
  • +
  • + By default, Ultrawidify will not kick in on "small videos". You have to be either in full screen or theater mode. Ultrawidify assumes that any + video that takes up more than 85% of the window width is being viewed in theater mode. This value may be tweaked later on. This feature can be + configured (or turned off entirely) via 'Advanced options' menu on the in-player UI. +
  • +
  • + The in-player extension UI will do a better job differentiating between the various level of support: "official" for the sites that Tam can check + on his own, "fingers crossed" for sites that Tam can't check because my load-bearing credit card can't support the weight of a dozen subscription + services, and "community support" for sites that enjoy support through the helping hand of people willing to help. +
  • +
  • + The in-player UI now displays a warning whenever Ultrawidify detects automatic aspect ratio detection isn't happening because the site uses DRM. +
  • +
  • + Made the UI for fixing problems with Ultrawidify not working a bit more intuitive. +
  • +
  • + Better zooming. The slider is back, baby. +
  • +
  • + New alignment options. Video can be aligned vertically as well as horizontally. +
  • +
  • + Panning option that's a bit more intuitive.