Skip to content

Commit

Permalink
chore: release v3.3.0
Browse files Browse the repository at this point in the history
* (Apollon77/Stefan592) Allow installation of multiple node-red instances on one host
  • Loading branch information
Apollon77 committed Apr 18, 2022
1 parent a19121a commit 675769f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ In the adapter/instance configuration you can adjust the maximum RAM/Heap for th
-->

## Changelog

### __WORK IN PROGRESS__
### 3.3.0 (2022-04-18)
* (Apollon77/Stefan592) Allow installation of multiple node-red instances on one host

### 3.2.0 (2022-03-27)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "node-red",
"version": "3.2.0",
"version": "3.3.0",
"title": "node-red",
"titleLang": {
"en": "node-red",
Expand All @@ -16,6 +16,18 @@
"zh-cn": "node-red"
},
"news": {
"3.3.0": {
"en": "Allow installation of multiple node-red instances on one host",
"de": "Erlauben Sie die Installation mehrerer Node-Red-Instanzen auf einem Host",
"ru": "Разрешить установку нескольких экземпляров node-red на одном хосте",
"pt": "Permitir a instalação de várias instâncias de node-red em um host",
"nl": "Installatie van meerdere node-red-instanties op één host toestaan",
"fr": "Autoriser l'installation de plusieurs instances node-red sur un hôte",
"it": "Consenti l'installazione di più istanze node-red su un host",
"es": "Permitir la instalación de múltiples instancias de nodo rojo en un host",
"pl": "Zezwalaj na instalację wielu instancji czerwonych węzłów na jednym hoście",
"zh-cn": "允许在一台主机上安装多个 node-red 实例"
},
"3.2.0": {
"en": "Added extended authentication to instance settings and config\nFix Deadband Filter logic in InNode\nSeveral In-Node optimizations and error preventions",
"de": "Erweiterte Authentifizierung zu Instanzeinstellungen und -konfiguration hinzugefügt\nBehebung der Deadband-Filterlogik in InNode\nMehrere In-Node-Optimierungen und Fehlervermeidungen",
Expand Down Expand Up @@ -87,18 +99,6 @@
"es": "actualizar a node-red 1.3.5\nOptimizar para js-controller 3.3\nAgregue la opción para anular el indicador de ack predeterminado en el mensaje para OutNode",
"pl": "aktualizacja do node-red 1.3.5\nOptymalizacja dla kontrolera js 3.3\nDodaj opcję zastąpienia domyślnej flagi potwierdzenia w wiadomości dla OutNode",
"zh-cn": "更新到节点红色 1.3.5\n针对 js-controller 3.3 优化\n添加选项以覆盖 OutNode 消息中的默认 ack 标志"
},
"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"
}
},
"desc": {
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": "3.2.0",
"version": "3.3.0",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down

0 comments on commit 675769f

Please sign in to comment.