Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
BREAKING update from node-red-contrib-aggregator: topic is NOT converted to lowercase anymore!
update to node-red 1.3.2
Add done calls to OutNode
  • Loading branch information
Apollon77 committed Apr 16, 2021
1 parent 3d54d51 commit 5a5abc4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This adapter uses the node-red server from https://github.com/node-red/node-red

## Changelog

### __WORK IN PROGRESS__
### 2.3.0 (2021-04-17)
* (Apollon77) BREAKING update from node-red-contrib-aggregator: topic is NOT converted to lowercase anymore!
* (Apollon77) update to node-red 1.3.2
* (Apollon77) Add done calls to OutNode
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"common": {
"name": "node-red",
"version": "2.2.0",
"version": "2.3.0",
"title": "node-red",
"news": {
"2.3.0": {
"en": "BREAKING update from node-red-contrib-aggregator: topic is NOT converted to lowercase anymore!\nupdate to node-red 1.3.2\nAdd done calls to OutNode",
"de": "BREAKING-Update vom Node-Red-Contrib-Aggregator: Thema wird NICHT mehr in Kleinbuchstaben konvertiert!\nUpdate auf Node-Red 1.3.2\nFügen Sie erledigte Anrufe zu OutNode hinzu",
"ru": "ПРЕРЫВНОЕ обновление от node-red-contrib-aggregator: тема больше НЕ конвертируется в нижний регистр!\nобновление до node-red 1.3.2\nДобавить выполненные вызовы в OutNode",
"pt": "QUEBRANDO atualização do node-red-contrib-aggregator: o tópico NÃO é mais convertido para minúsculas!\natualização para node-red 1.3.2\nAdicionar chamadas feitas para OutNode",
"nl": "BREAKING update van node-red-contrib-aggregator: topic wordt NIET meer geconverteerd naar kleine letters!\nupdate naar node-red 1.3.2\nVoeg voltooide oproepen toe aan OutNode",
"fr": "BREAKING update de node-red-contrib-aggregator: le sujet n'est plus converti en minuscules!\nmise à jour vers node-red 1.3.2\nAjouter les appels effectués à OutNode",
"it": "BREAKING aggiornamento da node-red-contrib-aggregator: l'argomento NON è più convertito in minuscolo!\naggiornamento a node-red 1.3.2\nAggiungi chiamate completate a OutNode",
"es": "BREAKING actualización de node-red-contrib-aggregator: ¡el tema ya NO se convierte a minúsculas!\nactualizar a node-red 1.3.2\nAgregar llamadas realizadas a OutNode",
"pl": "BREAKING aktualizacja z węzła-red-contrib-Agregator: temat NIE jest już konwertowany na małe litery!\naktualizacja do node-red 1.3.2\nDodaj wykonane wywołania do OutNode",
"zh-cn": "BREAKING从node-red-contrib-aggregator更新:主题不再转换为小写!\n更新到节点红色1.3.2\n将已完成的呼叫添加到OutNode"
},
"2.2.0": {
"en": "(Apollon77/mickym2) Correct readonly flags. IMPORTANT: Notw Readonly works as it should be. If you worked around the issue before please adjust your nodes!\nFix using wildcards inside the id\nUpdate value on out node trigger \nUpdate to node-red 1.2.9\nAdd triggering in Nodes when delayed initialization on start\nFix list node to support all object types",
"de": "(Apollon77 / mickym2) Korrigieren Sie schreibgeschützte Flags. WICHTIG: Notw Readonly funktioniert so, wie es sein sollte. Wenn Sie das Problem zuvor umgangen haben, passen Sie bitte Ihre Knoten an!\nBehebung mit Platzhaltern innerhalb der ID\nAktualisieren Sie den Wert beim Auslösen des Knotens\nUpdate auf Node-Red 1.2.9\nFügen Sie Triggering in Nodes hinzu, wenn sich die Initialisierung beim Start verzögert\nFix Listenknoten zur Unterstützung aller Objekttypen",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.node-red",
"description": "This adapter uses node-red as a service of ioBroker. No additional node-red instance required.",
"version": "2.2.0",
"version": "2.3.0",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down

0 comments on commit 5a5abc4

Please sign in to comment.