From f41ffb315511095ea88ea2ff1f6477b04f794d98 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sat, 20 Jul 2019 21:33:15 +0200 Subject: [PATCH] Readme updates for 4.3.0, version bump --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 8 ++++---- 3 files changed, 15 insertions(+), 6 deletions(-) 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.
    -
  • Fixed alignment issues for reddit on videos from v.reddit
  • +
  • User-friendly way of importing-exporting settings (exporting settings requires 'download' permission)
  • +
  • Reworked logging (basic). Logging can be enabled at runtime and and logs saved to a file. (Saving logs requires 'download' permission)
  • Some people reported issues with inconsistent video alignment on youtube. While I've not been able to make that bug happen to me, (which means I haven't been able to fix it either), reports describe behaviour similar to what was going on with Iridium. Examining the Iridium issue revealed an issue that could be potentially blamed for this behaviour. That issue was fixed. Since I've never been able to make this problem happen to me, I'm not being able to verify whether that issue is gone. If you're still experiencing issues with inconsistent video alignment, please contact me via github, reddit or email. See 'Report a problem' tab for more details.
- -