From bf010a243ca5ff36247199f94f813def9b7543c6 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Mon, 29 Mar 2021 22:52:32 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 7 +++++-- src/popup/panels/WhatsNewPanel.vue | 11 +++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e59b76..74b5cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,11 @@ * Settings page looks ugly af right now. Maybe fix it some time later * other bug fixes +## v7.0 (planned major) + * WebGL autodetection + ## v6.0 (planned major) - * WebGL autodetection * in-player GUI * Fix UI logger @@ -21,8 +23,9 @@ There's been some big-ish changes under the hood: * Migrate main scripts to typescript (vue is currently not included). -* webextension-polyfill is now used everywhere (if only because typescript throws a hissy fit with `browser` and `chrome` otherwise) +* webextension-polyfill is now used everywhere (if only because typescript throws a hissy fit with `browser` and `chrome` otherwise) ([#114](https://github.com/tamius-han/ultrawidify/issues/114)) * Fix some bugs that I didn't even know I had, but typescript kinda shone some light on them +* Manual zoom (Z/U unless sites override the two) should now work again (without automatic AR constantly overriding it). Same goes for panning. ([#135](https://github.com/tamius-han/ultrawidify/issues/135) & [#138](https://github.com/tamius-han/ultrawidify/issues/138)) ## v4.x (current major) diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 39e0fad..c58c635 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,16 +2,19 @@

What's new

Full changelog for older versions is available here.

-

4.5.3

+

5.0.0