From b9e8d111e6a29e3593d35eb01fb297832cd6cdd4 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Fri, 6 Dec 2019 00:17:20 +0100 Subject: [PATCH] Version update stuff --- package.json | 2 +- src/manifest.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 21 ++++++++++++++++----- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 7110c19..9e9476b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultravidify", - "version": "4.4.1", + "version": "4.4.2", "description": "Aspect ratio fixer for youtube that works around some people's disability to properly encode 21:9 (and sometimes, 16:9) videos.", "author": "Tamius Han ", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 4ea382a..46818da 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": "4.4.1", + "version": "4.4.2", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 855ce55..fa23145 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,12 +2,23 @@

What's new

Full changelog for older versions is available here.

-

4.4.1

+

4.4.2

    -
  • Changes to player detection that fix issues with vk
  • -
  • Extension tries to avoid setting aspect ratio pointlessly
  • -
  • Fixed (hopefully) mailto: and reddit compose links.
  • -
  • When reporting bugs, email/reddit template now automatically gathers browser, extension version and OS.
  • +
  • Stretching supports two new kinds of stretching (both hybrid). One stretches (or squishes) the video before + applying any possible crop, the other option first crops and then stretches/squishes to specified aspect ratio.
    + Especially the first option should be great for all men of culture who prefer watching content in its native aspect + ratio (even if that means seeing black bars) who get outright triggered when some uncivilized barbarians stretch 4:3 + content to 16:9. You're welcome.
    Okay maybe I shouldn't soapboax like that in my patch notes.
    + There's two new buttons in 'stretch' section (video only). You can add more in extension settings if you want.
    + This is experimental af and wasn't tested thoroughly — feedback welcome. Links in 'report a problem' tab of + this popup. +
  • +
  • Disney+ didn't work for some. I've attempted to do a fix, but I am unable to test it (by the virtue of D+ not + being available in my country). If Disney+ continues to be problematic, I will probably need some help with it. + I would love to hear some feedback on whether extension works on Disney+ or not — please consider contacting me + via email or reddit. +
  • +
  • Fixed a bug where user added actions would not be removable the nice way.