Skip to content

Commit e4ee599

Browse files
chore: release v4.0.3
* (René): bug fix see issue #517: avoid crash when using external command
1 parent 66f1a1a commit e4ee599

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

CHANGELOG_OLD.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Older changes
2+
## 3.6.10 (2025-10-26)
3+
* (René) sentry bug fix
4+
25
## 3.6.9 (2025-10-21)
36
* (René) update dependencies + changes based on adapter checker
47

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ in /opt/iobroker/node_modules/iobroker.ebus/lib/scripts you can find a scripts t
7676
Placeholder for the next version (at the beginning of the line):
7777
### **WORK IN PROGRESS**
7878
-->
79-
### **WORK IN PROGRESS**
79+
### 4.0.3 (2026-04-12)
8080
* (René): bug fix see issue #517: avoid crash when using external command
8181

8282
### 4.0.2 (2026-04-11)
@@ -95,9 +95,6 @@ in /opt/iobroker/node_modules/iobroker.ebus/lib/scripts you can find a scripts t
9595
### 3.7.0 (2025-11-02)
9696
* (René) issue #469: telnet connection overworked, promise-socket removed
9797

98-
### 3.6.10 (2025-10-26)
99-
* (René) sentry bug fix
100-
10198
## License
10299
MIT License
103100

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "ebus",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"news": {
6+
"4.0.3": {
7+
"en": ": bug fix see issue #517: avoid crash when using external command",
8+
"de": ": bugfix siehe ausgabe #517: crash vermeiden bei verwendung von externem befehl",
9+
"ru": "исправление ошибок см. проблему #517: избегайте сбоев при использовании внешней команды",
10+
"pt": ": bug fix ver problema #517: evitar falha ao usar o comando externo",
11+
"nl": ": bug fix zie probleem #517: crash vermijden bij het gebruik van extern commando",
12+
"fr": ": correction du bug voir le problème #517: éviter le crash lors de l'utilisation de la commande externe",
13+
"it": ": bug fix vedi problema #517: evitare crash quando si utilizza il comando esterno",
14+
"es": ": bug fix see issue #517: avoid crash when using external command",
15+
"pl": ": bug fix see issue # 517: uniknąć awarii przy użyciu polecenia zewnętrznego",
16+
"uk": ": виправлення помилок див. питання #517: уникнути аварійних ситуацій при використанні зовнішньої команди",
17+
"zh-cn": ": bug fix 见问题517: 使用外部命令时避免崩溃"
18+
},
619
"4.0.2": {
720
"en": ": bug fix see issue #513: under some conditions admin page was not available",
821
"de": ": bugfix siehe ausgabe #513: unter einigen bedingungen admin-seite war nicht verfügbar",
@@ -80,19 +93,6 @@
8093
"pl": "aktualizacja zależności + zmiany w oparciu o sprawdzacz adaptera",
8194
"uk": "оновлення залежності + зміни на основі перевірки адаптера",
8295
"zh-cn": "根据适配器检查器更新依赖性+变化"
83-
},
84-
"3.6.8": {
85-
"en": "update dependencies + changes based on adapter checker",
86-
"de": "aktualisierung abhängigkeiten + änderungen basierend auf adapter-checker",
87-
"ru": "зависимости обновления + изменения на основе проверки адаптера",
88-
"pt": "atualizar dependências + alterações com base no verificador de adaptadores",
89-
"nl": "update afhankelijkheden + wijzigingen op basis van adaptercontrole",
90-
"fr": "mettre à jour les dépendances + les changements basés sur le vérificateur d'adaptateur",
91-
"it": "aggiornamento dipendenze + modifiche in base all'adattatore checker",
92-
"es": "dependencias de actualización + cambios basados en el control de adaptador",
93-
"pl": "aktualizacja zależności + zmiany w oparciu o sprawdzacz adaptera",
94-
"uk": "оновлення залежності + зміни на основі перевірки адаптера",
95-
"zh-cn": "根据适配器检查器更新依赖性+变化"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.ebus",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "ioBroker ebus Adapter",
55
"author": {
66
"name": "René G.",

0 commit comments

Comments
 (0)