Skip to content

Commit

Permalink
chore: release v1.3.5
Browse files Browse the repository at this point in the history
- (TA2k) Fix for login. If settings are not loading, delete the instance and create a new instance.
  • Loading branch information
TA2k committed Jan 3, 2025
1 parent 1f4721d commit 3b96320
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Use id.remote.\* to control the mower
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 1.3.4 (2025-01-03)
### 1.3.5 (2025-01-03)

- (TA2k) Fix for login. If settings are not loading, delete the instance and create a new instance.

Expand Down
46 changes: 27 additions & 19 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"common": {
"name": "boschindego",
"version": "1.3.3",
"version": "1.3.5",
"news": {
"1.3.3": {
"1.3.5": {
"en": "Fix for login. If settings are not loading, delete the instance and create a new instance.",
"de": "Fix für die Anmeldung. Wenn Einstellungen nicht geladen werden, löschen Sie die Instanz und erstellen Sie eine neue Instanz.",
"ru": "Исправьте для входа. Если настройки не загружаются, удалите экземпляр и создайте новый экземпляр.",
"pt": "Fix para login. Se as configurações não estiverem carregando, exclua a instância e crie uma nova instância.",
"nl": "Repareren voor login. Als de instellingen niet geladen zijn, verwijder dan de instantie en maak een nieuwe instantie aan.",
"fr": "Correction pour la connexion. Si les paramètres ne sont pas chargés, supprimez l'instance et créez une nouvelle instance.",
"it": "Fissa per il login. Se le impostazioni non vengono caricate, cancella l'istanza e crea una nuova istanza.",
"es": "Arregla para entrar. Si la configuración no está cargando, elimine la instancia y cree una nueva instancia.",
"pl": "Napraw logowanie. Jeśli ustawienia nie są wczytywane, usunąć instancję i utworzyć nową instancję.",
"uk": "Виправлення логіки. Якщо налаштування не завантаження, видаліть екземпляр і створіть новий екземпляр.",
"zh-cn": "修复登录。 如果设置未加载, 请删除实例并创建新实例 ."
},
"1.3.4": {
"en": "Fix for login. If settings are not loading, delete the instance and create a new instance.",
"de": "Fix für die Anmeldung. Wenn Einstellungen nicht geladen werden, löschen Sie die Instanz und erstellen Sie eine neue Instanz.",
"ru": "Исправьте для входа. Если настройки не загружаются, удалите экземпляр и создайте новый экземпляр.",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "naprawić logowanie",
"uk": "фіксувати логін",
"zh-cn": "固定登录"
},
"1.2.0": {
"en": "Adapter requires node.js 18 and js-controller >= 5 now\nDependencies have been updated",
"de": "Adapter benötigt node.js 18 und js-controller >= 5 jetzt\nAbhängigkeiten wurden aktualisiert",
"ru": "Адаптер требует node.js 18 и js-controller >= 5 сейчас\nЗависимость обновлена",
"pt": "Adapter requer node.js 18 e js-controller >= 5 agora\nAs dependências foram atualizadas",
"nl": "Adapter vereist node.js 18 en js-controller Nu 5\nAfhankelijkheden zijn bijgewerkt",
"fr": "Adaptateur nécessite node.js 18 et js-controller >= 5 maintenant\nLes dépendances ont été actualisées",
"it": "Adattatore richiede node.js 18 e js-controller >= 5 ora\nLe dipendenze sono state aggiornate",
"es": "Adaptador requiere node.js 18 y js-controller √= 5 ahora\nSe han actualizado las dependencias",
"pl": "Adapter wymaga node.js 18 i sterownika js- > = 5 teraz\nZaktualizowano zależności",
"uk": "Адаптер вимагає node.js 18 і js-controller >= 5 тепер\nЗалежність було оновлено",
"zh-cn": "适配器需要节点.js 18和js控制器 QQ 现在5号\n依赖关系已更新"
}
},
"titleLang": {
Expand Down Expand Up @@ -121,8 +121,12 @@
"uk": "Адаптер для косарки Bosch Indego",
"zh-cn": "适用于博世 Indego 割草机的适配器"
},
"authors": ["TA2k <tombox2020@gmail.com>"],
"keywords": ["Indego"],
"authors": [
"TA2k <tombox2020@gmail.com>"
],
"keywords": [
"Indego"
],
"licenseInformation": {
"license": "MIT",
"type": "free"
Expand Down Expand Up @@ -156,8 +160,12 @@
}
}
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"native": {
"username": "",
"password": "",
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.boschindego",
"version": "1.3.4",
"version": "1.3.5",
"description": "Adapter for Bosch Indego Mower",
"author": {
"name": "TA2k",
Expand Down

0 comments on commit 3b96320

Please sign in to comment.