Version upgrade stuff

This commit is contained in:
Tamius Han 2019-09-17 22:26:43 +02:00
parent 536e726f4b
commit dacd1f7a9c
2 changed files with 18 additions and 5 deletions

View File

@ -5,14 +5,22 @@
### Plans for the future
* Settings page looks ugly af right now. Maybe fix it some time later
* rework keyboard shortcuts so things like russian layouts don't mess thigns up
* other bug fixes
### v4.3.0 (future release)
QoL improvements for me:
* Added user-friendly way to export/import settings
* logging: allow to enable logging at will and export said logs to a file
### v4.3.0 (current)
* Fixed some issues with incorrect alignment after window resize
* 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
### v4.2.4 / 4.2.4.x (current)
### v4.2.4 / 4.2.4.x
* Improvements to player detection. More details in the [blog post](https://stuff.tamius.net/sacred-texts/2019/08/31/ultrawidify-and-the-improper-cropping/).
* **[4.2.4.1]** Fixed default video settings for reddit

View File

@ -3,11 +3,16 @@
<h2>What's new</h2>
<p>Full changelog for older versions <a href="https://github.com/xternal7/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
<p class="label">4.3.0</p>
This update mostly contains things that have the potential to make my life easier when solving issues.
<ul>
<li>Fixed an issue where videos would get incorrectly aligned following a window resize.</li>
<li>User-friendly way of importing-exporting settings (exporting settings requires 'download' permission)</li>
<li>Reworked logging (basic). Logging can be enabled at runtime and and logs saved to a file. (Saving logs 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>
<li>Settings patching has been reworked. Settings can now be patched incrementally.</li>
</ul>
<p>I'm also laying ground for some features that will make my life easier:</p>
<ul>
<li>Reworked how logging works internally, but this point still needs some work.</li>
</ul>
</div>
</template>