Version bump stuff

This commit is contained in:
Tamius Han 2021-08-26 00:45:22 +02:00
parent 2cb02ff3f2
commit cbb4624e25
5 changed files with 12 additions and 7 deletions

View File

@ -18,6 +18,11 @@
## v5.x (current major)
### v5.1.0
* Re-enable logger
* Move aspect ratio autodetection to requestAnimationFrame
### v5.0.7
* Videos of square-ish aspect ratios on 1440p (and lower) resolutions now no longer get misaligned ([#162](https://github.com/tamius-han/ultrawidify/issues/162))

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "ultrawidify",
"version": "5.0.7",
"version": "5.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "ultrawidify",
"version": "5.0.7",
"version": "5.1.0",
"description": "Aspect ratio fixer for youtube and other sites, with automatic aspect ratio detection. Supports ultrawide and other ratios.",
"author": "Tamius Han <tamius.han@gmail.com>",
"scripts": {

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Ultrawidify",
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
"version": "5.0.7",
"version": "5.1.0",
"applications": {
"gecko": {
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"

View File

@ -2,17 +2,17 @@
<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.7</p>
<p class="label">5.1.0</p>
<ul>
<li>
Youtube: Videos of square-ish aspect ratios on 1440p (and lower) resolutions now no longer get misaligned (<a href="https://github.com/tamius-han/ultrawidify/issues/162">#162</a>)
Under the hood changes: aspect ratio autodetection now uses requestAnimationFrame instead of a setTimeout/setInterval-based loop.
</li>
<li>
Youtube: Alignment of featured videos on the channel page should now also be fixed
Logger is sorta fixed.
</li>
</ul>
<p>
Hopefully that didn't break anything because I remember going from query selectors to auto mode for a reason, but when I tested things, things seemed to work across the board.
Hopefully that didn't break anything too much.
</p>
<p><small>
<b>Known issues:</b> zooming is limited in Chromium-based browsers. This is a browser bug that no extension can fix. See <a href="https://github.com/tamius-han/ultrawidify/discussions/161" target="_blank">this</a> for more info.