Skip to content

Commit

Permalink
chore: release v4.1.7
Browse files Browse the repository at this point in the history
* (Garfonso) prevent even more possible crashes
* (smarthomejoey) fixed: tilt level and inversion
  • Loading branch information
Garfonso committed Mar 11, 2024
1 parent 4f69045 commit 4794ac2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 <dogafox@gmail.com>
Expand Down
10 changes: 5 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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",
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.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",
Expand Down

0 comments on commit 4794ac2

Please sign in to comment.