From cfde1ee58ca72c960693822afdfe063fea7507f7 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 1 Dec 2020 01:48:52 +0100 Subject: [PATCH] Update changelog with stuff that was done today --- CHANGELOG.md | 7 +++++++ src/popup/panels/WhatsNewPanel.vue | 13 +++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d89889e..4893609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ QoL improvements for me: * logging: allow to enable logging at will and export said logs to a file +### v4.5.0 (Next) + +* Under the hood: migrated from vue2 to vue3, because optional chaining in templates is too OP. +* (On options page, section 'Action & shortcuts') Manual aspect ratio now supports entering custom ratios using '21/9' and '2.39:1' formats (as opposed to single number, e.g. '2.39') — [#121](https://github.com/tamius-han/ultrawidify/issues/121). +* Added config for wakanim.tv (special thanks to @saschanaz for doing the legwork — [#113](https://github.com/tamius-han/ultrawidify/issues/113)) +* (In Firefox) When extension was placed in overflow menu, the popup was cut off. That should be fixed now. [#119](https://github.com/tamius-han/ultrawidify/issues/119) + ### v4.4.10 (Current) * Video alignment should now work on Twitch — [#109](https://github.com/tamius-han/ultrawidify/issues/109) diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 16e96fa..6a21468 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,22 +2,19 @@

What's new

Full changelog for older versions is available here.

-

4.4.10

+

4.5.0