Skip to content

Commit

Permalink
chore: release v5.0.1
Browse files Browse the repository at this point in the history
- (klein0r) Fixed credentials decrypt
- (klein0r) Added connection state (process is running)
  • Loading branch information
Apollon77 committed Dec 5, 2023
1 parent e7599f7 commit d8d0ba4
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Older changes
## 4.0.0 (2022-08-14)

- IMPORTANT: Node.js 14.x now needed at least
- (Apollon77) Upgrade to node-red 3.0.2, enable runtime-state features and switch editor to monaco-editor
- (Apollon77) Correctly escape backslashes when writing setting file on Windows

## 3.3.1 (2022-05-27)

- (Apollon77) Lower loglevel of a log line
Expand Down
8 changes: 1 addition & 7 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.0.1 (2023-12-05)

- (klein0r) Fixed credentials decrypt
- (klein0r) Added connection state (process is running)
Expand Down Expand Up @@ -64,12 +64,6 @@ Instantiate the server with Node-RED

- (Apollon77) Prepare for js-controller 5.0

### 4.0.0 (2022-08-14)

- IMPORTANT: Node.js 14.x now needed at least
- (Apollon77) Upgrade to node-red 3.0.2, enable runtime-state features and switch editor to monaco-editor
- (Apollon77) Correctly escape backslashes when writing setting file on Windows

## 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.0",
"version": "5.0.1",
"titleLang": {
"en": "Node-RED",
"de": "Node-RED",
Expand All @@ -16,6 +16,19 @@
"zh-cn": "Node-RED"
},
"news": {
"5.0.1": {
"en": "Fixed credentials decrypt\nAdded connection state (process is running)",
"de": "Feste Anmeldeinformationen decrypt\nHinzugefügter Verbindungszustand (Prozess läuft)",
"ru": "Фиксированные учетные данные decrypt\nДобавлено состояние соединения (процесс работает)",
"pt": "Descriptografar credenciais fixas\nEstado de conexão adicionado (o processo está funcionando)",
"nl": "Geregistreerd\nVerbindingstoestand toegevoegd",
"fr": "Décryptage des pouvoirs fixes\nÉtat de connexion ajouté (processus courant)",
"it": "Decrittografia delle credenziali fisse\nAggiunto stato di connessione (processo è in esecuzione)",
"es": "Decodificación de credenciales fijas\nEstado de conexión (proceso está funcionando)",
"pl": "Szczegółowe grzechy deszyfrują\nDodany stan połączenia (proces jest uruchomiony)",
"uk": "Виправлені облікові дані розшифрування\nДодано стан з'єднання (процес працює)",
"zh-cn": "固定全权证书\n增加联系国(进程正在进行中)"
},
"5.0.0": {
"en": "*NodeJS 16.4.x is required**\n*Please check instance configuration and re-enter your passwords (encryption has changed).**\n\nUpdated Node-RED to 3.1.0. Please check your nodes for compatibility!\nAdmin 5/6 JSON config for instance configuration\nAdded sendTo node with callback\nAllow custom attribute name for \"ioBroker in\" node\nAdded option to select editor (monaco, ace)\nAdded table for custom env vars to instance configuration",
"de": "*NodeJS 16.4.x ist erforderlich*\n*Bitte überprüfen Sie die Instanz-Konfiguration und erneut Ihre Passwörter eingeben (Verschlüsselung hat sich geändert). *\n\nAktualisierte Node-RED auf 3.1.0 Bitte überprüfen Sie Ihre Knoten für Kompatibilität!\nAdmin 5/6 JSON config zum Beispiel Konfiguration\nHinzugefügt: Zu Knoten mit Rückruf\nErlauben Sie benutzerdefinierten Attributnamen für \"ioBroker in\" node\nOption hinzugefügt, um Editor auszuwählen (monaco, ace)\nHinzugefügt Tabelle für benutzerdefinierte env vars zu Instanz Konfiguration",
Expand Down Expand Up @@ -93,19 +106,6 @@
"pl": "Dolny poziom logarytmu linii logu",
"uk": "Нижній рівень журналу рядка журналу",
"zh-cn": "日志行的较低日志级别"
},
"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",
"uk": "Дозволити встановлення кількох екземплярів node-red на одному хості",
"zh-cn": "允许在一台主机上安装多个 node-red 实例"
}
},
"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.0",
"version": "5.0.1",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down

0 comments on commit d8d0ba4

Please sign in to comment.