Skip to content

Commit 3b96320

Browse files
committed
chore: release v1.3.5
- (TA2k) Fix for login. If settings are not loading, delete the instance and create a new instance.
1 parent 1f4721d commit 3b96320

File tree

4 files changed

+31
-23
lines changed

4 files changed

+31
-23
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use id.remote.\* to control the mower
2727
Placeholder for the next version (at the beginning of the line):
2828
### **WORK IN PROGRESS**
2929
-->
30-
### 1.3.4 (2025-01-03)
30+
### 1.3.5 (2025-01-03)
3131

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

io-package.json

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.boschindego",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "Adapter for Bosch Indego Mower",
55
"author": {
66
"name": "TA2k",

0 commit comments

Comments
 (0)