Update changelog
This commit is contained in:
parent
a7302fee4b
commit
b8fdf0911a
@ -18,9 +18,12 @@
|
||||
|
||||
## v5.x (current major)
|
||||
|
||||
### v5.1.7 (firefox only)
|
||||
### v5.1.7
|
||||
|
||||
* When aligning videos, ensure video is never translated by a fractional value
|
||||
* As of recent nVidia driver update in Edge, Angle detection fails in a way that prevents popup from showing up. This problem should be fixed now.
|
||||
|
||||
The angle detection problem was fixed by disabling the angle detection check for now, as Chrome, et al. appear to have fixed buggy video hardware acceleration.
|
||||
|
||||
### v5.1.6
|
||||
|
||||
|
@ -4,7 +4,8 @@
|
||||
<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.7</p>
|
||||
<ul>
|
||||
<li>In some situations, video aligned would move the video by non-whole number of pixels. On some hardware configuration, this would introduce a thin vertical white line. This issue <i>should</i> be fixed now.</li>
|
||||
<li>(Firefox) In some situations, video aligned would move the video by non-whole number of pixels. On some hardware configuration, this would introduce a thin vertical white line. This issue <i>should</i> be fixed now.</li>
|
||||
<li>(Edge) As of recent nVidia driver update in Edge, Angle detection fails in a way that prevents popup from showing up. This problem should be fixed now.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user