Skip to content

Commit

Permalink
chore: release v4.1.5
Browse files Browse the repository at this point in the history
* (Garfonso) fixed: possible crashes during startup
  • Loading branch information
Garfonso committed Mar 5, 2024
1 parent d9304ed commit 7e86abb
Show file tree
Hide file tree
Showing 5 changed files with 21 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.1.0 (2023-12-18)
* (Garfons) add an option to show users on login screen (off by default)

## 4.0.12 (2023-12-15)
* (Garfonso) fix lint errors

Expand Down
5 changes: 1 addition & 4 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 the next version:
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 4.1.5 (2024-03-05)
* (Garfonso) fixed: possible crashes during startup

### 4.1.4 (2024-02-10)
Expand All @@ -493,9 +493,6 @@ After that checkout modified version in `./build` folder. Then.
* (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)

## License

Copyright 2019-2024, 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.1.4",
"version": "4.1.5",
"news": {
"4.1.5": {
"en": "fixed: possible crashes during startup",
"de": "behoben: mögliche abstürzen beim start",
"ru": "фиксированный: возможные аварии во время запуска",
"pt": "corrigido: possíveis falhas durante a inicialização",
"nl": "vast: mogelijke crashes tijdens opstarten",
"fr": "corrigé: crashs possibles pendant le démarrage",
"it": "fisso: possibili crash durante l'avvio",
"es": "fijo: posibles fallos durante la puesta en marcha",
"pl": "stałe: możliwe awarie podczas uruchamiania",
"uk": "виправлено: можливі аварії під час запуску",
"zh-cn": "固定: 启动时可能发生的崩溃"
},
"4.1.4": {
"en": "improved fix: lamp icons now turn gray on switch off.",
"de": "verbesserter fix: lampensymbole werden nun grau beim ausschalten."
Expand Down Expand Up @@ -44,19 +57,6 @@
"pl": "błędy lintowe",
"uk": "виправлено помилки в розмітці",
"zh-cn": "f 固定错误"
},
"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": "二. 最新依赖"
}
},
"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.4",
"version": "4.1.5",
"description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 7e86abb

Please sign in to comment.