Skip to content

Commit

Permalink
chore: release v3.8.1
Browse files Browse the repository at this point in the history
Initialize volume for all devices on start
  • Loading branch information
Apollon77 committed Feb 9, 2021
1 parent c0c191e commit 97c2656
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ When the adapter crashes or an other Code error happens, this error message that

## Changelog

### __WORK IN PROGRESS__
### 3.8.1 (2021-02-09)
* (Apollon77) Initialize volume for all devices on start

### 3.8.0 (2021-02-04)
Expand Down
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.8.0",
"version": "3.8.1",
"title": "Alexa2 (Amazon Echo)",
"desc": {
"en": "Remote control for Alexa (Amazon Echo)",
Expand All @@ -17,6 +17,18 @@
},
"platform": "Javascript/Node.js",
"news": {
"3.8.1": {
"en": "Initialize volume for all devices on start",
"de": "Initialisieren Sie die Lautstärke für alle Geräte beim Start",
"ru": "Инициализировать громкость для всех устройств при запуске",
"pt": "Inicializar o volume para todos os dispositivos ao iniciar",
"nl": "Initialiseer het volume voor alle apparaten bij het opstarten",
"fr": "Initialiser le volume pour tous les appareils au démarrage",
"it": "Inizializza il volume per tutti i dispositivi all'avvio",
"es": "Inicializar el volumen para todos los dispositivos al iniciar",
"pl": "Zainicjuj wolumin dla wszystkich urządzeń przy starcie",
"zh-cn": "启动时初始化所有设备的音量"
},
"3.8.0": {
"en": "Add configuration option to not write history entries where no command text was recognized",
"de": "Fügen Sie die Konfigurationsoption hinzu, um keine Verlaufseinträge zu schreiben, bei denen kein Befehlstext erkannt wurde",
Expand Down Expand Up @@ -244,18 +256,6 @@
"es": "Evite los cambios de Amazon Security y haga que el proxy vuelva a funcionar\narregla el caso de bloqueo de Sentry cuando Amazon no responde correctamente (IOBROKER-ALEXA2-1C)",
"pl": "Obejdź zmiany w Amazon Security i spraw, aby serwer proxy znów działał\nnaprawiono awarię Sentry, gdy Amazon nie reaguje poprawnie (IOBROKER-ALEXA2-1C)",
"zh-cn": "解决Amazon Security更改,并使代理再次工作\n修复了Amazon无法正确响应时的Sentry崩溃情况(IOBROKER-ALEXA2-1C)"
},
"3.2.4": {
"en": "Update Alexa-Remote Library to optimize communication error/timeout cases",
"de": "Aktualisieren Sie die Alexa-Remote-Bibliothek, um Kommunikationsfehler / Timeout-Fälle zu optimieren",
"ru": "Обновите Alexa-Remote Library, чтобы оптимизировать случаи ошибок / тайм-аута связи",
"pt": "Atualize a Alexa-Remote Library para otimizar casos de erro de comunicação / tempo limite",
"nl": "Update Alexa-Remote Library om communicatiefouten / time-outgevallen te optimaliseren",
"fr": "Mettre à jour la bibliothèque Alexa-Remote pour optimiser les cas d'erreur de communication / de délai d'attente",
"it": "Aggiorna la libreria Alexa-Remote per ottimizzare i casi di errore di comunicazione / timeout",
"es": "Actualice Alexa-Remote Library para optimizar los casos de error de comunicación / tiempo de espera",
"pl": "Zaktualizuj bibliotekę Alexa-Remote, aby zoptymalizować przypadki błędów komunikacji / przekroczenia limitu czasu",
"zh-cn": "更新Alexa-Remote库以优化通信错误/超时情况"
}
},
"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.8.0",
"version": "3.8.1",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit 97c2656

Please sign in to comment.