Readme+changelog update
This commit is contained in:
parent
69e44c4964
commit
0cdbb19b7a
@ -13,7 +13,12 @@ QoL improvements for me:
|
||||
|
||||
* logging: allow to enable logging at will and export said logs to a file
|
||||
|
||||
### v4.4.8 (Current)
|
||||
### v4.4.9 (Current)
|
||||
|
||||
* 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)
|
||||
|
||||
### v4.4.8
|
||||
|
||||
* Fixed the bug where on pages with more than one video, the list of available videos in the extension popup wouldn't remove videos that are no longer displayed on site. This resulted in extension listing videos that were no longer on the page. Reboot or navigation would also not clear the list if navigating between various pages on the same host.
|
||||
* Fixed the chrome-only bug where on sites with more than one video, the number wouldn't get hidden when the extension popup closed.
|
||||
|
@ -2,17 +2,13 @@
|
||||
<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.8</p>
|
||||
<p class="label">4.4.9</p>
|
||||
<ul>
|
||||
<li>
|
||||
Fixed the bug where on pages with more than one video, the list of available videos in the extension popup
|
||||
wouldn't remove videos that are no longer displayed on site. This resulted in extension listing videos that
|
||||
were no longer on the page. Reboot or navigation would also not clear the list if navigating between various
|
||||
pages on the same host.
|
||||
Fixed issue with video alignment on youtube under certain conditions (previously fixed in v4.4.7.1-2), but this time for real (hopefully).
|
||||
</li>
|
||||
<li>
|
||||
Fixed the chrome-only bug where on sites with more than one video, the number wouldn't get hidden when the
|
||||
extension popup closed.
|
||||
Fixed the bug where extension wouldn't work when URL specified a port (e.g. www.example.com:80)
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user