Skip to content

Commit

Permalink
chore: release v4.1.2
Browse files Browse the repository at this point in the history
* (Garfonso) fix: time in timestamp display
  • Loading branch information
Garfonso committed Jan 9, 2024
1 parent bb3ac20 commit 6f9a4b5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Older Changes
## 4.0.10 (2023-12-15)
* (Garfonso) brought back shopping list. Now also supports shopping/todo lists from manual entities.
* (Garfonso) fix: browser console errors
* (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

Expand Down
8 changes: 1 addition & 7 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 next version:
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 4.1.2 (2024-01-09)
* (Garfonso) fix: time in timestamp display

### 4.1.1 (2024-01-02)
Expand All @@ -491,12 +491,6 @@ After that checkout modified version in `./build` folder. Then.
### 4.0.11 (2023-12-15)
* (Garfonso) updated dependencies

### 4.0.10 (2023-12-15)
* (Garfonso) brought back shopping list. Now also supports shopping/todo lists from manual entities.
* (Garfonso) fix: browser console errors
* (Garfonso) fix: login & authorization
* (Garfonso) added: user images & names on login screen

## License

Copyright 2019-2024, bluefox <[email protected]>
Expand Down
19 changes: 14 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "lovelace",
"version": "4.1.1",
"version": "4.1.2",
"news": {
"4.1.2": {
"en": "fix: time in timestamp display",
"de": "fix: zeit im zeitstempel-display",
"ru": "фиксация: время дисплея",
"pt": "correção: tempo em exibição do timestamp",
"nl": "fix: tijd in tijdstempelweergave",
"fr": "correction : temps dans l'affichage de l'horodatage",
"it": "correzione: tempo in visualizzazione timestamp",
"es": "fijación: tiempo en la pantalla de tiempo",
"pl": "fix: czas wyświetlania znacznika czasu",
"uk": "виправити: час в часовому режимі відображення",
"zh-cn": "修正:时间戳显示的时间"
},
"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!"
Expand Down Expand Up @@ -44,10 +57,6 @@
"4.0.9": {
"en": "fixed: timestamp in legacy history data",
"de": "fixed: zeitstempel in alten History daten"
},
"4.0.8": {
"en": "re-add legacy history for custom cards",
"de": "re-add die alten history methoden für benutzerdefinierte karten"
}
},
"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.1",
"version": "4.1.2",
"description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 6f9a4b5

Please sign in to comment.