Version update stuff
This commit is contained in:
parent
73b1a57749
commit
b9e8d111e6
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ultravidify",
|
"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.",
|
"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 <tamius.han@gmail.com>",
|
"author": "Tamius Han <tamius.han@gmail.com>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Ultrawidify",
|
"name": "Ultrawidify",
|
||||||
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
||||||
"version": "4.4.1",
|
"version": "4.4.2",
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
||||||
|
@ -2,12 +2,23 @@
|
|||||||
<div>
|
<div>
|
||||||
<h2>What's new</h2>
|
<h2>What's new</h2>
|
||||||
<p>Full changelog for older versions <a href="https://github.com/xternal7/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
|
<p>Full changelog for older versions <a href="https://github.com/xternal7/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
|
||||||
<p class="label">4.4.1</p>
|
<p class="label">4.4.2</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Changes to player detection that fix issues with vk</li>
|
<li>Stretching supports two new kinds of stretching (both hybrid). One stretches (or squishes) the video before
|
||||||
<li>Extension tries to avoid setting aspect ratio pointlessly</li>
|
applying any possible crop, the other option first crops and then stretches/squishes to specified aspect ratio.<br/>
|
||||||
<li>Fixed (hopefully) mailto: and reddit compose links.</li>
|
Especially the first option should be great for all men of culture who prefer watching content in its native aspect
|
||||||
<li>When reporting bugs, email/reddit template now automatically gathers browser, extension version and OS.</li>
|
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.<br/><small>Okay maybe I shouldn't soapboax like that in my patch notes.</small><br/>
|
||||||
|
There's two new buttons in 'stretch' section (video only). You can add more in extension settings if you want.<br/>
|
||||||
|
<b>This is experimental af and wasn't tested thoroughly — feedback welcome.</b> Links in 'report a problem' tab of
|
||||||
|
this popup.
|
||||||
|
</li>
|
||||||
|
<li>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 <a href="mailto:tamius.han@gmail.com" target="_blank">email</a> or <a href="https://www.reddit.com/message/compose?to=xternal7" target="_blank">reddit</a>.
|
||||||
|
</li>
|
||||||
|
<li>Fixed a bug where user added actions would not be removable the nice way.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user