Skip to content

Commit

Permalink
chore: release v5.1.0
Browse files Browse the repository at this point in the history
- (klein0r) Allow custom themes
- (klein0r) Fixed scoped node-red packages
  • Loading branch information
Apollon77 committed Dec 27, 2023
1 parent c265f6c commit 50de1a0
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.2 (2023-03-24)

- (Apollon77) Fix broken data directory when using multiple instances

## 4.0.1 (2023-03-22)

- (Apollon77) Prepare for js-controller 5.0
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.1.0 (2023-12-27)

- (klein0r) Allow custom themes
- (klein0r) Fixed scoped node-red packages
Expand Down Expand Up @@ -65,10 +65,6 @@ Instantiate the server with Node-RED

- (Apollon77) Optimized path handling

### 4.0.2 (2023-03-24)

- (Apollon77) Fix broken data directory when using multiple instances

## License

Copyright 2014-2023 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.0.2",
"version": "5.1.0",
"titleLang": {
"en": "Node-RED",
"de": "Node-RED",
Expand All @@ -16,6 +16,19 @@
"zh-cn": "Node-RED"
},
"news": {
"5.1.0": {
"en": "Allow custom themes\nFixed scoped node-red packages",
"de": "Lassen Sie benutzerdefinierte Themen\nFixed Scoped node-red Pakete",
"ru": "Разрешить пользовательские темы\nФиксированные пакеты с размахом",
"pt": "Permitir temas personalizados\nPacotes fixos escopo-vermelho",
"nl": "Laat de gebruikelijke thema's\nVertaling:",
"fr": "Permettre des thèmes personnalisés\nForfaits node-rouge fixes",
"it": "Consentire temi personalizzati\nPacchetti fissi nodo-rossi",
"es": "Permitir temas personalizados\nPaquetes fijados de nodo rojo",
"pl": "Allow zwyczajowe tematy\nFixed sklasyfikowane pakiety węzłowe",
"uk": "Дозволити користувацькі теми\nВиправлені масштабовані пакети node-red",
"zh-cn": "允许习俗\n固定范围无端一揽子计划"
},
"5.0.2": {
"en": "Fixed a fatal error when getting a non-existent value",
"de": "Ein tödlicher Fehler behoben, wenn ein nicht vorhandener Wert erhalten",
Expand Down Expand Up @@ -93,19 +106,6 @@
"pl": "Prepare for js-controller 5.0",
"zh-cn": "防污防备 5.0",
"uk": "Підготовка до Js-controller 2.6 км"
},
"4.0.0": {
"en": "IMPORTANT: Node.js 14.x now needed at least\nUpgrade to node-red 3.0.2, enable runtime-state features and switch editor to monaco-editor\nCorrectly escape backslashes when writing setting file on Windows",
"de": "WICHTIG: Node.js 14.x benötigt nun mindestens\nUpgrade auf node-red 3.0.2, Runtime-state-Features und Switch Editor zu monaco-editor\nFehler beim Schreiben der Einstellungsdatei unter Windows richtig entkommen",
"ru": "ВАЖНО: Node.js 14.x теперь нужно по крайней мере\nОбновите до node-red 3.0.2, включите функции runtime-state и переключите редактор для monaco-editor\nПравильно бежать ресниц при написании файла на Windows",
"pt": "IMPORTANTE: Node.js 14.x agora necessário pelo menos\nAtualize para o nó-red 3.0.2, ative recursos de runtime-state e alterne o editor para monaco-editor\nEscapa corretamente backslashes ao escrever o arquivo de configuração no Windows",
"nl": "Node is 14.X\nQuality over Quantity (QoQ) Releases Vertaling:\nOntsnappingsinstrumenten als het schrijven van dossiers over Windows",
"fr": "IMPORTANT: Node.js 14.x maintenant nécessaire au moins\nMettez à niveau jusqu'à la version 3.0.2, activez les fonctionnalités de l'état d'exécution et changez l'éditeur de monaco-editor\nS'échapper correctement backslashes lorsque l'écriture de fichier de réglage sur Windows",
"it": "IMPORTANTE: Node.js 14.x ora aveva bisogno di almeno\nAggiornamento a node-red 3.0.2, abilitare funzioni runtime-state e commutare l'editor a monaco-editor\nEliminare correttamente i backslashes quando si scrive l'impostazione del file su Windows",
"es": "IMPORTANTE: Node.js 14.x ahora necesita al menos\nActualizar a node-red 3.0.2, habilitar las funciones de estado de ejecución y cambiar editor a monaco-editor\nCorrectamente escapar retrocesos al escribir el archivo de configuración en Windows",
"pl": "IMPORTANT: Nodejs 14.x (ang.)\nUpgrade do węzłowo-czerwonego 3.0.2 pozwala na funkcje wykonawcze i edytor przełączania do monaco\nKorzyści uciekają, gdy pisanie pliku ustawionego na Windows",
"uk": "ВАЖЛИВО: тепер потрібен принаймні Node.js 14.x\nОновіть до node-red 3.0.2, увімкніть функції стану виконання та переключіть редактор на monaco-editor\nПравильно знімайте зворотні косі риски під час запису файлу налаштувань у Windows",
"zh-cn": "IMPORTANT:目前至少需要14x。\n降到3 0.2年级后,可采用时间特点,并把编辑转换成模块naco-edor\n在撰写关于视窗的书时,很难逃避冲突。"
}
},
"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.0.2",
"version": "5.1.0",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down

0 comments on commit 50de1a0

Please sign in to comment.