Changelog
This commit is contained in:
parent
8551bc2dc1
commit
8658b3c0d3
@ -8,7 +8,10 @@
|
|||||||
* Fixed the bug where popup wouldn't be showing the correct settings
|
* Fixed the bug where popup wouldn't be showing the correct settings
|
||||||
* Fixed the bug where site settings would default to 'disabled', even if Extension default setting was not disabled.
|
* Fixed the bug where site settings would default to 'disabled', even if Extension default setting was not disabled.
|
||||||
* Added ability to export and import settings from file (ft. developer mode editor)
|
* Added ability to export and import settings from file (ft. developer mode editor)
|
||||||
|
* [dev goodies] Added debug overlay for aard
|
||||||
|
* Fixed an issue where aspect ratio wouldn't get calculated correctly on youtube videos with native aspect ratios other than 16:9
|
||||||
|
* Fixed an issue that would crash the extension if video element didn't have a player element associated with it
|
||||||
|
* Fixed an issue where extension sometimes wouldn't work if video element was grafted/re-parented to a different element
|
||||||
|
|
||||||
### v6.2.4
|
### v6.2.4
|
||||||
* [#264](https://github.com/tamius-han/ultrawidify/issues/264) — fixed issue with white screen that affected some youtube users. Special thanks to [SnowyOwlNugget](https://github.com/SnowyOwlNugget">SnowyOwlNugget), who instead of whining provided the necessary information.
|
* [#264](https://github.com/tamius-han/ultrawidify/issues/264) — fixed issue with white screen that affected some youtube users. Special thanks to [SnowyOwlNugget](https://github.com/SnowyOwlNugget">SnowyOwlNugget), who instead of whining provided the necessary information.
|
||||||
|
@ -11,16 +11,11 @@
|
|||||||
<li>Fixed the bug where current extension settings wouldn't be displayed correctly in the popup</li>
|
<li>Fixed the bug where current extension settings wouldn't be displayed correctly in the popup</li>
|
||||||
<li>Fixed the issue where extension options using the "Extension default" mode would always be disabled</li>
|
<li>Fixed the issue where extension options using the "Extension default" mode would always be disabled</li>
|
||||||
<li>Added the ability to import and export settings (ft. developer mode editor)</li>
|
<li>Added the ability to import and export settings (ft. developer mode editor)</li>
|
||||||
|
<li>Added some toys not intended for general audience (Aard now has debug tools).</li>
|
||||||
|
<li>Fixed an issue where aspect ratio wouldn't get calculated correctly on youtube videos with native aspect ratios other than 16:9</li>
|
||||||
|
<li>Fixed an issue that would crash the extension if video element didn't have a player element associated with it</li>
|
||||||
|
<li>Fixed an issue where extension sometimes wouldn't work if video element was grafted/re-parented to a different element</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
|
||||||
Planned future updates <i>before</i> Tam vanishes due to convention season obligations:
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>Re-implement manual zoom</li>
|
|
||||||
<li>It appears that ExtConfPatch for version 6.0.0 keeps getting re-applied due to a bug, but my RAID ran out for this release.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="min-w-[400px] max-w-[520px] grow-1 shrink-1">
|
<div class="min-w-[400px] max-w-[520px] grow-1 shrink-1">
|
||||||
<h2>Thank you monies</h2>
|
<h2>Thank you monies</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user