Skip to content

Commit

Permalink
chore: release v4.0.1
Browse files Browse the repository at this point in the history
* (Garfonso) fix: hideHeader object is writable
  • Loading branch information
Garfonso committed Dec 8, 2023
1 parent e0b2729 commit 5536cea
Show file tree
Hide file tree
Showing 5 changed files with 12 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
## 2.1.4 (2022-01-09)
* (Garfonso) Dependency update

## 2.1.3 (2022-01-07)
* (Garfonso) Fixed: remove backup of old frontend (sorry)

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ After that checkout modified version in `./build` folder. Then.
PLACEHOLDER for next version:
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 4.0.1 (2023-12-08)
* (Garfonso) fix: hideHeader object is writable

### 4.0.0 (2023-12-08)
Expand Down Expand Up @@ -517,9 +517,6 @@ After that checkout modified version in `./build` folder. Then.
* (Garfonso) added: improve support for input_datetime & string states.
* (Garfonso) added: support for browser_mod (i.e. crontrol frontend from iobroker).

### 2.1.4 (2022-01-09)
* (Garfonso) Dependency update

## License

Copyright 2019-2023, 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.0.0",
"version": "4.0.1",
"news": {
"4.0.1": {
"en": "fix: hideHeader object is writable",
"de": "fix: hideHeader-Objekt ist schreibbar"
},
"4.0.0": {
"en": "Breaking: Update frontent to 2023.12.08.1\nBreaking: all states default to string now. Added some exceptions (like timestamps). Check your filters.\nUse better random numbers for tokens.\nSupport media_play_pause (mini-media-player card play / pause) again.\nSupport for input_select\nImprove support for sensor with device_class=date\nRemove hideToolbar from settings. Now using browser_mod to allow per instance control.\nrepaired persistent notifications.\nUse browser_mod to hide sidebar.",
"de": "Breaking: Update-Front auf 2023.12.08.1\nBreaking: Alle Zustände (entity.state) sind standardmäßig Strings, jetzt. Einige Ausnahmen (wie Zeitstempel) hinzugefügt. Überprüft eure Filter.\nBessere Zufallszahlen für Tokens.\nSupport media_play_pause (mini-Media-Player-Karte geht wieder)\nUnterstützung für input_select\nUnterstützung für Sensor mit device_class=date\nhideToolbar aus Einstellungen entfernt. Nutze browser_mod, um per Instanz-Steuerung zu erlauben.\nReparatur von persistenten benachrichtigungen.\nVerwende browser_mod, um sidebar zu verstecken.",
Expand Down Expand Up @@ -80,19 +84,6 @@
"pl": "Naprawiono: usuń kopię zapasową starego frontendu (przepraszam)",
"zh-cn": "修正:删除旧前端的备份(抱歉)",
"uk": "Виправлено: видалення резервної копії старого інтерфейсу (вибачте)"
},
"2.1.2": {
"en": "Fixed: Menu was broken in frontend.",
"de": "Behoben: Menü war im Frontend defekt.",
"ru": "Исправлено: меню было сломано во внешнем интерфейсе.",
"pt": "Corrigido: o menu estava quebrado no frontend.",
"nl": "Opgelost: menu was gebroken in frontend.",
"fr": "Corrigé : le menu était cassé dans le frontend.",
"it": "Risolto: il menu era rotto nel frontend.",
"es": "Corregido: el menú estaba roto en la interfaz.",
"pl": "Naprawiono: Menu było zepsute we frontendzie.",
"zh-cn": "修正:菜单在前端坏了。",
"uk": "Виправлено: меню було зламано у інтерфейсі."
}
},
"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.0",
"version": "4.0.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 5536cea

Please sign in to comment.