diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 443d2743b..a99c9084a 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,7 @@ # Older Changes +## 4.1.2 (2024-01-09) +* (Garfonso) fix: time in timestamp display + ## 4.1.1 (2024-01-02) * (Garfonso) changed: determining user id * (Garfosno) changed: history attributes handling diff --git a/README.md b/README.md index 74b9af4e6..999e05b7b 100644 --- a/README.md +++ b/README.md @@ -473,7 +473,7 @@ After that checkout modified version in `./build` folder. Then. PLACEHOLDER for the next version: ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 4.1.7 (2024-03-11) * (Garfonso) prevent even more possible crashes * (smarthomejoey) fixed: tilt level and inversion @@ -492,9 +492,6 @@ After that checkout modified version in `./build` folder. Then. * (Garfonso) fix: lamp icons now turn gray on switch off. * (Garfonso) fix: notifications via sendTo work again. -### 4.1.2 (2024-01-09) -* (Garfonso) fix: time in timestamp display - ## License Copyright 2019-2024, bluefox diff --git a/io-package.json b/io-package.json index b4d3162f1..3e0d7dc44 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "lovelace", - "version": "4.1.6", + "version": "4.1.7", "news": { + "4.1.7": { + "en": "prevent even more possible crashes\nfixed: tilt level and inversion", + "de": "noch mehr mögliche abstürzen verhindern\nfixed: tilt level und inversion" + }, "4.1.6": { "en": "remove exessive logging\nimprove fix for crash again.", "de": "exessive log ausgabe entfernen\nverbesserung der reparatur für crash.", @@ -53,10 +57,6 @@ "4.1.1": { "en": "changed: determining user id\nchanged: history attributes handling\nadded: handle browser_mod/recall_id service call.\nchanged: all states are strings!", "de": "geändert: bestimmung der benutzer-id\ngeändert: historie für attribute\nhinzugefügt: handle browser_mod/recall_id service call.\ngeändert: alle zustände sind strings!" - }, - "4.1.0": { - "en": "add an option to show users on login screen (off by default)", - "de": "Neu Option um Benutzer auf dem Login-Bildschirm anzuzeigen" } }, "title": "Visualization with Lovelace-UI", diff --git a/package-lock.json b/package-lock.json index 2b059e78a..30f66b6df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.lovelace", - "version": "4.1.6", + "version": "4.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.lovelace", - "version": "4.1.6", + "version": "4.1.7", "license": "Apache-2.0", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 622ef6fa0..ed8ab7b8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.lovelace", - "version": "4.1.6", + "version": "4.1.7", "description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI", "author": { "name": "bluefox",