Some tweaks to release notes

This commit is contained in:
Tamius Han 2019-09-22 02:39:24 +02:00
parent ecf495dae6
commit bf9ee47527
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ QoL improvements for me:
### v4.3.0 (current)
* Fixed some issues with incorrect alignment after window resize
* Fixed for videos hosted on v.reddit for new reddit
* Fixed all sorts of issues for videos hosted on v.reddit for new (and old) reddit
* Fixed the issue where setting extension to 'whitelist only' would disable 'site settings' in popup.
* Added user-friendly way to export/import settings (export requires 'download' permissions)
* Reworked logging

View File

@ -5,7 +5,7 @@
<p class="label">4.3.0</p>
<ul>
<li>Fixed an issue where videos would get incorrectly aligned following a window resize.</li>
<li>Fixed for videos hosted on v.reddit for new reddit</li>
<li>Fixed all sorts of issues for videos hosted on v.reddit for new (and old) reddit</li>
<li>Fixed the issue where setting extension to 'whitelist only' would disable 'site settings' in popup.</li>
<li>User-friendly way of importing-exporting settings (exporting settings requires 'download' permission)</li>
<li>Started using mutation observers to watch for changes in player size as well, but with some caveats.</li>