Skip to content

Commit

Permalink
chore: release v5.2.0
Browse files Browse the repository at this point in the history
- (klein0r) Added persistence of context data (filesystem)
  • Loading branch information
Apollon77 committed Feb 17, 2024
1 parent c4c2f2d commit 3d44e94
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 4.0.3 (2023-03-24)

- (Apollon77) Optimized path handling

## 4.0.2 (2023-03-24)

- (Apollon77) Fix broken data directory when using multiple instances
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Instantiate the server with Node-RED
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 5.2.0 (2024-02-17)

- (klein0r) Added persistence of context data (filesystem)

Expand Down Expand Up @@ -65,10 +65,6 @@ Instantiate the server with Node-RED
- (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

## 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.1.0",
"version": "5.2.0",
"titleLang": {
"en": "Node-RED",
"de": "Node-RED",
Expand All @@ -16,6 +16,19 @@
"zh-cn": "Node-RED"
},
"news": {
"5.2.0": {
"en": "Added persistence of context data (filesystem)",
"de": "Beharrlichkeit von Kontextdaten (Dateisystem) hinzugefügt",
"ru": "Добавлена стойкость контекстных данных (файловая система)",
"pt": "Adicionado persistência de dados de contexto (sistema de arquivos)",
"nl": "Toegevoegd persistentie van contextgegevens (bestandssysteem)",
"fr": "Ajout de la persistance des données contextuelles (fichier)",
"it": "Persistenza aggiuntiva dei dati contestuali (filesystem)",
"es": "Mayor persistencia de datos de contexto (sistema de ficheros)",
"pl": "Dodano trwałość danych kontekstowych (system plików)",
"uk": "Додано персистентність контекстних даних ( файлова система)",
"zh-cn": "添加上下文数据的持久性( 文件系统)"
},
"5.1.0": {
"en": "Allow custom themes\nFixed scoped node-red packages",
"de": "Lassen Sie benutzerdefinierte Themen\nFixed Scoped node-red Pakete",
Expand Down Expand Up @@ -93,19 +106,6 @@
"pl": "Fix złamał katalogi danych, gdy wykorzystuje wiele instancji",
"zh-cn": "在使用多种情况时,固定数据主任破碎。",
"uk": "Виправлено зламані дані каталогу при використанні декількох екземплярів"
},
"4.0.1": {
"en": "Prepare for js-controller 5.0",
"de": "Bereiten Sie sich auf js-controller ANHANG",
"ru": "Подготовьтесь к js-controller 5,0",
"pt": "Preparar para js-controller 5",
"nl": "Bereid je voor op Js-controller 5.0",
"fr": "Préparez-vous pour js-controller 5.0",
"it": "Prepararsi per js-controller 5.0",
"es": "Prepárate para js-controller 5.0",
"pl": "Prepare for js-controller 5.0",
"zh-cn": "防污防备 5.0",
"uk": "Підготовка до Js-controller 2.6 км"
}
},
"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.1.0",
"version": "5.2.0",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down

0 comments on commit 3d44e94

Please sign in to comment.