Preemtive version bump and patch notes
This commit is contained in:
parent
e7d43c566f
commit
4074774d3a
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ultrawidify",
|
"name": "ultrawidify",
|
||||||
"version": "5.1.1",
|
"version": "6.0.0-alpha",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ultrawidify",
|
"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.",
|
"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": {
|
||||||
|
@ -2,19 +2,37 @@
|
|||||||
<div>
|
<div>
|
||||||
<h2>What's new</h2>
|
<h2>What's new</h2>
|
||||||
<p>Full changelog for older versions <a href="https://github.com/tamius-han/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
|
<p>Full changelog for older versions <a href="https://github.com/tamius-han/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
|
||||||
<p class="label">5.1.1</p>
|
<p class="label">6.0.0</p>
|
||||||
<p>
|
|
||||||
In last patch notes:
|
|
||||||
</p>
|
|
||||||
<pre>
|
|
||||||
> Hopefully that didn't break anything too much
|
|
||||||
</pre>
|
|
||||||
<p>
|
|
||||||
Well, about that ...
|
|
||||||
</p>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Fixed the problem where autodetection wouldn't work for most people that aren't me.
|
<b>In-player UI.</b><br/>
|
||||||
|
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).
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
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.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
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.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
The in-player UI now displays a warning whenever Ultrawidify detects automatic aspect ratio detection isn't happening because the site uses DRM.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Made the UI for fixing problems with Ultrawidify not working a bit more intuitive.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Better zooming. The slider is back, baby.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
New alignment options. Video can be aligned vertically as well as horizontally.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Panning option that's a bit more intuitive.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><small>
|
<p><small>
|
||||||
|
Loading…
Reference in New Issue
Block a user