Changelog updates

This commit is contained in:
Tamius Han 2020-02-06 23:06:37 +01:00
parent f721c795e6
commit 63922d5744
2 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,7 @@
### Plans for the future ### Plans for the future
* WebGL * WebGL
* Native builds for Chromium Edge and Opera
* Settings page looks ugly af right now. Maybe fix it some time later * Settings page looks ugly af right now. Maybe fix it some time later
* other bug fixes * other bug fixes
@ -12,11 +13,13 @@ QoL improvements for me:
* logging: allow to enable logging at will and export said logs to a file * logging: allow to enable logging at will and export said logs to a file
### v4.4.4 ### v4.4.4 (current)
* Tab detection in extension popup has been made more accurate * Tab detection in extension popup has been made more accurate
* QoL: Added user-accessible logger (to make fixing sites I can't access a bit easier)
* Changed links to reflect my github username change
### v4.4.3 (Current) ### v4.4.3
* Fixed conf patch for disney+ (hopefully) (v4.4.3.1: but for real) * Fixed conf patch for disney+ (hopefully) (v4.4.3.1: but for real)
* `Settings.save()` adds missing values to site config when saving extension configuration. * `Settings.save()` adds missing values to site config when saving extension configuration.

View File

@ -5,6 +5,8 @@
<p class="label">4.4.4</p> <p class="label">4.4.4</p>
<ul> <ul>
<li>Tab detection in extension popup has been made more accurate</li> <li>Tab detection in extension popup has been made more accurate</li>
<li>QoL: Added user-accessible logger (to make fixing sites I can't access a bit easier)</li>
<li>Changed links to reflect my github username change</li>
</ul> </ul>
</div> </div>
</template> </template>