diff --git a/CHANGELOG.md b/CHANGELOG.md index cdcf01f..be98915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,12 @@ QoL improvements for me: * logging: allow to enable logging at will and export said logs to a file -### v4.3.0 (current) +### v4.3.1 (current) + +* Minor rework of settings page (actions & shortcuts section) +* Fixed bug that prevented settings page from opening + +### v4.3.0 * Fixed some issues with incorrect alignment after window resize * Fixed all sorts of issues for videos hosted on v.reddit for new (and old) reddit diff --git a/package.json b/package.json index a1312b2..29760ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultravidify", - "version": "4.3.0", + "version": "4.3.1", "description": "Aspect ratio fixer for youtube that works around some people's disability to properly encode 21:9 (and sometimes, 16:9) videos.", "author": "Tamius Han ", "scripts": { diff --git a/src/common/components/ActionAlt.vue b/src/common/components/ActionAlt.vue index 87074dd..64e8de1 100644 --- a/src/common/components/ActionAlt.vue +++ b/src/common/components/ActionAlt.vue @@ -1,18 +1,18 @@