version bump
This commit is contained in:
parent
8d29e7b5bb
commit
ca6083b0ee
@ -18,6 +18,7 @@ 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
|
||||
* **[4.4.9.2]** updated dependencies and stuff
|
||||
|
||||
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.
|
||||
|
||||
|
@ -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.1",
|
||||
"version": "4.4.9.2",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<h2>What's new</h2>
|
||||
<p>Full changelog for older versions <a href="https://github.com/tamius-han/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
|
||||
<p class="label">4.4.9</p>
|
||||
<p class="label">4.4.9.2</p>
|
||||
<ul>
|
||||
<li>
|
||||
Fixed issue with video alignment on youtube under certain conditions (previously fixed in v4.4.7.1-2), but this time for real (hopefully).
|
||||
@ -11,7 +11,10 @@
|
||||
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
|
||||
<b>[4.4.9.1]</b> removed source maps from extension build
|
||||
</li>
|
||||
<li>
|
||||
<b>[4.4.9.2]</b> updated npm packages
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user