diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb3fc5..ac7fefb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ * Settings page looks ugly af right now. Maybe fix it some time later +### v4.2.1 (current) +* Fixed bug where custom CSS didn't get applied to pages -### v4.2.0 (current) +### v4.2.0 * Slightly improved popup design. (Design change suggested by PortaTrekos) * Player detection: youtube and twitch now have manual player element detection, with strictly defined players. diff --git a/package.json b/package.json index fbfe990..f421378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultravidify", - "version": "4.1.2", + "version": "4.2.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/manifest.json b/src/manifest.json index f802033..9106a71 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Ultrawidify", "description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.", - "version": "4.2.0", + "version": "4.2.1", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index f20938f..ef08344 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,9 +2,10 @@

What's new

Full changelog for older versions is available here.

-

4.2.0

+

4.2.0 and 4.2.1