Update "what's new" stuff.

This commit is contained in:
Tamius Han 2021-04-04 03:58:26 +02:00
parent d0beb137fe
commit f8bd8e2eec
2 changed files with 18 additions and 20 deletions

View File

@ -11,12 +11,16 @@
## v7.0 (planned major)
* WebGL autodetection
## v6.0 (planned major)
## v6.0 (next major)
* in-player GUI
* Fix UI logger
## v5.x (next major)
## v5.x (current major)
### v5.0.1
* Turned off zoom limitations for Edge and Chrome.
* Added an option for users to manually re-enable (and configure) Chrome/Edge's zoom limiter.
### v5.0.0

View File

@ -2,30 +2,24 @@
<div>
<h2>What's new</h2>
<p>Full changelog for older versions <a href="https://github.com/tamius-han/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
<p class="label">5.0.0</p>
<p class="label">5.0.1</p>
<ul>
<li>
Under the hood: the extension has been moved over to typescript (except UI bits, which remain javascript).
Disabled Chrome's and Edge's zoom limitation.
</li>
<li>
webextension-polyfill is now used everywhere (if only because typescript throws a hissy fit with <code>browser</code> and <code>chrome</code> otherwise) (<a href="https://github.com/tamius-han/ultrawidify/issues/114">#114</a>).
</li>
<li>
Fix some bugs that I didn't even know I had, but typescript kinda shone some light on them
</li>
<li>
Manual zoom and panning are now back. (<a href="https://github.com/tamius-han/ultrawidify/issues/135">#135</a> and <a href="https://github.com/tamius-han/ultrawidify/issues/138">#138</a>)
</li>
<li>
Fix issue when video would be scaled incorrectly if video element uses <code>height:auto</code>.
</li>
<li>
<b>[5.0.0.1]</b> Fixed the issue where settings were reset on page load.
</li>
<li>
<b>[5.0.0.1]</b> Fixed the issue where settings page wouldn't load.
Added an option to toggle and further configure zoom limitation.
</li>
</ul>
<p>
<small><b>NOTE:</b> zoom limitations were introduced as a workaround for a bug caused by Chrome's/Edge's faulty hardware acceleration
which caused videos to be incorrectly stretched on nVidia GPUs while in fullscreens. While this issue is reportedly fixed as
of few weeks ago, a few people reported having this issue within the past two weeks.</small>
</p>
<p>
<small>If you experience issues with videos being stretched incorrectly at certain zoom levels, go to:</small><br/>
<small><code>extension popup > Advanced Settings > Browser quirk mitigations > limit zoom.</code></small>
</p>
</div>
</template>
<script>