Changelog fix
This commit is contained in:
parent
620028db6d
commit
30e5bce38f
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
### v3.4.0
|
### v3.4.0
|
||||||
* In-player UI now appears in full-screen even for websites that use top layer
|
* In-player UI now appears in full-screen even for websites that use top layer
|
||||||
* Embedded sites now inherit settings of the parent frame
|
* Embedded sites now inherit settings of the parent frame by default
|
||||||
|
* Added validation to custom aspect ratio entry menu. Corrected parsing of aspect ratios given in the X:Y format, even though aspect ratios should be ideally given as a single number.
|
||||||
|
|
||||||
### v6.3.0
|
### v6.3.0
|
||||||
* Added zoom segment to in-player UI and popup.
|
* Added zoom segment to in-player UI and popup.
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>In-player UI can now appear in full-screen for websites that put players into top layer</li>
|
<li>In-player UI can now appear in full-screen for websites that put players into top layer</li>
|
||||||
<li>Embedded sites now inherit settings of the parent frame</li>
|
<li>Embedded sites now inherit settings of the parent frame</li>
|
||||||
|
<li>Added validation to custom aspect ratio entry menu. Corrected parsing of aspect ratios given in the X:Y format, even though aspect ratios should be ideally given as a single number.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user