Version bump + changelog

This commit is contained in:
Tamius Han 2022-08-06 01:56:12 +02:00
parent 82f2983ac2
commit e0fe4c7103
5 changed files with 10 additions and 14 deletions

View File

@ -18,6 +18,10 @@
## v5.x (current major)
### v5.1.4
* Fixed some problems with autodetection not returning to 16:9 when necessary if autodetection already changed aspect ratio ([#198](https://github.com/tamius-han/ultrawidify/issues/198))
### v5.1.3
* Fixed some problems with autodetection sometimes briefly resetting on dark frames ([#195](https://github.com/tamius-han/ultrawidify/issues/195), [#196](https://github.com/tamius-han/ultrawidify/issues/196))

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "ultrawidify",
"version": "5.1.3",
"version": "5.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "ultrawidify",
"version": "5.1.3",
"version": "5.1.4",
"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.1.3",
"version": "5.1.4",
"applications": {
"gecko": {
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"

View File

@ -2,18 +2,10 @@
<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.1.3</p>
<p class="label">5.1.4</p>
<small><sup>By Smodur's tail, this "let's respect people's CPUs and NOT call <code>drawImage()</code> / <code>getImageData()</code> twice when we don't have to" update is low key <i>not</i> going well.</sup></small>
<ul>
<li>Fixed some problems with autodetection sometimes briefly resetting on dark frames (<a href="https://github.com/tamius-han/ultrawidify/issues/195" target="_blank">#195</a>), <a href="https://github.com/tamius-han/ultrawidify/issues/196" target="_blank">#196</a>)</li>
</ul>
<p class="label">5.1.2</p>
<ul>
<li>
Fixed the issue where "Enable extension (for this site)" option was not visible in the extension popup.
</li>
<li>
Blackframe tests now run on same data as main algorithm as opposed on a smaller sample (<code>drawImage()</code> calls are <i>very</i> expensive even for a 16x9 sample).
</li>
<li>Fixed some problems with autodetection not returning to 16:9 when necessary if autodetection already changed aspect ratio (<a href="https://github.com/tamius-han/ultrawidify/issues/198" target="blank">#198</a>)</li>
</ul>
</div>
</template>