Changelog and version update stuff
This commit is contained in:
parent
c88247df25
commit
18a3a2162a
@ -20,6 +20,7 @@ QoL improvements for me:
|
|||||||
* Changed links to reflect my github username change
|
* Changed links to reflect my github username change
|
||||||
* **[4.4.4.1]** Fix broken extension popup.
|
* **[4.4.4.1]** Fix broken extension popup.
|
||||||
* **[4.4.4.1]** Fix global/site settings not getting applied immediately/only getting applied after page reload.
|
* **[4.4.4.1]** Fix global/site settings not getting applied immediately/only getting applied after page reload.
|
||||||
|
* **[4.4.4.2]** Fix problem with video being offset while switching between full screen and non-fullscreen non-theater mode on Youtube
|
||||||
|
|
||||||
### v4.4.3
|
### v4.4.3
|
||||||
|
|
||||||
|
@ -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.4.1",
|
"version": "4.4.4.2",
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
||||||
|
@ -2,13 +2,14 @@
|
|||||||
<div>
|
<div>
|
||||||
<h2>What's new</h2>
|
<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>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.4</p>
|
<p class="label">4.4.4<small>.2</small></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Tab detection in extension popup has been made more accurate</li>
|
<li>Tab detection in extension popup has been made more accurate</li>
|
||||||
<li>QoL: Added user-accessible logger (to make fixing sites I can't access a bit easier)</li>
|
<li>QoL: Added user-accessible logger (to make fixing sites I can't access a bit easier)</li>
|
||||||
<li>Changed links to reflect my github username change</li>
|
<li>Changed links to reflect my github username change</li>
|
||||||
<li><b>[4.4.4.1]</b> There were multiple reports about popup being broken. This issue should be resolved.</li>
|
<li><b>[4.4.4.1]</b> There were multiple reports about popup being broken. This issue should be resolved.</li>
|
||||||
<li><b>[4.4.4.1]</b> Setting global/site defaults should no longer require page reloads.</li>
|
<li><b>[4.4.4.1]</b> Setting global/site defaults should no longer require page reloads.</li>
|
||||||
|
<li><b>[4.4.4.2]</b> Fix problem with video being offset while switching between full screen and non-fullscreen non-theater mode on Youtube</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user