Skip to content

Commit

Permalink
chore: release v3.26.3
Browse files Browse the repository at this point in the history
* (Apollon77) Fixed the proxy login process
  • Loading branch information
Apollon77 committed Nov 25, 2023
1 parent d3e3ffb commit af9511e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ Link: https://www.amazon.de/hz/mycd/digital-console/devicedetails?deviceFamily=A
After deleting unused device please restart the adapter to remove them there too.

## Changelog
### __WORK IN PROGRESS__
### 3.26.3 (2023-11-25)
* (Apollon77) Fixed the proxy login process

### 3.26.2 (2023-11-24)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "alexa2",
"version": "3.26.2",
"version": "3.26.3",
"blockedVersions": [
"~3.14.0",
"~3.15.0",
Expand Down Expand Up @@ -40,6 +40,19 @@
},
"platform": "Javascript/Node.js",
"news": {
"3.26.3": {
"en": "Fixed the proxy login process",
"de": "Behoben des Proxy-Anmeldevorgangs",
"ru": "Исправлен процесс авторизации прокси",
"pt": "Corrigido o processo de login proxy",
"nl": "Het proxy loginproces",
"fr": "Correction du processus de connexion proxy",
"it": "Risolto il processo di login proxy",
"es": "Arreglado el proceso de inicio de sesión proxy",
"pl": "Fixed proxy login process",
"uk": "Виправлено процес проксі",
"zh-cn": "A. 确定代伐木过程"
},
"3.26.2": {
"en": "Removed infos how to get cookies manually because no longer available\nOptimized Admin configuration order of settings for history\nFixed some crash cases reported by Sentry\nAdded some more device types",
"de": "Entfernte Informationen, wie man Cookies manuell erhält, weil nicht mehr verfügbar\nOptimierte Admin-Konfigurationsreihenfolge von Einstellungen für die Geschichte\nBehoben einige Unfallfälle von Sentry gemeldet\nEinige weitere Gerätetypen hinzugefügt",
Expand Down Expand Up @@ -117,19 +130,6 @@
"pl": "Adjust History zaktualizował prace nad nowymi zmianami Amazona",
"uk": "Налаштування оновлення історії для роботи з останніми змінами Amazon",
"zh-cn": "A. 亚马逊最近变化的历史更新"
},
"3.25.2": {
"en": "Optimize reconnection handling for push connections",
"de": "Optimieren Sie die Umschaltung von Push-Verbindungen",
"ru": "Оптимизируйте переподключение обработки для push соединений",
"pt": "Otimizar o manuseio de reconexão para conexões push",
"nl": "Optimiliseer verbinding met de pers",
"fr": "Optimiser la manipulation de reconnection pour les connexions push",
"it": "Ottimizzare la gestione della riconnessione per le connessioni push",
"es": "Optimize reconnection handling for push connections",
"pl": "Optimize reconnection",
"uk": "Оптимальна обробка відключення для підключення штовхачів",
"zh-cn": "利用重新连接的渠道推动联系"
}
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 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,6 +1,6 @@
{
"name": "iobroker.alexa2",
"version": "3.26.2",
"version": "3.26.3",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit af9511e

Please sign in to comment.