From 58ed3b1ca4c3b77dd7bfebc7afd6aa095ba9f9b3 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 26 Jul 2022 22:41:12 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + src/popup/panels/WhatsNewPanel.vue | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fa31f..e1e0241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ ### v5.1.2 * `set-extension-mode` turned into `set-ExtensionMode` at some point. This caused in "Enable this extension" options to vanish on certain setups. +* Blackframe tests now run on same data as main algorithm as opposed on a smaller sample (`drawImage()` calls are _very_ expensive even for a 16x9 sample). ### v5.1.1 diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 4f92a6a..5f9e118 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -3,9 +3,14 @@

What's new

Full changelog for older versions is available here.

5.1.2

-

- Fixed the issue where "Enable extension (for this site)" option was not visible in the extension popup. -

+