Update 'what's new'?

This commit is contained in:
Tamius Han 2021-04-12 20:27:49 +02:00
parent c863447f3d
commit 19e021ce8e
2 changed files with 13 additions and 2 deletions

View File

@ -18,6 +18,14 @@
## v5.x (current major)
### v5.0.2
* When in full screen, the extension will assume player element dimensions are the same as the screen resolution. This should help with sites where ultrawidify doesn't correctly identify the player, as cropping generally doesn't work if player element is not identified. Old behaviour can be restored in advanced extension settings by toggling the "use player aspect ratio in fullscreen" checkbox under 'player detection settings'.
* Extension should now respect 'disable extension' option for real.
* Fixed the issue where player wouldn't get detected if video was wider than the player.
### v5.0.1
* Added an option for users to turn off (and/or configure) Chrome/Edge's zoom limiter.

View File

@ -2,10 +2,13 @@
<div>
<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 class="label">5.0.1</p>
<p class="label">5.0.2</p>
<ul>
<li>
Added an option to disable and further configure zoom limitations.
When in full screen, the extension will assume player element dimensions are the same as the screen resolution. This should help with sites where ultrawidify doesn't correctly identify the player, as cropping generally doesn't work if player element is not identified. Old behaviour can be restored in advanced extension settings by toggling the "use player aspect ratio in fullscreen" checkbox under 'player detection settings'.
</li>
<li>
Fixed the issue where player wouldn't get detected if video was wider than the player.
</li>
</ul>
<p>