Compare commits
2 Commits
a98a80001c
...
11fa12001c
Author | SHA1 | Date | |
---|---|---|---|
11fa12001c | |||
a82a6963e9 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ultrawidify",
|
"name": "ultrawidify",
|
||||||
"version": "6.2.1",
|
"version": "6.2.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ultrawidify",
|
"name": "ultrawidify",
|
||||||
"version": "6.2.1",
|
"version": "6.2.2",
|
||||||
"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": {
|
||||||
|
@ -345,8 +345,8 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
|
|
||||||
<style lang="scss" scoped module>
|
<style lang="scss" scoped module>
|
||||||
@import '../res-common/variables';
|
@import '../res-common/variables';
|
||||||
|
@ -120,5 +120,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
|
@ -18,8 +18,21 @@
|
|||||||
Since automatic aspect ratio detection had to be rewritten completely and since the new version needs to be out 5 days ago, there are some regressions in the automatic aspect ratio detection.
|
Since automatic aspect ratio detection had to be rewritten completely and since the new version needs to be out 5 days ago, there are some regressions in the automatic aspect ratio detection.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>6.0.1</h2>
|
Minor revisions:
|
||||||
<p>Fixed external links.</p>
|
|
||||||
|
<h3>6.2.1</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed offset issue on Netflix</li>
|
||||||
|
<li>Fixed issue with overlay iframe not being transparent on twitter</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>6.2.2</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed the issue where stretching was not applied if no cropping was used</li>
|
||||||
|
<li>Half-fixed in-player UI on sites where player is not detected correctly</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
|
||||||
<h2>6.0.0</h2>
|
<h2>6.0.0</h2>
|
||||||
<p>
|
<p>
|
||||||
@ -70,6 +83,9 @@
|
|||||||
Hope the UI is worth the regressions, because getting UI to work has been a MAJOR pain in the ass.
|
Hope the UI is worth the regressions, because getting UI to work has been a MAJOR pain in the ass.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>Minor revisions:</p>
|
||||||
|
<h2>6.0.1</h2>
|
||||||
|
<p>Fixed external links.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-[1/2]" style="width: 50%; padding-left: 1rem; padding-top: 5rem;">
|
<div class="w-[1/2]" style="width: 50%; padding-left: 1rem; padding-top: 5rem;">
|
||||||
<h2>Thank you monies</h2>
|
<h2>Thank you monies</h2>
|
||||||
|
@ -118,5 +118,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/panels.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
|
@ -453,8 +453,8 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/panels.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.button-hover:hover {
|
.button-hover:hover {
|
||||||
color: #fa6;
|
color: #fa6;
|
||||||
|
@ -240,5 +240,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/panels.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
|
@ -245,5 +245,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/panels.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
|
@ -152,5 +152,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/panels.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
|
@ -550,8 +550,8 @@ export default({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
p {
|
p {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
@ -224,8 +224,9 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.justify-center {
|
.justify-center {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -26,5 +26,5 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
|
@ -143,8 +143,9 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.justify-center {
|
.justify-center {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -172,7 +172,7 @@ export default {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import "../res-common/variables";
|
@import "../res-common/variables";
|
||||||
|
|
||||||
|
@ -342,8 +342,8 @@ export default {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.active-trigger-area {
|
.active-trigger-area {
|
||||||
background-image: url('/res/img/grid_512.webp');
|
background-image: url('/res/img/grid_512.webp');
|
||||||
|
@ -130,6 +130,7 @@ class PlayerData {
|
|||||||
'change-player-element': [{
|
'change-player-element': [{
|
||||||
function: () => {
|
function: () => {
|
||||||
this.nextPlayerElement();
|
this.nextPlayerElement();
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
//#endregion
|
//#endregion
|
||||||
|
@ -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.2.1",
|
"version": "6.2.2",
|
||||||
"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"
|
||||||
|
@ -29,6 +29,10 @@ const config = {
|
|||||||
devtool: "source-map",
|
devtool: "source-map",
|
||||||
|
|
||||||
resolve: {
|
resolve: {
|
||||||
|
alias: {
|
||||||
|
'@src': path.resolve(__dirname, 'src'),
|
||||||
|
'@csui': path.resolve(__dirname, 'src/csui'),
|
||||||
|
},
|
||||||
// maybe we'll move vue stuff to TS some day, but today is not the day
|
// maybe we'll move vue stuff to TS some day, but today is not the day
|
||||||
extensions: [
|
extensions: [
|
||||||
'.ts', '.tsx',
|
'.ts', '.tsx',
|
||||||
|
Loading…
Reference in New Issue
Block a user