Skip to content

Commit

Permalink
chore: release v4.1.10
Browse files Browse the repository at this point in the history
* (Garfonso) device icons work again.
* (Garfonso) default user sometimes was not found in system.
  • Loading branch information
Garfonso committed May 23, 2024
1 parent 8edbbd1 commit 1300fd9
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 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.4 (2024-02-10)
* (Garfonso) improved fix: lamp icons now turn gray on switch off.

## 4.1.3 (2024-02-10)
* (Garfonso) prevent warning for browser_mod/recall_id service call
* (Garfonso) fix: lamp icons now turn gray on switch off.
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.10 (2024-05-23)
* (Garfonso) device icons work again.
* (Garfonso) default user sometimes was not found in system.

Expand All @@ -493,9 +493,6 @@ After that checkout modified version in `./build` folder. Then.
### 4.1.5 (2024-03-05)
* (Garfonso) fixed: possible crashes during startup

### 4.1.4 (2024-02-10)
* (Garfonso) improved fix: lamp icons now turn gray on switch off.

## License

Copyright 2019-2024, bluefox <[email protected]>
Expand Down
19 changes: 14 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "lovelace",
"version": "4.1.9",
"version": "4.1.10",
"news": {
"4.1.10": {
"en": "device icons work again (if authorization is required).\ndefault user sometimes was not found in system.",
"de": "gerätesymbole funktionieren wieder (wenn authorisierung notwendig).\nder eingestellte standard-benutzer wurde manchmal nicht im system gefunden.",
"ru": "иконки устройства снова работают.\nпользователь по умолчанию иногда не был найден в системе.",
"pt": "ícones do dispositivo funcionam novamente.\nusuário padrão às vezes não foi encontrado no sistema.",
"nl": "apparaatpictogrammen werken opnieuw.\nde standaardgebruiker werd soms niet gevonden in het systeem.",
"fr": "les icônes du périphérique fonctionnent à nouveau.\nl'utilisateur par défaut n'a parfois pas été trouvé dans le système.",
"it": "le icone del dispositivo funzionano di nuovo.\nutente predefinito a volte non è stato trovato nel sistema.",
"es": "los iconos del dispositivo funcionan de nuevo.\nusuario predeterminado a veces no se encontró en el sistema.",
"pl": "ikony urządzenia działają ponownie.\ndomyślny użytkownik czasami nie został znaleziony w systemie.",
"uk": "знову працюють іконки пристрою.\nне знайдено типовий користувач.",
"zh-cn": "设备图标再次工作.\n默认用户有时在系统中找不到 ."
},
"4.1.9": {
"en": "add support for new service call structure.\nadd support for delivering files from other adapters, for example, local cover images.\ncleaned up service descriptions.",
"de": "unterstützung für neue service call-struktur hinzufügen.\nhinzufügen von unterstützung für die bereitstellung von dateien von anderen adaptern, zum beispiel lokale cover-bilder.\ngereinigte servicebeschreibungen.",
Expand Down Expand Up @@ -53,10 +66,6 @@
"4.1.4": {
"en": "improved fix: lamp icons now turn gray on switch off.",
"de": "verbesserter fix: lampensymbole werden nun grau beim ausschalten."
},
"4.1.3": {
"en": "prevent warning for browser_mod/recall_id service call\nfix: lamp icons now turn gray on switch off.\nfix: notifications via sendTo work again.",
"de": "Verhindere warnung für browser_mod/recall_id service call\nfix: Lampensymbole werden nun grau beim ausschalten.\nfix: Benachrichtigung mittels sendTo funktionieren wieder."
}
},
"titleLang": {
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.9",
"version": "4.1.10",
"description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 1300fd9

Please sign in to comment.