Skip to content

Commit

Permalink
chore: release v3.2.0
Browse files Browse the repository at this point in the history
NodeJS >= 18.x and js-controller >= 5 is required

* (klein0r) Fixed Blockly definitions (removed warnings)
  • Loading branch information
klein0r committed Jun 7, 2024
1 parent 53e2ce5 commit ef7213f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Older changes
## 3.0.0 (2023-09-13)

* (klein0r) Added push option for My Data DIY
* (klein0r) Added option to force app reload
* (klein0r) Updated LaMetric firmware version recommendation to 2.3.7 (3.0.16)

## 2.4.2 (2023-09-08)

* (klein0r) Updated LaMetric firmware version recommendation to 2.3.6
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ iobroker add lametric
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.2.0 (2024-06-07)

NodeJS >= 18.x and js-controller >= 5 is required

Expand All @@ -78,12 +78,6 @@ NodeJS 16.x is required
* (klein0r) Updated admin tab layout (icons, button style)
* (klein0r) Fixed path of default widgets

### 3.0.0 (2023-09-13)

* (klein0r) Added push option for My Data DIY
* (klein0r) Added option to force app reload
* (klein0r) Updated LaMetric firmware version recommendation to 2.3.7 (3.0.16)

## License

The MIT License (MIT)
Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "lametric",
"version": "3.1.3",
"version": "3.2.0",
"news": {
"3.2.0": {
"en": "NodeJS >= 18.x and js-controller >= 5 is required\n\n* Fixed Blockly definitions (removed warnings)",
"de": "NodeJS >= 18.x und js-Controller >= 5 ist erforderlich\n\n* Feste Blockdefinitionen (entfernte Warnungen)",
"ru": "NodeJS >= 18.x и js-контроллер >= 5 требуется\n\n* Исправленные блокированные определения (удаленные предупреждения)",
"pt": "NodeJS >= 18.x e js-controller >= 5 é necessário\n\n* Definições bloqueadas fixas (avisões remotas)",
"nl": "Voor de toepassing van de onderverdelingen 870190 tot en met 870290 wordt onder post 8702 verstaan: 5 is vereist\n\n* Vaste blokdefinities (verwijderde waarschuwingen)",
"fr": "NodeJS >= 18.x et js-controller >= 5 est nécessaire\n\n* Définitions fixes par blocs (avertissements supprimés)",
"it": "NodeJS >= 18.x e js-controller 5 è richiesto\n\n* Definizioni Bloccate Fisse (avviso rimosso)",
"es": "NodeJS >= 18.x y js-controller Se requiere 5\n\n* Definiciones limitadas (removidas advertencias)",
"pl": "NodeJS > = 18.x i kontroler js- > = 5 jest wymagane\n\n* Poprawione definicje Blockly (usunięte ostrzeżenia)",
"uk": "NodeJS >= 18.x та js-controller >= 5 обов'язково\n\n* Виправлені помилкові визначення (виділені попередження)",
"zh-cn": "节点JS18x和js控制器QQ 需要5个\n\n* 固定块定义(撤消警告)"
},
"3.1.3": {
"en": "Fixed web extension",
"de": "Feste Web-Erweiterung",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Rekomendowana wersja oprogramowania LaMetric rekomenduje 2.3.6",
"uk": "Оновлено рекомендацію прошивки LaMetric до 2.3.6",
"zh-cn": "最新版的《拉梅特科学家》建议2.3.6"
},
"2.4.1": {
"en": "Blockly bugfix",
"de": "Blockiertes Bugfix",
"ru": "Блочный багфикс",
"pt": "Bloqueio de bugfix",
"nl": "Blockly bugfix",
"fr": "Blockly bugfix",
"it": "Bloccare bugfix",
"es": "Bloqueo bugfix",
"pl": "Śledczy",
"uk": "Виправлення помилок",
"zh-cn": "B. 锁定的软禁"
}
},
"titleLang": {
Expand Down Expand Up @@ -1585,4 +1585,4 @@
"native": {}
}
]
}
}
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.lametric",
"version": "3.1.3",
"version": "3.2.0",
"description": "ioBroker LaMetric Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down Expand Up @@ -77,4 +77,4 @@
"url": "https://github.com/klein0r/ioBroker.lametric/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit ef7213f

Please sign in to comment.