Skip to content

Commit

Permalink
chore: release v4.0.11
Browse files Browse the repository at this point in the history
* (Garfonso) updated dependencies
  • Loading branch information
Garfonso committed Dec 15, 2023
1 parent 1f3d09f commit 0a80ed2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older Changes
## 4.0.6 (2023-12-09)
* (Garfonso) fixed: thermostat card for thermostats without mode / off state
* (Garfonso) fixed: history and history graph missing for some stuff

## 4.0.5 (2023-12-09)
* (Garfonso) revert shopping list
* (Garfonso) prevent invalid date error
Expand Down
6 changes: 1 addition & 5 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.0.11 (2023-12-15)
* (Garfonso) updated dependencies

### 4.0.10 (2023-12-15)
Expand All @@ -491,10 +491,6 @@ After that checkout modified version in `./build` folder. Then.
### 4.0.7 (2023-12-12)
* (Garfonso) history should be working again.

### 4.0.6 (2023-12-09)
* (Garfonso) fixed: thermostat card for thermostats without mode / off state
* (Garfonso) fixed: history and history graph missing for some stuff

## License

Copyright 2019-2023, bluefox <[email protected]>
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "lovelace",
"version": "4.0.10",
"version": "4.0.11",
"news": {
"4.0.11": {
"en": "updated dependencies",
"de": "aktualisierte abhängigkeiten",
"ru": "обновленные зависимости",
"pt": "dependências atualizadas",
"nl": "vertaling:",
"fr": "dépendances actualisées",
"it": "dipendenze aggiornate",
"es": "dependencias actualizadas",
"pl": "zależności aktualizacji",
"uk": "оновлені залежності",
"zh-cn": "二. 最新依赖"
},
"4.0.10": {
"en": "brought back shopping list. Now also supports shopping/todo lists from manual entities.\nfix: browser console errors\nfix: login & authorization\nadded: user images & names on login screen",
"de": "Einkaufsliste funktioniert wieder. Zusätzliche Shopping/Todo-Listen können als manuellen Entities angelegt werden.\nfix: browser fehler\nfix: anmeldung & autorisierung\nhinzugefügt: benutzerbilder & namen auf login-bildschirm"
Expand Down Expand Up @@ -44,19 +57,6 @@
"pl": "lista zakupów\nzapobieganie błędom",
"uk": "перевернути список покупок\nзапобігання недійсної помилки дати",
"zh-cn": "回购单\n防止无效日期"
},
"4.0.4": {
"en": "fix: crash",
"de": "fix: absturz",
"ru": "исправить: аварии",
"pt": "correção: acidente",
"nl": "vertaling:",
"fr": "correction :",
"it": "correzione: crash",
"es": "arranca:",
"pl": "naprawa",
"uk": "виправити: аварійний",
"zh-cn": "fix:坠落"
}
},
"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.0.10",
"version": "4.0.11",
"description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 0a80ed2

Please sign in to comment.