Skip to content

Commit

Permalink
chore: release v4.1.1
Browse files Browse the repository at this point in the history
* (Garfonso) changed: determining user id
* (Garfosno) changed: history attributes handling
* (Garfonso) added: handle browser_mod/recall_id service call.
  • Loading branch information
Garfonso committed Jan 2, 2024
1 parent 6efad8c commit 2f3905e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 21 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.0.9 (2023-12-12)
* (Garfonso) fixed: timestamp in legacy history data

## 4.0.8 (2023-12-12)
* (Garfonso) re-add legacy history for custom cards

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,11 @@ After that checkout modified version in `./build` folder. Then.
PLACEHOLDER for next version:
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 4.1.1 (2024-01-02)
* (Garfonso) changed: determining user id
* (Garfosno) changed: history attributes handling
* (Garfonso) added: handle browser_mod/recall_id service call.
* (Garfonso) changed: all states are strings (fixes #483)

### 4.1.0 (2023-12-18)
* (Garfons) add an option to show users on login screen (off by default)
Expand All @@ -493,9 +494,6 @@ After that checkout modified version in `./build` folder. Then.
* (Garfonso) fix: login & authorization
* (Garfonso) added: user images & names on login screen

### 4.0.9 (2023-12-12)
* (Garfonso) fixed: timestamp in legacy history data

## License

Copyright 2019-2024, bluefox <[email protected]>
Expand Down
19 changes: 5 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "lovelace",
"version": "4.1.0",
"version": "4.1.1",
"news": {
"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"
Expand Down Expand Up @@ -44,19 +48,6 @@
"4.0.8": {
"en": "re-add legacy history for custom cards",
"de": "re-add die alten history methoden für benutzerdefinierte karten"
},
"4.0.7": {
"en": "history should be working again.",
"de": "history sollte wieder funktionieren.",
"ru": "история должна работать снова.",
"pt": "a história deve estar a trabalhar de novo.",
"nl": "de geschiedenis zou weer moeten werken.",
"fr": "l'histoire devrait retravailler.",
"it": "la storia dovrebbe funzionare di nuovo.",
"es": "la historia debe estar trabajando de nuevo.",
"pl": "historia powinna być kontynuowana.",
"uk": "історія повинна працювати знову.",
"zh-cn": "历史应该再次发挥作用。."
}
},
"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.0",
"version": "4.1.1",
"description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 2f3905e

Please sign in to comment.