diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f64ba6..bd0d1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 12d91c5..69bc199 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -4,7 +4,8 @@
Full changelog for older versions is available here.
5.1.7