From e03a4adc9e4527d5c9187653535ff3b94b351fb3 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 25 Aug 2019 21:21:54 +0200 Subject: [PATCH] readme update --- CHANGELOG.md | 5 +++-- src/popup/panels/WhatsNewPanel.vue | 6 +----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ebff5..d2198ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,9 @@ * Added user-friendly way to export/import settings * Reworked logging +* Started using mutation observers to watch for changes in player size as well. -### v4.2.3 / 4.2.3.1 +### v4.2.3 / 4.2.3.1 (current) * Fixed twitchy behaviour on Twitch, Facebook and Twatter. Here's a [blog post](https://stuff.tamius.net/sacred-texts/2019/08/24/ultrawidify-the-twitchy-twitch-problem/) that covers the issue in more detail. * Cropping now uses user styles (as opposed to modifying element's style attribute) @@ -19,7 +20,7 @@ * Started using mutation observers to watch for anything modifying the size of our video. * **[4.2.3.1]** fixed some bugs in popup. -### v4.2.2 (current) +### v4.2.2 * Fixed player detection on reddit (for videos from v.reddit) diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 087b599..432ffdb 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -7,11 +7,7 @@