diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 2bb9ced98..93a72edcb 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -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 diff --git a/README.md b/README.md index 37e29b65f..877ebc7a7 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/io-package.json b/io-package.json index c1a6e15ae..28d6d6313 100644 --- a/io-package.json +++ b/io-package.json @@ -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" @@ -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", diff --git a/package-lock.json b/package-lock.json index 82f5cff6f..77f9a597d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.lovelace", - "version": "4.0.10", + "version": "4.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.lovelace", - "version": "4.0.10", + "version": "4.0.11", "license": "Apache-2.0", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index b6c0afe11..fd2086c34 100644 --- a/package.json +++ b/package.json @@ -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",