From 2d6a020c5bd9814156e8789ed6c023b335653263 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sat, 28 Sep 2019 00:14:03 +0200 Subject: [PATCH] Version update stuff --- CHANGELOG.md | 7 ++++++- package.json | 2 +- src/manifest.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 17 +++-------------- 4 files changed, 11 insertions(+), 17 deletions(-) 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/manifest.json b/src/manifest.json index 22a0b8e..f2f0224 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.3.0.2", + "version": "4.3.1", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index cef61dd..410668d 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,21 +2,10 @@

What's new

Full changelog for older versions is available here.

-

4.3.0.2

+

4.3.1

    -
  • [4.3.0.2] Extension would not work for new users. (Special thanks to [ezzak](https://github.com/ezzak) for finding and submitting a patch)
  • -
  • [4.3.0.1] Removed some stray, forgotten console.logs.
  • -
  • Fixed an issue where videos would get incorrectly aligned following a window resize.
  • -
  • Fixed all sorts of issues for videos hosted on v.reddit for new (and old) reddit
  • -
  • Fixed the issue where setting extension to 'whitelist only' would disable 'site settings' in popup.
  • -
  • User-friendly way of importing-exporting settings (exporting settings requires 'download' permission)
  • -
  • Started using mutation observers to watch for changes in player size as well, but with some caveats.
  • -
  • Mutation observers are now used to detect both video and player size changes.
  • -
  • Settings patching has been reworked. Settings can now be patched incrementally.
  • -
-

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

-
    -
  • Reworked how logging works internally, but this point still needs some work.
  • +
  • Minor rework of settings page (actions & shortcuts section)
  • +
  • Fixed bug that prevented settings page from opening