Skip to content

Commit ed2e761

Browse files
committed
[Release] v1.5.1
1 parent 4104fe9 commit ed2e761

File tree

9 files changed

+14
-11
lines changed

9 files changed

+14
-11
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# v1.5.0 (April 30, 2020)
2-
* Feature: shortcuts (#3)
1+
# v1.5.1 (May 06, 2020)
2+
* Fix: shortcuts issues
33

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

66

7+
# v1.5.0 (April 30, 2020)
8+
* Feature: shortcuts (#3)
9+
710
# v1.4.0 (March 28, 2020)
811
* Feature: Disney+
912
* Feature: 21:9 ratio button

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# 🖥 Chrome & Edge Extension: Aspect Ratio 21:9
66

7-
[![](https://img.shields.io/badge/version-v1.5.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://discordapp.com/api/guilds/383373985666301975/embed.png)](http://discord.ptkdev.io)
7+
[![](https://img.shields.io/badge/version-v1.5.1-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://discordapp.com/api/guilds/383373985666301975/embed.png)](http://discord.ptkdev.io)
88

99
> Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio. Work on Netflix, Youtube, PrimeVideo, VVVVID, etc...
1010
@@ -59,7 +59,7 @@
5959
5. Bye bye side black bars!
6060

6161
## ⌨️ Shortcuts
62-
You can set shortcuts on `chrome://extensions/configureCommands`. No Default shortcuts available.
62+
You can set shortcuts on `chrome://extensions/shortcuts`. No Default shortcuts available.
6363

6464
[![Aspect Ratio 21:9 - Shortcuts](https://raw.githubusercontent.com/ptkdev/chrome-extension-aspectratio219/nightly/.github/assets/shortcuts.png)](https://raw.githubusercontent.com/ptkdev/chrome-extension-aspectratio219/nightly/.github/assets/shortcuts.png)
6565

client/html/popup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h1 class="title" lang="settings_domains_title" lang-type="text">Experimental</h
138138
<h1 class="title" lang="settings_shortcuts_title" lang-type="text">Shortcuts</h1>
139139
<div class="columns">
140140
<div class="column">
141-
<p lang="settings_shortcuts" lang-type="text">Puoi impostare le scorciatoie da tastiera di questa estensione su <b><a href"chrome://extensions/configureCommands" target="_blank">chrome://extensions/configureCommands</a></b></p>
141+
<p lang="settings_shortcuts" lang-type="text">Puoi impostare le scorciatoie da tastiera di questa estensione su <b><a href="chrome://extensions/shortcuts" target="_blank">chrome://extensions/shortcuts</a></b></p>
142142
</div>
143143
</div>
144144

configs/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "__MSG_extName__",
33
"description": "__MSG_description__",
44
"manifest_version": 2,
5-
"version": "1.5.0",
5+
"version": "1.5.1",
66
"author": "Patryk Rzucidło [@ptkdev] <[email protected]> (https://ptk.dev)",
77
"browser_action": {
88
"default_icon":"images/icon_app_128x128.png",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ptkdev/chrome-extension-aspectratio219",
33
"description": "Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio.",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"main": "src/manifest.json",
66
"author": "Patryk Rzucidło [@ptkdev] <[email protected]> (https://ptk.dev)",
77
"license": "MIT",

translations/en/messages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"message": "Shortcuts"
7373
},
7474
"settings_shortcuts": {
75-
"message": "You can set the keyboard shortcuts for this extension to: <b><a href\"chrome://extensions/configureCommands\" target=\"_blank\">chrome://extensions/configureCommands</a></b>"
75+
"message": "You can set the keyboard shortcuts for this extension to: <b><a href='javascript:void()'>chrome://extensions/shortcuts</a></b>"
7676
}
7777
}

translations/es/messages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"message": "Shortcuts"
7373
},
7474
"settings_shortcuts": {
75-
"message": "Puede configurar los atajos de teclado para esta extensión en: <b><a href\"chrome://extensions/configureCommands\" target=\"_blank\">chrome://extensions/configureCommands</a></b>"
75+
"message": "Puede configurar los atajos de teclado para esta extensión en: <b><a href='javascript:void()'>chrome://extensions/shortcuts</a></b>"
7676
}
7777
}

translations/it/messages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"message": "Shortcuts"
7373
},
7474
"settings_shortcuts": {
75-
"message": "Puoi impostare le scorciatoie da tastiera di questa estensione su: <b><a href\"chrome://extensions/configureCommands\" target=\"_blank\">chrome://extensions/configureCommands</a></b>"
75+
"message": "Puoi impostare le scorciatoie da tastiera di questa estensione su: <b><a href='javascript:void()'>chrome://extensions/shortcuts</a></b>"
7676
}
7777
}

translations/pl/messages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"message": "Shortcuts"
7373
},
7474
"settings_shortcuts": {
75-
"message": "Możesz ustawić skróty klawiaturowe dla tego rozszerzenia na: <b><a href\"chrome://extensions/configureCommands\" target=\"_blank\">chrome://extensions/configureCommands</a></b>"
75+
"message": "Możesz ustawić skróty klawiaturowe dla tego rozszerzenia na: <b><a href='javascript:void()'>chrome://extensions/shortcuts</a></b>"
7676
}
7777
}

0 commit comments

Comments
 (0)