Skip to content

Commit

Permalink
chore: release v1.3.9
Browse files Browse the repository at this point in the history
- revert to jsconfonfig and move from captche to codeurl
- (simatec) Fix Responsive Design
  • Loading branch information
TA2k committed Jan 18, 2025
1 parent e258437 commit 6d09bf1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 10 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Use id.remote.\* to control the mower
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.3.9 (2025-01-18)

- revert to jsconfonfig and move from captche to codeurl
- (simatec) Fix Responsive Design

### 1.3.8 (2025-01-04)
Expand Down
1 change: 0 additions & 1 deletion admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
"button": true,
"newLine": true
},

"captcha": {
"type": "text",
"newLine": true,
Expand Down
31 changes: 26 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "boschindego",
"version": "1.3.8",
"version": "1.3.9",
"news": {
"1.3.9": {
"en": "revert to jsconfonfig and move from captche to codeurl\nFix Responsive Design",
"de": "zurück zu jsconfonfig und von captche zu codeurl\nReparieren Responsive Design",
"ru": "вернуться к jsconfonfig и перейти от captche к codeurl\nРеакция",
"pt": "reverter para jsconfonfig e mover de captche para codeurl\nFix Design responsivo",
"nl": "terug naar jsconfonfig en verplaatsen van captche naar codeurl\nResponsief ontwerp repareren",
"fr": "revenir à jsconfonfig et passer de captche à codeurl\nCorriger la conception réactive",
"it": "tornare a jsconfonfig e passare da captche a codeurl\nRisolvere il disegno reattivo",
"es": "volver a jsconfonfig y pasar de captche a codeurl\nDiseño responsivo fijo",
"pl": "revert to jsconfonfig and move from captche to codeurl\nNapraw projekt odpowiedzi",
"uk": "перевернутися до jsconfonfig і перемістити з captche до codeurl\nФіксований адаптивний дизайн",
"zh-cn": "返回到 jsconfonfig 并从卡普切移到编码器\n修复响应设计"
},
"1.3.8": {
"en": "jsonConfig has been reverted due to captcha requirements.",
"de": "jsonConfig wurde aufgrund von Captcha-Anforderungen entfernt.",
Expand Down Expand Up @@ -108,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 @@ -145,8 +162,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.8",
"version": "1.3.9",
"description": "Adapter for Bosch Indego Mower",
"author": {
"name": "TA2k",
Expand Down

0 comments on commit 6d09bf1

Please sign in to comment.