From dacd1f7a9ca8871cbbe502b2bcea11dae6d84624 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 17 Sep 2019 22:26:43 +0200 Subject: [PATCH] Version upgrade stuff --- CHANGELOG.md | 14 +++++++++++--- src/popup/panels/WhatsNewPanel.vue | 9 +++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c664a..f57e646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,22 @@ ### Plans for the future * Settings page looks ugly af right now. Maybe fix it some time later +* rework keyboard shortcuts so things like russian layouts don't mess thigns up +* other bug fixes -### v4.3.0 (future release) +QoL improvements for me: -* Added user-friendly way to export/import settings +* logging: allow to enable logging at will and export said logs to a file + +### v4.3.0 (current) + +* Fixed some issues with incorrect alignment after window resize +* Added user-friendly way to export/import settings (export requires 'download' permissions) * Reworked logging * Started using mutation observers to watch for changes in player size as well. +* Implemented/improved/fixed settings patching -### v4.2.4 / 4.2.4.x (current) +### v4.2.4 / 4.2.4.x * Improvements to player detection. More details in the [blog post](https://stuff.tamius.net/sacred-texts/2019/08/31/ultrawidify-and-the-improper-cropping/). * **[4.2.4.1]** Fixed default video settings for reddit diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 432ffdb..5587c52 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -3,11 +3,16 @@

What's new

Full changelog for older versions is available here.

4.3.0

- This update mostly contains things that have the potential to make my life easier when solving issues. +

I'm also laying ground for some features that will make my life easier:

+