Skip to content

Commit 15a7bb4

Browse files
ExcodiburExcodibur
authored andcommitted
chore: release v0.11.0
- Feature: Added option to specify IP address for access to local API (#424)
1 parent e189c20 commit 15a7bb4

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Placeholder for the next version (add instead of version-number-headline below):
44
## **WORK IN PROGRESS**
55
-->
6+
## 0.11.0 (2025-04-15)
7+
- Feature: Added option to specify IP address for access to local API (https://github.com/Excodibur/ioBroker.tahoma/issues/424)
8+
69
## 0.10.4 (2024-04-28)
710
- Fixed: Warning resolved about invalid element in jsonConfig
811

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ See [Changelog](https://github.com/Excodibur/ioBroker.tahoma/blob/master/CHANGEL
107107
Placeholder for the next version (add instead of version-number-headline below):
108108
## __WORK IN PROGRESS__
109109
-->
110+
### 0.11.0 (2025-04-15)
111+
- Feature: Added option to specify IP address for access to local API (https://github.com/Excodibur/ioBroker.tahoma/issues/424)
112+
110113
### 0.10.4 (2024-04-28)
111114
- Fixed: Warning resolved about invalid element in jsonConfig
112115

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "tahoma",
4-
"version": "0.10.4",
4+
"version": "0.11.0",
55
"news": {
6+
"0.11.0": {
7+
"en": "Feature: Added option to specify IP address for access to local API (https://github.com/Excodibur/ioBroker.tahoma/issues/424)",
8+
"de": "Feature: Option hinzugefügt, um IP-Adresse für den Zugriff auf lokale API angeben (https://github.com/Excodibur/ioBroker.tahoma/issues/424)",
9+
"ru": "Функция: Добавлена возможность указать IP-адрес для доступа к локальному API (https://github.com/Excodibur/ioBroker.tahoma/issues/424)",
10+
"pt": "Característica: Adicionado opção para especificar endereço IP para acesso à API local (https://github.com/Excodibur/ioBroker.tahoma/issues/424)",
11+
"nl": "Functie: Toegevoegde optie om IP-adres op te geven voor toegang tot lokale API (https://github.com/Excodibur/ioBroker.tahoma/issues/424)",
12+
"fr": "Fonctionnalité: Ajout d'une option pour spécifier l'adresse IP pour accéder à l'API locale (https://github.com/Excodibur/ioBroker.tahoma/issues/424)",
13+
"it": "Caratteristica: opzione aggiunta per specificare l'indirizzo IP per l'accesso alle API locali (https://github.com/Excodibur/ioBroker.tahoma/issues/424)",
14+
"es": "Característica: opción adicional para especificar la dirección IP para el acceso a la API local (https://github.com/Excodibur/ioBroker.tahoma/issues/424)",
15+
"pl": "Cecha: Dodano opcję podania adresu IP w celu uzyskania dostępu do lokalnych API (https: / / github.com / Excribur / ioBroker.taemounts / issues / 424)",
16+
"uk": "Функція: Додана можливість вказати IP-адресу для доступу до локального API (https://github.com/Excodibur/ioBroker.tahoma/issues/424)",
17+
"zh-cn": "特性:添加了指定访问本地API的IP地址的选项(https://github.com/Excodibur/ioBroker.tahoma/issues/424)"
18+
},
619
"0.10.4": {
720
"en": "Fixed: Warning resolved about invalid element in jsonConfig",
821
"de": "Behoben: Warnung über ungültiges Element in jsonConfig behoben",

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.tahoma",
3-
"version": "0.10.4",
3+
"version": "0.11.0",
44
"description": "Somfy Tahoma",
55
"author": {
66
"name": "Marius Burkard",

0 commit comments

Comments
 (0)