diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7fefb..c882050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,16 @@ * Settings page looks ugly af right now. Maybe fix it some time later -### v4.2.1 (current) +### v4.3.0 (future release) + +* Added user-friendly way to export/import settings +* Reworked logging + +### v4.2.2 (current) + +* Fixed player detection on reddit (for videos from v.reddit) + +### v4.2.1 * Fixed bug where custom CSS didn't get applied to pages ### v4.2.0 diff --git a/package.json b/package.json index f421378..0ac84f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultravidify", - "version": "4.2.1", + "version": "4.3.0", "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/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 4f62e9d..1a6ff74 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,17 +2,17 @@

What's new

Full changelog for older versions is available here.

-

4.2.2

+

4.3.0

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