Skip to content

Commit

Permalink
chore: release v5.2.1
Browse files Browse the repository at this point in the history
- (Apollon77) Update node-red to 3.1.9 to fix execution on windows
- (Apollon77) Restore log behavior as it was in till 5.0.x
  • Loading branch information
Apollon77 committed Apr 27, 2024
1 parent 0e67515 commit fe86abf
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 31 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Older changes
## 5.0.0 (2023-11-26)
**NodeJS 16.4.x+ is required**
**Please check instance configuration and re-enter your passwords (encryption has changed).**

- (klein0r) Updated Node-RED to 3.1.0. Please check your nodes for compatibility!
- (klein0r) Admin 5/6 JSON config for instance configuration
- (klein0r) Added sendTo node with callback
- (klein0r) Allow custom attribute name for "ioBroker in" node
- (klein0r) Added option to select editor (monaco, ace)
- (klein0r) Added table for custom env vars to instance configuration

## 4.0.3 (2023-03-24)

- (Apollon77) Optimized path handling
Expand Down
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ Instantiate the server with Node-RED
### **WORK IN PROGRESS**
-->
## Changelog

### __WORK IN PROGRESS__
### 5.2.1 (2024-04-27)

- (Apollon77) Update node-red to 3.1.9 to fix execution on windows
- (Apollon77) Restore log behavior as it was in till 5.0.x
- (Apollon77) Restore log behavior as it was in till 5.0.x

### 5.2.0 (2024-02-17)
- (klein0r) Added persistence of context data (filesystem)
Expand All @@ -55,17 +54,6 @@ Instantiate the server with Node-RED
- (klein0r) Fixed credentials decrypt
- (klein0r) Added connection state (process is running)

### 5.0.0 (2023-11-26)
**NodeJS 16.4.x+ is required**
**Please check instance configuration and re-enter your passwords (encryption has changed).**

- (klein0r) Updated Node-RED to 3.1.0. Please check your nodes for compatibility!
- (klein0r) Admin 5/6 JSON config for instance configuration
- (klein0r) Added sendTo node with callback
- (klein0r) Allow custom attribute name for "ioBroker in" node
- (klein0r) Added option to select editor (monaco, ace)
- (klein0r) Added table for custom env vars to instance configuration

## License

Copyright 2014-2024 bluefox <[email protected]>.
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "node-red",
"version": "5.2.0",
"version": "5.2.1",
"titleLang": {
"en": "Node-RED",
"de": "Node-RED",
Expand All @@ -16,6 +16,19 @@
"zh-cn": "Node-RED"
},
"news": {
"5.2.1": {
"en": "Update node-red to 3.1.9 to fix execution on windows\nRestore log behavior as it was in till 5.0.x",
"de": "Aktualisieren von node-red auf 3.1.9, um die Ausführung auf Windows zu beheben\nLog-Verhalten wiederherzustellen, wie es bis 5.0.x war",
"ru": "Обновить узел до 3.1.9 для фиксации выполнения на окнах\nВосстановить поведение журнала, как это было до 5.0.x",
"pt": "Atualizar node-red para 3.1.9 para corrigir a execução no Windows\nRestaurar o comportamento do log como foi em até 5.0.x",
"nl": "Node-rood bijwerken naar 3.1.9 om de uitvoering op vensters te herstellen\nLoggedrag herstellen zoals het was tot 5.0.x",
"fr": "Mettre à jour nœud rouge à 3.1.9 pour fixer l'exécution sur les fenêtres\nRestaurer le comportement du journal tel qu'il était jusqu'à 5.0.x",
"it": "Aggiornare il nodo-rosso a 3.1.9 per correggere l'esecuzione su finestre\nRipristinare il comportamento del registro come era in fino a 5.0.x",
"es": "Actualizar node-red a 3.1.9 para arreglar la ejecución en ventanas\nRestaurar el comportamiento de registro como estaba en hasta 5.0.x",
"pl": "Aktualizuj node- czerwony do 3.1.9, aby naprawić wykonanie w oknach\nPrzywróć zachowanie logarytmu do 5.0.x",
"uk": "Оновлення вузла до 3.1.9 для фіксації виконання на вікнах\nВідновлення логінної поведінки, як це було до 5.0.x",
"zh-cn": "将节点红更新到3.1.9, 以固定窗口上的执行\n恢复到5. 0.x的日志行为"
},
"5.2.0": {
"en": "Added persistence of context data (filesystem)",
"de": "Beharrlichkeit von Kontextdaten (Dateisystem) hinzugefügt",
Expand Down Expand Up @@ -93,19 +106,6 @@
"pl": "Optymizacja ścieżki",
"uk": "Оптимальна обробка шляху",
"zh-cn": "利用道路处理"
},
"4.0.2": {
"en": "Fix broken data directory when using multiple instances",
"de": "Beheben Sie das defekte Datenverzeichnis, wenn Sie mehrere Instanzen verwenden",
"ru": "Исправление сломанной директории данных при использовании нескольких инстанций",
"pt": "Corrigir diretório de dados quebrados ao usar várias instâncias",
"nl": "Vertaling:",
"fr": "Réparer le répertoire de données cassées lorsque vous utilisez plusieurs instances",
"it": "Fissare la directory dei dati rotta quando si utilizzano più istanze",
"es": "Arreglar el directorio de datos rotos al utilizar múltiples instancias",
"pl": "Fix złamał katalogi danych, gdy wykorzystuje wiele instancji",
"zh-cn": "在使用多种情况时,固定数据主任破碎。",
"uk": "Виправлено зламані дані каталогу при використанні декількох екземплярів"
}
},
"desc": {
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,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": "5.2.0",
"version": "5.2.1",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down

0 comments on commit fe86abf

Please sign in to comment.