From 87aa397a7c1da23fb0cd4f5f6274d10d023447c3 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 22 Jan 2023 18:04:26 +0100 Subject: [PATCH] Version bump + changelog --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 6 +++--- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d35a57..5356160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,11 @@ ## v5.x (current major) +### v5.1.6 + +* Added new config for disney+ (courtesy of @MStefan99) +* Chrome hardware acceleration is bugged and cannot be worked around in-extension. Only way to fix this is for users to change their Google Chrome settings. Added naggathon with instructions into the extension popup. + ### v5.1.5 * Fixed laginess in Chromium-based browsers on Windows. Details in [#199](https://github.com/tamius-han/ultrawidify/issues/199#issuecomment-1221383134) diff --git a/package-lock.json b/package-lock.json index 60f0e11..16ca5ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.1.5", + "version": "5.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6e543f9..2d27e3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.1.5", + "version": "5.1.6", "description": "Aspect ratio fixer for youtube and other sites, with automatic aspect ratio detection. Supports ultrawide and other ratios.", "author": "Tamius Han ", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 628f081..2018712 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": "5.1.5", + "version": "5.1.6", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 80ce1f2..66aa778 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,10 +2,10 @@

What's new

Full changelog for older versions is available here.

-

5.1.5

- By Smodur's tail, this "let's respect people's CPUs and NOT call drawImage() / getImageData() twice when we don't have to" update is low key not going well. +

5.1.6

    -
  • Fixed laginess in Chromium-based browsers on Windows. Details in #199.
  • +
  • Added new config for disney+ (courtesy of @MStefan99)
  • +
  • Chrome hardware acceleration is bugged and cannot be worked around in-extension. Only way to fix this is for users to change their Google Chrome settings. Added naggathon with instructions into the extension popup.