Skip to content

Commit

Permalink
chore: release v4.1.11
Browse files Browse the repository at this point in the history
* (Garfonso) convert string state values to numbers, where necessary.
  • Loading branch information
Garfonso committed Nov 20, 2024
1 parent a3a4d6f commit a0efad9
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.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.

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.11 (2024-11-20)
* (Garfonso) convert string state values to numbers, where necessary.

### 4.1.10 (2024-05-23)
Expand All @@ -493,9 +493,6 @@ After that checkout modified version in `./build` folder. Then.
* (Garfonso) remove exessive logging
* (Garfonso) improve fix for crash again.

### 4.1.5 (2024-03-05)
* (Garfonso) fixed: possible crashes during startup

## 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.10",
"version": "4.1.11",
"news": {
"4.1.11": {
"en": "convert string state values to numbers, where necessary.",
"de": "string-zustandswerte gegebenenfalls in zahlen umwandeln.",
"ru": "конвертировать значения состояния строки в числа, когда это необходимо.",
"pt": "converter valores de estado de cadeia para números, quando necessário.",
"nl": "converteer string state waarden naar getallen, waar nodig.",
"fr": "convertir les valeurs d'état de chaîne en nombres, si nécessaire.",
"it": "convertire i valori di stato della stringa in numeri, ove necessario.",
"es": "convertir valores de estado de cadena a números, cuando sea necesario.",
"pl": "w razie potrzeby przekonwertować wartości stanu string do liczb.",
"uk": "перетворюйте значення стану рядків до чисел, де необхідно.",
"zh-cn": "必要时将字符串状态值转换为数字."
},
"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.",
Expand Down Expand Up @@ -62,10 +75,6 @@
"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."
}
},
"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.10",
"version": "4.1.11",
"description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit a0efad9

Please sign in to comment.