Update changelog. Update includes a promise (popup bit needs to be fixed)

This commit is contained in:
Tamius Han 2019-09-18 01:08:07 +02:00
parent b91fc2e422
commit 4f830e2a37
2 changed files with 5 additions and 1 deletions

View File

@ -15,10 +15,12 @@ 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 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.
* Implemented/improved/fixed settings patching
* Implemented/improved/fixed settings patching
### v4.2.4 / 4.2.4.x

View File

@ -5,6 +5,8 @@
<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 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>Mutation observers are now used to detect both video and player size changes.</li>