Skip to content

Commit

Permalink
chore: release v4.1.6
Browse files Browse the repository at this point in the history
* (Garfonso) remove exessive logging
* (Garfonso) improve fix for crash again.
  • Loading branch information
Garfonso committed Mar 7, 2024
1 parent 2a25964 commit f1c8cd6
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 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.1.1 (2024-01-02)
* (Garfonso) changed: determining user id
* (Garfosno) changed: history attributes handling
* (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)

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 the next version:
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 4.1.6 (2024-03-07)
* (Garfonso) remove exessive logging
* (Garfonso) improve fix for crash again.

Expand All @@ -491,12 +491,6 @@ After that checkout modified version in `./build` folder. Then.
### 4.1.2 (2024-01-09)
* (Garfonso) fix: time in timestamp display

### 4.1.1 (2024-01-02)
* (Garfonso) changed: determining user id
* (Garfosno) changed: history attributes handling
* (Garfonso) added: handle browser_mod/recall_id service call.
* (Garfonso) changed: all states are strings (fixes #483)

## License

Copyright 2019-2024, bluefox <dogafox@gmail.com>
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.5",
"version": "4.1.6",
"news": {
"4.1.6": {
"en": "remove exessive logging\nimprove fix for crash again.",
"de": "exessive log ausgabe entfernen\nverbesserung der reparatur für crash.",
"ru": "удалить exessive logging\nулучшить исправление для аварии снова.",
"pt": "remover registro exessivo\nmelhorar a correção para acidente novamente.",
"nl": "exessieve logging verwijderen\nverbeteren fix voor crash opnieuw.",
"fr": "supprimer l'exploitation exessive\naméliorer la correction pour le crash à nouveau.",
"it": "rimuovere logging exessive\nmigliorare la correzione per crash di nuovo.",
"es": "remove exessive logging\nmejorar la solución para el accidente de nuevo.",
"pl": "usunięcie nadmiernego logowania\npoprawić naprawić ponownie awarii.",
"uk": "видалити есенціальний журнал\nзнову поліпшуйте фіксацію.",
"zh-cn": "删除 exessive 日志\n改善再次崩溃的修复."
},
"4.1.5": {
"en": "fixed: possible crashes during startup",
"de": "behoben: mögliche abstürzen beim start",
Expand Down Expand Up @@ -44,19 +57,6 @@
"4.1.0": {
"en": "add an option to show users on login screen (off by default)",
"de": "Neu Option um Benutzer auf dem Login-Bildschirm anzuzeigen"
},
"4.0.12": {
"en": "fix lint errors",
"de": "lint fehler beheben",
"ru": "исправить ошибки lint",
"pt": "corrigir erros de lint",
"nl": "lint fouten",
"fr": "corriger les erreurs lint",
"it": "correggere gli errori di lintuizione",
"es": "corregir errores lint",
"pl": "błędy lintowe",
"uk": "виправлено помилки в розмітці",
"zh-cn": "f 固定错误"
}
},
"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.5",
"version": "4.1.6",
"description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit f1c8cd6

Please sign in to comment.