Skip to content

Commit da74ecc

Browse files
committed
chore: release v1.3.7
- (mcm1957) jsonConfig which has been adapteed for responsive design has been restored.
1 parent f6bce4a commit da74ecc

File tree

4 files changed

+30
-9
lines changed

4 files changed

+30
-9
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-
### **WORK IN PROGRESS**
30+
### 1.3.7 (2025-01-04)
3131
- (mcm1957) jsonConfig which has been adapteed for responsive design has been restored.
3232

3333
### 1.3.6 (2025-01-03)

io-package.json

+26-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "boschindego",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"news": {
6+
"1.3.7": {
7+
"en": "jsonConfig which has been adapteed for responsive design has been restored.",
8+
"de": "jsonConfig, die für ansprechendes Design angepasst wurde, wurde restauriert.",
9+
"ru": "jsonConfig, который был адаптирован для отзывчивого дизайна, был восстановлен.",
10+
"pt": "jsonConfig que foi adaptado para design responsivo foi restaurado.",
11+
"nl": "jsonConfig die is aangepast voor responsief ontwerp is hersteld.",
12+
"fr": "jsonConfig qui a été adapté pour un design réactif a été restauré.",
13+
"it": "jsonConfig che è stato adattato per il design reattivo è stato ripristinato.",
14+
"es": "jsonConfig que se ha adaptado para el diseño sensible ha sido restaurado.",
15+
"pl": "jsonConfig, który został dostosowany do responsywnego projektu został przywrócony.",
16+
"uk": "javaScript licenses API Веб-сайт Go1.13.8.",
17+
"zh-cn": "已适应应答设计的 jsonConfig 已恢复."
18+
},
619
"1.3.6": {
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.",
@@ -95,8 +108,12 @@
95108
"uk": "Адаптер для косарки Bosch Indego",
96109
"zh-cn": "适用于博世 Indego 割草机的适配器"
97110
},
98-
"authors": ["TA2k <[email protected]>"],
99-
"keywords": ["Indego"],
111+
"authors": [
112+
113+
],
114+
"keywords": [
115+
"Indego"
116+
],
100117
"licenseInformation": {
101118
"license": "MIT",
102119
"type": "free"
@@ -132,8 +149,12 @@
132149
}
133150
}
134151
},
135-
"encryptedNative": ["password"],
136-
"protectedNative": ["password"],
152+
"encryptedNative": [
153+
"password"
154+
],
155+
"protectedNative": [
156+
"password"
157+
],
137158
"native": {
138159
"username": "",
139160
"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.6",
3+
"version": "1.3.7",
44
"description": "Adapter for Bosch Indego Mower",
55
"author": {
66
"name": "TA2k",

0 commit comments

Comments
 (0)