Skip to content

Commit 584cbd2

Browse files
author
Samuel Weibel
committed
chore: release v0.4.0
Updated to the latest luxtronik2 dependency (should fix most known issues) Updated all (other) dependencies
1 parent a42596d commit 584cbd2

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket
2626
### **WORK IN PROGRESS**
2727
-->
2828

29-
### **WORK IN PROGRESS**
29+
### 0.4.0 (2021-12-29)
3030

3131
- (UncleSamSwiss) Updated to the latest luxtronik2 dependency (should fix most known issues)
3232
- (UncleSamSwiss) Updated all (other) dependencies

io-package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "luxtronik2",
4-
"version": "0.3.2",
4+
"version": "0.4.0",
55
"news": {
6+
"0.4.0": {
7+
"en": "Updated to the latest luxtronik2 dependency (should fix most known issues)\nUpdated all (other) dependencies",
8+
"de": "Auf die neueste luxtronik2-Abhängigkeit aktualisiert (sollte die meisten bekannten Probleme beheben)\nAlle (anderen) Abhängigkeiten aktualisiert",
9+
"ru": "Обновлено до последней зависимости luxtronik2 (должно исправить большинство известных проблем)\nОбновлены все (другие) зависимости",
10+
"pt": "Atualizado para a dependência luxtronik2 mais recente (deve corrigir a maioria dos problemas conhecidos)\nTodas as (outras) dependências atualizadas",
11+
"nl": "Bijgewerkt naar de nieuwste luxtronik2-afhankelijkheid (zou de meeste bekende problemen moeten oplossen)\nAlle (andere) afhankelijkheden bijgewerkt",
12+
"fr": "Mise à jour vers la dernière dépendance luxtronik2 (devrait résoudre les problèmes les plus connus)\nMise à jour de toutes les (autres) dépendances",
13+
"it": "Aggiornato all'ultima dipendenza luxtronik2 (dovrebbe risolvere i problemi più noti)\nAggiornate tutte le (altre) dipendenze",
14+
"es": "Actualizado a la última dependencia de luxtronik2 (debería solucionar la mayoría de los problemas conocidos)\nSe actualizaron todas las (otras) dependencias",
15+
"pl": "Zaktualizowano do najnowszej zależności luxtronik2 (powinna rozwiązać większość znanych problemów)\nZaktualizowano wszystkie (inne) zależności",
16+
"zh-cn": "更新到最新的 luxtronik2 依赖项(应修复大多数已知问题)\n更新了所有(其他)依赖项"
17+
},
618
"0.3.2": {
719
"en": "Improved Sentry reporting.",
820
"de": "Verbesserte Sentry-Berichterstellung.",

package-lock.json

Lines changed: 1 addition & 1 deletion
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.luxtronik2",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket",
55
"author": {
66
"name": "UncleSamSwiss",

0 commit comments

Comments
 (0)