Fix changelog

This commit is contained in:
Tamius Han 2019-09-21 23:48:17 +02:00
parent b983b6e4ec
commit 469c607568
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ QoL improvements for me:
* 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
* Started using mutation observers to watch for changes in player size as well.
* Started using mutation observers to watch for changes in player size as well. Since mutation observers aren't entirely reliable, old way of doing things is still somewhat present as a backup way, but runs less frequently.
* Implemented/improved/fixed settings patching
### v4.2.4 / 4.2.4.x

View File

@ -8,7 +8,7 @@
<li>Fixed for videos hosted on v.reddit for new 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.</li>
<li>Started using mutation observers to watch for changes in player size as well, but with some caveats.</li>
<li>Mutation observers are now used to detect both video and player size changes.</li>
<li>Settings patching has been reworked. Settings can now be patched incrementally.</li>
</ul>