From 2eec8b3ef97e28d9db9d3e7f15ed8bedfd4d2077 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 18 Jun 2020 22:27:52 +0200 Subject: [PATCH] readme update & version bump --- CHANGELOG.md | 3 +++ src/manifest.json | 2 +- src/popup/panels/WhatsNewPanel.vue | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d46a2bb..bcd3b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ QoL improvements for me: * Fixed the youtube alignment issue (previously fixed in v4.4.7.1-2), but this time for real (and in a bit more proper way) * Fixed the bug where extension wouldn't work when URL specified a port (e.g. www.example.com:80) +* **[4.4.9.1]** removed source files from extension build in order to decrease package size + +In addition to that, as of 4.4.9.1 the build process ensures removal of `node_modules` before building the extension so we can have reproducible builds except for real this time. Hopefully. ### v4.4.8 diff --git a/src/manifest.json b/src/manifest.json index c9e2d14..783705d 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.4.9", + "version": "4.4.9.1", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 74c17e2..65229a6 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -10,7 +10,14 @@
  • Fixed the bug where extension wouldn't work when URL specified a port (e.g. www.example.com:80)
  • +
  • + [4.4.9.1]removed source files from extension build +
  • +

    + In addition to that, as of 4.4.9.1 the build process ensures removal of `node_modules` before building the extension so we can have + reproducible builds except for real this time. Hopefully. +