Skip to content

Commit

Permalink
Merge pull request #29 from Grizzelbee/development
Browse files Browse the repository at this point in the history
Development V1.3.0
  • Loading branch information
Grizzelbee authored Oct 2, 2023
2 parents 68c8642 + 255d0d9 commit 0a20ebb
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 162 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ It is possible to control the extensions GPIO 1, GPIO 2, OUT 1 and OUT 2 of the
### Work in progress
* Add timePickers to Admin UI for rest times as soon as they work properly

### 1.3.0 (2023-10-02)

* (grizzelbee) Chg: [#28](https://github.com/Grizzelbee/ioBroker.robonect/issues/28) Changed authentication method from URL-Encoding to basic authentication
* (grizzelbee) Chg: [#27](https://github.com/Grizzelbee/ioBroker.robonect/issues/27) Improved error handling
* (grizzelbee) Upd: Dependencies got updated

### 1.2.0 (2023-09-22)

* (mcm1957) Fix: Adapter requires NodeJs >= 16.0.0
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "robonect",
"version": "1.2.0",
"version": "1.3.0",
"news": {
"1.3.0": {
"en": "Chg: Changed authentication method from URL-Encoding to basic authentication\nImproved error handling\nUpd: Dependencies got updated",
"de": "Änderung: Authentifizierungsmethode von URL-Verschlüsselung auf Basisauthentifizierung geändert\nFehlerbehandlung verbessert\nAktualisiert: Abhängigkeiten wurden aktualisiert",
"ru": "Изменение: изменен метод аутентификации с URL-кодирования на базовую аутентификацию \n Улучшена обработка ошибок \n Обновление: обновлены зависимости.",
"pt": "Chg: Método de autenticação alterado de codificação de URL para autenticação básica\n Melhor tratamento de erros\n Atualização: Dependências foram atualizadas",
"nl": "Chg: Gewijzigde authenticatiemethode van URL-codering naar basisauthenticatie\nVerbeterde foutafhandeling\nUpd: Afhankelijkheden zijn bijgewerkt",
"fr": "Chg : modification de la méthode d'authentification de l'encodage d'URL à l'authentification de base\nGestion des erreurs améliorée\nMise à jour : les dépendances ont été mises à jour",
"it": "Modifica: metodo di autenticazione modificato dalla codifica URL all'autenticazione di base\nGestione degli errori migliorata\nAggiornamento: le dipendenze sono state aggiornate",
"es": "Cambio: Se cambió el método de autenticación de codificación de URL a autenticación básica \n Manejo de errores mejorado \n Actualización: Se actualizaron las dependencias",
"pl": "Chg: Zmieniono metodę uwierzytelniania z kodowania URL na uwierzytelnianie podstawowe \n Poprawiona obsługa błędów \n Aktualizacja: Zależności zostały zaktualizowane",
"uk": "Зміна: метод автентифікації змінено з URL-кодування на базову автентифікацію\nПокращена обробка помилок\nОновлено: залежності оновлено",
"zh-cn": "Chg:将身份验证方法从 URL 编码更改为基本身份验证\n改进了错误处理\nUpd:更新了依赖项"
},
"1.2.0": {
"en": "(mcm1957) Fix: Adapter requires NodeJs >= 16\n(crocri) New: Introduced code to clear errors\n (grizzelbee) Fix: Fixed functions getValueAsync() and testPushServerConfig()",
"de": "(mcm1957) Fix: Adapter erfordert NodeJs >= 16\n(crocri) Neu: Code zum Löschen von Fehlern eingeführt\n (grizzelbee) Fix: Funktionen getValueAsync() und testPushServerConfig() korrigiert",
Expand Down
Loading

0 comments on commit 0a20ebb

Please sign in to comment.