version bump
This commit is contained in:
parent
a98a80001c
commit
a82a6963e9
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ultrawidify",
|
"name": "ultrawidify",
|
||||||
"version": "6.2.1",
|
"version": "6.2.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ultrawidify",
|
"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.",
|
"description": "Aspect ratio fixer for youtube and other sites, with automatic aspect ratio detection. Supports ultrawide and other ratios.",
|
||||||
"author": "Tamius Han <tamius.han@gmail.com>",
|
"author": "Tamius Han <tamius.han@gmail.com>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>6.0.1</h2>
|
Minor revisions:
|
||||||
<p>Fixed external links.</p>
|
|
||||||
|
<h3>6.2.1</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed offset issue on Netflix</li>
|
||||||
|
<li>Fixed issue with overlay iframe not being transparent on twitter</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>6.2.2</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed the issue where stretching was not applied if no cropping was used</li>
|
||||||
|
<li>Half-fixed in-player UI on sites where player is not detected correctly</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
|
||||||
<h2>6.0.0</h2>
|
<h2>6.0.0</h2>
|
||||||
<p>
|
<p>
|
||||||
@ -70,6 +83,9 @@
|
|||||||
Hope the UI is worth the regressions, because getting UI to work has been a MAJOR pain in the ass.
|
Hope the UI is worth the regressions, because getting UI to work has been a MAJOR pain in the ass.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>Minor revisions:</p>
|
||||||
|
<h2>6.0.1</h2>
|
||||||
|
<p>Fixed external links.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-[1/2]" style="width: 50%; padding-left: 1rem; padding-top: 5rem;">
|
<div class="w-[1/2]" style="width: 50%; padding-left: 1rem; padding-top: 5rem;">
|
||||||
<h2>Thank you monies</h2>
|
<h2>Thank you monies</h2>
|
||||||
|
@ -130,6 +130,7 @@ class PlayerData {
|
|||||||
'change-player-element': [{
|
'change-player-element': [{
|
||||||
function: () => {
|
function: () => {
|
||||||
this.nextPlayerElement();
|
this.nextPlayerElement();
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
//#endregion
|
//#endregion
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"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": "6.2.1",
|
"version": "6.2.2",
|
||||||
"icons": {
|
"icons": {
|
||||||
"32":"res/icons/uw-32.png",
|
"32":"res/icons/uw-32.png",
|
||||||
"64":"res/icons/uw-64.png"
|
"64":"res/icons/uw-64.png"
|
||||||
|
Loading…
Reference in New Issue
Block a user