readme update & version bump

This commit is contained in:
Tamius Han 2020-06-18 22:27:52 +02:00
parent cfa0c4e2c8
commit 2eec8b3ef9
3 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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}"

View File

@ -10,7 +10,14 @@
<li>
Fixed the bug where extension wouldn't work when URL specified a port (e.g. www.example.com:80)
</li>
<li>
<b>[4.4.9.1]</b>removed source files from extension build
</li>
</ul>
<p>
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.
</p>
</div>
</template>
<script>