Version update stuff

This commit is contained in:
Tamius Han 2019-10-20 14:13:58 +02:00
parent cec427d9ab
commit 7a9c341bf8
4 changed files with 5 additions and 3 deletions

View File

@ -16,6 +16,7 @@ QoL improvements for me:
* Minor rework of settings page (actions & shortcuts section) * Minor rework of settings page (actions & shortcuts section)
* Fixed bug that prevented settings page from opening * Fixed bug that prevented settings page from opening
* **[4.3.1.1]** quick patch for twitch.tv
### v4.3.0 ### v4.3.0

View File

@ -103,7 +103,7 @@ const ExtensionConfPatch = [
}, },
} }
}, { }, {
forVersion: '4.3.0.1', forVersion: '4.3.1.1',
sites: { sites: {
'twitch.tv': { 'twitch.tv': {
DOM: { DOM: {

View File

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

View File

@ -2,8 +2,9 @@
<div> <div>
<h2>What's new</h2> <h2>What's new</h2>
<p>Full changelog for older versions <a href="https://github.com/xternal7/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p> <p>Full changelog for older versions <a href="https://github.com/xternal7/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
<p class="label">4.3.1</p> <p class="label">4.3.1.1</p>
<ul> <ul>
<li><b>[4.3.3.1]</b> Patched twitch.tv</li>
<li>Minor rework of settings page (actions & shortcuts section)</li> <li>Minor rework of settings page (actions & shortcuts section)</li>
<li>Fixed bug that prevented settings page from opening</li> <li>Fixed bug that prevented settings page from opening</li>
</ul> </ul>