Skip to content

Commit

Permalink
[Release] v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Jan 11, 2020
1 parent 8d0b359 commit 103a9b9
Show file tree
Hide file tree
Showing 11 changed files with 328 additions and 236 deletions.
11 changes: 10 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
"avatar_url": "https://avatars1.githubusercontent.com/u/442844?v=4",
"profile": "https://ptk.dev",
"contributions": [
"code"
"code", "translation"
]
},
{
"login": "angylosi",
"name": "Angelica Losi",
"avatar_url": "https://avatars1.githubusercontent.com/u/35865603?v=4",
"profile": "https://www.smodatamente.it",
"contributions": [
"translation"
]
}
],
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# v1.1.0 (January 10, 2019)
* Feature: detect fullscreen
# v1.2.0 (January 11, 2019)
* Translations: 🇪🇸

[![](https://img.shields.io/badge/donate-paypal-005EA6.svg)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg)](https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg)](https://ko-fi.com/ptkdev)


# v1.1.0 (January 10, 2019)
* Feature: detect fullscreen

# v1.0.0 (January 09, 2019)
* Fix: youtube on/off switch
* Fix: twitch on/off switch
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# 🖥 Chrome Extension: Aspect Ratio 21:9

[![](https://img.shields.io/badge/version-v1.1.0-lightgrey.svg)](https://github.com/ptkdev/chrome-extension-aspectratio219/releases) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/chrome-extension-aspectratio219/blob/nightly/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/chrome-extension-aspectratio219/badge.svg)](https://snyk.io/test/github/ptkdev/chrome-extension-aspectratio219)
[![](https://img.shields.io/badge/version-v1.2.0-lightgrey.svg)](https://github.com/ptkdev/chrome-extension-aspectratio219/releases) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/chrome-extension-aspectratio219/blob/nightly/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/chrome-extension-aspectratio219/badge.svg)](https://snyk.io/test/github/ptkdev/chrome-extension-aspectratio219)

> Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio. Work on Netflix, Youtube, PrimeVideo, VVVVID, etc...
Expand Down Expand Up @@ -41,6 +41,7 @@
* [✔️] VVVVID
* [✔️] Crunchyroll
* [✔️] Twitch
* [✔️] Translations: 🇬🇧 🇮🇹 🇵🇱 🇪🇸

## 👔 Screenshot

Expand Down Expand Up @@ -89,7 +90,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://ptk.dev"><img src="https://avatars1.githubusercontent.com/u/442844?v=4" width="100px;" alt=""/><br /><sub><b>Patryk Rzucidło</b></sub></a><br /><a href="https://github.com/ptkdev/chrome-extension-aspectratio219/commits?author=ptkdev" title="Code">💻</a></td>
<td align="center"><a href="https://ptk.dev"><img src="https://avatars1.githubusercontent.com/u/442844?v=4" width="100px;" alt=""/><br /><sub><b>Patryk Rzucidło</b></sub></a><br /><a href="https://github.com/ptkdev/chrome-extension-aspectratio219/commits?author=ptkdev" title="Code">💻</a> <a href="#translation-ptkdev" title="Translation">🌍</a></td>
<td align="center"><a href="https://www.smodatamente.it"><img src="https://avatars1.githubusercontent.com/u/35865603?v=4" width="100px;" alt=""/><br /><sub><b>Angelica Losi</b></sub></a><br /><a href="#translation-angylosi" title="Translation">🌍</a></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion client/html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body id="aspect-ratio-219">
<div class="container">
<div class="is-centered"><img src="images/logo.png" alt="logo" /></div>
<div class="is-centered"><center><img src="images/logo.png" alt="logo" /></center></div>
<div class="tabs is-centered">
<ul>
<li class="is-active"><a><span class="icon is-small"><i class="fas fa-user-cog" aria-hidden="true"></i></span> <span lang="settings" lang-type="text">Settings</span></a></li>
Expand Down
3 changes: 2 additions & 1 deletion configs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "__MSG_extName__",
"description": "__MSG_description__",
"manifest_version": 2,
"version": "1.1.0",
"version": "1.2.0",
"author": "Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)",
"browser_action": {
"default_icon":"images/icon_app_128x128.png",
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ptkdev/chrome-extension-aspectratio219",
"description": "Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio.",
"version": "1.1.0",
"version": "1.2.0",
"main": "src/manifest.json",
"author": "Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)",
"license": "MIT",
Expand Down
134 changes: 68 additions & 66 deletions translations/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,71 @@
{
"extName": {
"message": "Aspect Ratio 21:9",
"description": "Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio."
},
"settings_domains_title": {
"message": "Experimental"
},
"settings_ratio_scale_x": {
"message": "Scale X (width):"
},
"settings": {
"message": "Settings"
},
"settings_ratio_scale_y": {
"message": "Scale Y (height):"
},
"settings_switch_desc": {
"message": "Enable/disable the fit the screen on monitor with 21:9 aspect ratio on these websites:"
},
"donate_desc2": {
"message": "Do you want to appear here?<br /><br /><b>Donate</b> on Patreon, Github Sponsors or join Ko-Fi's TOP3 sponsors!"
},
"settings_ratio_title": {
"message": "Set ratio value"
},
"help": {
"message": "Help"
},
"settings_domains_desc": {
"message": "Add a domain (example: videofun.com) and the extension will try to fix size of video player with correct aspect ratio (<b>BETA</b>)"
},
"donate_desc1": {
"message": "Thanks to the people who support me!"
},
"settings_ratio_crop": {
"message": "Crop/Zoom"
},
"donate": {
"message": "Donate"
},
"settings_ratio_desc2": {
"message": "This extension overwrite css selector <b>transform:scale(x,y)</b>. Read css <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale\" target=\"_blank\"><u>manual</u></a> if you want change this values."
},
"settings_ratio_desc1": {
"message": "You can overwrite default width/height scale of player if you use 32:9 or 19:10 monitors."
},
"donate_thanks": {
"message": "Thanks You!"
},
"settings_switch_title": {
"message": "Aspect Ratio for 21:9"
},
"help_email": {
"message": "E-mail"
},
"settings_domains_placeholder": {
"message": "Write domain and press enter"
},
"help_bug_report": {
"message": "Report a Bug"
},
"settings_ratio_stretch": {
"message": "Stretch"
},
"settings_fullscreen": {
"message": "Active only in fullscreen mode"
}
"message": "Aspect Ratio 21:9"
},
"description": {
"message": "Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio."
},
"settings_domains_title": {
"message": "Experimental"
},
"settings_ratio_scale_x": {
"message": "Scale X (width):"
},
"settings": {
"message": "Settings"
},
"settings_ratio_scale_y": {
"message": "Scale Y (height):"
},
"settings_switch_desc": {
"message": "Enable/disable the fit the screen on monitor with 21:9 aspect ratio on these websites:"
},
"donate_desc2": {
"message": "Do you want to appear here?<br /><br /><b>Donate</b> on Patreon, Github Sponsors or join Ko-Fi's TOP3 sponsors!"
},
"settings_ratio_title": {
"message": "Set ratio value"
},
"help": {
"message": "Help"
},
"settings_domains_desc": {
"message": "Add a domain (example: videofun.com) and the extension will try to fix size of video player with correct aspect ratio (<b>BETA</b>)"
},
"donate_desc1": {
"message": "Thanks to the people who support me!"
},
"settings_ratio_crop": {
"message": "Crop/Zoom"
},
"donate": {
"message": "Donate"
},
"settings_ratio_desc2": {
"message": "This extension overwrite css selector <b>transform:scale(x,y)</b>. Read css <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale\" target=\"_blank\"><u>manual</u></a> if you want change this values."
},
"settings_ratio_desc1": {
"message": "You can overwrite default width/height scale of player if you use 32:9 or 19:10 monitors."
},
"donate_thanks": {
"message": "Thanks You!"
},
"settings_switch_title": {
"message": "Aspect Ratio for 21:9"
},
"help_email": {
"message": "E-mail"
},
"settings_domains_placeholder": {
"message": "Write domain and press enter"
},
"help_bug_report": {
"message": "Report a Bug"
},
"settings_ratio_stretch": {
"message": "Stretch"
},
"settings_fullscreen": {
"message": "Active only in fullscreen mode"
}
}
Loading

0 comments on commit 103a9b9

Please sign in to comment.