version bump

This commit is contained in:
Tamius Han 2020-04-30 00:14:36 +02:00
parent e1b062f19e
commit 1646958449
3 changed files with 4 additions and 3 deletions

View File

@ -19,6 +19,7 @@ QoL improvements for me:
* LoggerUI is now functional.
* **[4.4.7.1]** Additional CSS fixes
* **[4.4.7.1]** Bruteforce fix for youtube alignment issue
* **[4.4.7.2]** Bruteforce fix for youtube alignment issue — increase number of retries
### v4.4.6

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.7.1",
"version": "4.4.7.2",
"applications": {
"gecko": {
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"

View File

@ -5,8 +5,8 @@
<p class="label">4.4.7</p>
<ul>
<li><b>[4.4.7.1]</b> CSS fixes</li>
<li><b>[4.4.7.1]</b> Delay CSS changes if video dimensions are invalid (attempt to fix youtube alignment problems
that appear in certain circumstances)
<li><b>[4.4.7.1~2]</b> Delay CSS changes if video dimensions are invalid (attempt to fix youtube alignment problems
that appear in certain circumstances). 4.4.7.2 increased number of retries.
</li>
<li>Removed unnecessary font files and image files from the package.</li>
<li>(For testing/debugging purposes) Logger UI in swatter mode is now somewhat functional and user-friendly.</li>