Changelog fix

This commit is contained in:
Tamius Han 2025-08-03 02:57:11 +02:00
parent 620028db6d
commit 30e5bce38f
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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>