diff --git a/CHANGELOG.md b/CHANGELOG.md index 48df37b..803ab5a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ -# v1.5.0 (April 30, 2020) -* Feature: shortcuts (#3) +# v1.5.1 (May 06, 2020) +* Fix: shortcuts issues [![](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) +# v1.5.0 (April 30, 2020) +* Feature: shortcuts (#3) + # v1.4.0 (March 28, 2020) * Feature: Disney+ * Feature: 21:9 ratio button diff --git a/README.md b/README.md index 77e7250..e5d129a 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # 🖥 Chrome & Edge Extension: Aspect Ratio 21:9 -[![](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) +[![](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) > Fit the screen properly in fullscreen mode on monitor with 21:9 aspect ratio. Work on Netflix, Youtube, PrimeVideo, VVVVID, etc... @@ -59,7 +59,7 @@ 5. Bye bye side black bars! ## ⌨️ Shortcuts -You can set shortcuts on `chrome://extensions/configureCommands`. No Default shortcuts available. +You can set shortcuts on `chrome://extensions/shortcuts`. No Default shortcuts available. [![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) diff --git a/client/html/popup.html b/client/html/popup.html index 53ef27a..35ece6c 100644 --- a/client/html/popup.html +++ b/client/html/popup.html @@ -138,7 +138,7 @@

ExperimentalShortcuts

-

Puoi impostare le scorciatoie da tastiera di questa estensione su chrome://extensions/configureCommands

+

Puoi impostare le scorciatoie da tastiera di questa estensione su chrome://extensions/shortcuts

diff --git a/configs/manifest.json b/configs/manifest.json index f6fc7db..cb8967d 100644 --- a/configs/manifest.json +++ b/configs/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_extName__", "description": "__MSG_description__", "manifest_version": 2, - "version": "1.5.0", + "version": "1.5.1", "author": "Patryk Rzucidło [@ptkdev] (https://ptk.dev)", "browser_action": { "default_icon":"images/icon_app_128x128.png", diff --git a/package.json b/package.json index 2f09846..ec66125 100755 --- a/package.json +++ b/package.json @@ -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.5.0", + "version": "1.5.1", "main": "src/manifest.json", "author": "Patryk Rzucidło [@ptkdev] (https://ptk.dev)", "license": "MIT", diff --git a/translations/en/messages.json b/translations/en/messages.json index c555bcf..5686b63 100644 --- a/translations/en/messages.json +++ b/translations/en/messages.json @@ -72,6 +72,6 @@ "message": "Shortcuts" }, "settings_shortcuts": { - "message": "You can set the keyboard shortcuts for this extension to: chrome://extensions/configureCommands" + "message": "You can set the keyboard shortcuts for this extension to: chrome://extensions/shortcuts" } } \ No newline at end of file diff --git a/translations/es/messages.json b/translations/es/messages.json index bb52372..731623e 100644 --- a/translations/es/messages.json +++ b/translations/es/messages.json @@ -72,6 +72,6 @@ "message": "Shortcuts" }, "settings_shortcuts": { - "message": "Puede configurar los atajos de teclado para esta extensión en: chrome://extensions/configureCommands" + "message": "Puede configurar los atajos de teclado para esta extensión en: chrome://extensions/shortcuts" } } \ No newline at end of file diff --git a/translations/it/messages.json b/translations/it/messages.json index ef3b4bb..1d4a052 100644 --- a/translations/it/messages.json +++ b/translations/it/messages.json @@ -72,6 +72,6 @@ "message": "Shortcuts" }, "settings_shortcuts": { - "message": "Puoi impostare le scorciatoie da tastiera di questa estensione su: chrome://extensions/configureCommands" + "message": "Puoi impostare le scorciatoie da tastiera di questa estensione su: chrome://extensions/shortcuts" } } \ No newline at end of file diff --git a/translations/pl/messages.json b/translations/pl/messages.json index 4ecd39d..a0f2acf 100644 --- a/translations/pl/messages.json +++ b/translations/pl/messages.json @@ -72,6 +72,6 @@ "message": "Shortcuts" }, "settings_shortcuts": { - "message": "Możesz ustawić skróty klawiaturowe dla tego rozszerzenia na: chrome://extensions/configureCommands" + "message": "Możesz ustawić skróty klawiaturowe dla tego rozszerzenia na: chrome://extensions/shortcuts" } } \ No newline at end of file