Skip to content

Commit

Permalink
chore: release v0.2.3
Browse files Browse the repository at this point in the history
* (Apollon77) Prevent crash when initializing web server with invalid configuration
  • Loading branch information
Apollon77 committed Apr 19, 2022
1 parent 5805651 commit 18b25fb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Please use it only for administration purposes.
![Screenshot](img/screen1.png)

## Changelog

### __WORK IN PROGRESS__
### 0.2.3 (2022-04-19)
* (Apollon77) Prevent crash when initializing web server with invalid configuration

### 0.2.2 (2022-04-07)
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "terminal",
"version": "0.2.2",
"version": "0.2.3",
"title": "ioBroker simple terminal",
"titleLang": {
"en": "ioBroker simple terminal",
Expand Down Expand Up @@ -41,6 +41,18 @@
"express"
],
"news": {
"0.2.3": {
"en": "Prevent crash when initializing web server with invalid configuration",
"de": "Absturz beim Initialisieren des Webservers mit ungültiger Konfiguration verhindern",
"ru": "Предотвращение сбоя при инициализации веб-сервера с неверной конфигурацией",
"pt": "Evite travamentos ao inicializar o servidor web com configuração inválida",
"nl": "Voorkom crash bij initialisatie van webserver met ongeldige configuratie",
"fr": "Empêcher le plantage lors de l'initialisation du serveur Web avec une configuration invalide",
"it": "Impedire l'arresto anomalo durante l'inizializzazione del server Web con una configurazione non valida",
"es": "Evite el bloqueo al inicializar el servidor web con una configuración no válida",
"pl": "Zapobiegaj awariom podczas inicjowania serwera internetowego z nieprawidłową konfiguracją",
"zh-cn": "使用无效配置初始化 Web 服务器时防止崩溃"
},
"0.2.2": {
"en": "Fix initialization of ports",
"de": "Korrigieren Sie die Initialisierung von Ports",
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,6 +1,6 @@
{
"name": "iobroker.terminal",
"version": "0.2.2",
"version": "0.2.3",
"description": "ioBroker simple terminal Adapter",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 18b25fb

Please sign in to comment.