From 624c072bb34111e7d1ebb82421abdfa8ea783735 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 1 Apr 2021 21:43:19 +0200 Subject: [PATCH] Changelog + version bump --- CHANGELOG.md | 5 +++-- src/manifest.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 6 ++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b50ce0a..19fc17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ ## v5.x (next major) -### v5.0.0 (next) +### v5.0.0 There's been some big-ish changes under the hood: @@ -27,7 +27,8 @@ There's been some big-ish changes under the hood: * Fix some bugs that I didn't even know I had, but typescript kinda shone some light on them * Manual zoom (Z/U unless sites override the two) should now work again (without automatic AR constantly overriding it). Same goes for panning. ([#135](https://github.com/tamius-han/ultrawidify/issues/135) & [#138](https://github.com/tamius-han/ultrawidify/issues/138)) * Fix issue when video would be scaled incorrectly if video element uses `height:auto`. - +* **[5.0.0.1]** Fixed the issue where settings were reset on page load. +* **[5.0.0.1]** Fixed the issue where settings page wouldn't load. ## v4.x (current major) ### v4.5.3 diff --git a/src/manifest.json b/src/manifest.json index d75c674..abeb11c 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.0.0", + "version": "5.0.0.1", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 4418eb8..90483be 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -19,6 +19,12 @@
  • Fix issue when video would be scaled incorrectly if video element uses height:auto.
  • +
  • + [5.0.0.1] Fixed the issue where settings were reset on page load. +
  • +
  • + [5.0.0.1] Fixed the issue where settings page wouldn't load. +