Provisional version bump

This commit is contained in:
Tamius Han 2025-07-16 03:14:44 +02:00
parent 14f8453067
commit ab1efbe9cf
5 changed files with 11 additions and 12 deletions

View File

@ -2,12 +2,16 @@
## v6.0 (current major)
### v3.4.0
* In-player UI now appears in full-screen even for websites that use top layer
* Embedded sites now inherit settings of the parent frame
### v6.3.0
* Added zoom segment to in-player UI and popup.
* Fixed keyboard zoom
* Added additional zoom options. If you wonder how zoom options differ from crop, mess around and find out.
* Subdomains now inherit same settings as their parent domain by default
* Extension detects embedded content (but not always)
* Extension popup detects embedded content
* Added `www.youtube-nocookie.com` to "officially supported" list
### v6.2.5

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "ultrawidify",
"version": "6.3.0",
"version": "6.3.9",
"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

@ -5,15 +5,10 @@
<h1>What's new</h1>
<!-- <p>Full changelog for older versions <a href="https://github.com/tamius-han/ultrawidify/blob/master/CHANGELOG.md" target="_blank">is available here</a>.</p> -->
<h2>6.3.0</h2>
<h2>6.4.0</h2>
<ul>
<li>Automatic aspect ratio detection: do not apply negative aspect ratios</li>
<li>Keyboard zoom now works</li>
<li><code>www.youtube-nocookie.com</code> has been added to the "officially supported" list</li>
<li>Fixed the bug where UI would sometimes refuse to stay hidden</li>
<li>New experimental zoom options</li>
<li>Subdomains now inherit same settings as their parent domain by default</li>
<li>Extension attempts to detect embedded content.</li>
<li>In-player UI can now appear in full-screen for websites that put players into top layer</li>
<li>Embedded sites now inherit settings of the parent frame</li>
</ul>
</div>

View File

@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Ultrawidify",
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
"version": "6.3.0",
"version": "6.3.9",
"icons": {
"32":"res/icons/uw-32.png",
"64":"res/icons/uw-64.png"