Skip to content

Commit

Permalink
chore: release v3.11.1
Browse files Browse the repository at this point in the history
* (Apollon77) Prevent warnings with js-controller 3.3
  • Loading branch information
Apollon77 committed Oct 12, 2021
1 parent 4890efa commit 7b3a360
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ When the adapter crashes or an other Code error happens, this error message that


## Changelog

### __WORK IN PROGRESS__
### 3.11.1 (2021-10-12)
* (Apollon77) Prevent warnings with js-controller 3.3

### 3.11.0 (2021-10-12)
Expand Down Expand Up @@ -650,4 +649,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "alexa2",
"version": "3.11.0",
"version": "3.11.1",
"title": "Alexa2 (Amazon Echo)",
"titleLang": {
"en": "Alexa2 (Amazon Echo)",
Expand Down Expand Up @@ -29,6 +29,18 @@
},
"platform": "Javascript/Node.js",
"news": {
"3.11.1": {
"en": "Prevent warnings with js-controller 3.3",
"de": "Warnungen verhindern mit js-controller 3.3",
"ru": "Предотвращение предупреждений с помощью js-controller 3.3",
"pt": "Evite avisos com js-controller 3.3",
"nl": "Voorkom waarschuwingen met js-controller 3.3",
"fr": "Empêcher les avertissements avec js-controller 3.3",
"it": "Previeni gli avvisi con js-controller 3.3",
"es": "Prevenir advertencias con js-controller 3.3",
"pl": "Zapobiegaj ostrzeżeniom za pomocą kontrolera js 3.3",
"zh-cn": "使用 js-controller 3.3 防止警告"
},
"3.11.0": {
"en": "Add support for Multi Utterance Routines\nFix object deletion for lists\nFix Creation of new Lists and add deletion support\nAllow Commands for Stereo Pairs\nOptimize Push Connection and History retrieval",
"de": "Unterstützung für Multi-Utterance-Routinen hinzufügen\nObjektlöschung für Listen korrigiert\nBeheben Sie die Erstellung neuer Listen und fügen Sie Löschunterstützung hinzu\nBefehle für Stereopaare zulassen\nOptimieren Sie die Push-Verbindung und den Abruf des Verlaufs",
Expand Down Expand Up @@ -100,18 +112,6 @@
"es": "Agregar algunos dispositivos nuevos\nReconozca siempre \"alexa\" como wakeword para manejar los comandos a través de las aplicaciones correctamente",
"pl": "Dodaj nowe urządzenia\nZawsze rozpoznawaj „alexa” jako wakeword, aby poprawnie obsługiwać polecenia w aplikacjach",
"zh-cn": "添加一些新设备\n始终将“ alexa”识别为唤醒词,以通过应用程序正确处理命令"
},
"3.8.4": {
"en": "Optimize Cookie refresh handling\nFix warnings from js-controller 3.3 and optimize",
"de": "Optimieren Sie die Handhabung der Cookie-Aktualisierung\nKorrigieren Sie Warnungen von js-controller 3.3 und optimieren Sie",
"ru": "Оптимизация обработки обновления файлов cookie\nИсправить предупреждения от js-controller 3.3 и оптимизировать",
"pt": "Otimize o manuseio da atualização de cookies\nCorrija os avisos do js-controller 3.3 e otimize",
"nl": "Optimaliseer de afhandeling van het vernieuwen van cookies\nHerstel waarschuwingen van js-controller 3.3 en optimaliseer",
"fr": "Optimiser la gestion de l'actualisation des cookies\nCorrection des avertissements de js-controller 3.3 et optimisation",
"it": "Ottimizza la gestione dell'aggiornamento dei cookie\nCorreggi gli avvisi da js-controller 3.3 e ottimizza",
"es": "Optimizar el manejo de la actualización de cookies\nCorrija las advertencias de js-controller 3.3 y optimice",
"pl": "Zoptymalizuj obsługę odświeżania plików cookie\nNapraw ostrzeżenia z js-controller 3.3 i zoptymalizuj",
"zh-cn": "优化Cookie刷新处理\n修复来自js-controller 3.3的警告并进行优化"
}
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "iobroker.alexa2",
"version": "3.11.0",
"version": "3.11.1",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit 7b3a360

Please sign in to comment.