readme update & version bump
This commit is contained in:
parent
cfa0c4e2c8
commit
2eec8b3ef9
@ -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 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)
|
* 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
|
### v4.4.8
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Ultrawidify",
|
"name": "Ultrawidify",
|
||||||
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
"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": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
||||||
|
@ -10,7 +10,14 @@
|
|||||||
<li>
|
<li>
|
||||||
Fixed the bug where extension wouldn't work when URL specified a port (e.g. www.example.com:80)
|
Fixed the bug where extension wouldn't work when URL specified a port (e.g. www.example.com:80)
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>[4.4.9.1]</b>removed source files from extension build
|
||||||
|
</li>
|
||||||
</ul>
|
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user