Provisional version bump
This commit is contained in:
parent
14f8453067
commit
ab1efbe9cf
@ -2,12 +2,16 @@
|
|||||||
|
|
||||||
## v6.0 (current major)
|
## 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
|
### v6.3.0
|
||||||
* Added zoom segment to in-player UI and popup.
|
* Added zoom segment to in-player UI and popup.
|
||||||
* Fixed keyboard zoom
|
* Fixed keyboard zoom
|
||||||
* Added additional zoom options. If you wonder how zoom options differ from crop, mess around and find out.
|
* 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
|
* 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
|
* Added `www.youtube-nocookie.com` to "officially supported" list
|
||||||
|
|
||||||
### v6.2.5
|
### v6.2.5
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ultrawidify",
|
"name": "ultrawidify",
|
||||||
"version": "6.3.0",
|
"version": "6.3.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ultrawidify",
|
"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.",
|
"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>",
|
"author": "Tamius Han <tamius.han@gmail.com>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -5,15 +5,10 @@
|
|||||||
<h1>What's new</h1>
|
<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> -->
|
<!-- <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>
|
<ul>
|
||||||
<li>Automatic aspect ratio detection: do not apply negative aspect ratios</li>
|
<li>In-player UI can now appear in full-screen for websites that put players into top layer</li>
|
||||||
<li>Keyboard zoom now works</li>
|
<li>Embedded sites now inherit settings of the parent frame</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>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Ultrawidify",
|
"name": "Ultrawidify",
|
||||||
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
||||||
"version": "6.3.0",
|
"version": "6.3.9",
|
||||||
"icons": {
|
"icons": {
|
||||||
"32":"res/icons/uw-32.png",
|
"32":"res/icons/uw-32.png",
|
||||||
"64":"res/icons/uw-64.png"
|
"64":"res/icons/uw-64.png"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user