Skip to content

Commit a8bf99c

Browse files
committed
chore: release v3.0.4
* (bluefox) Corrected error if profile is empty
1 parent 0f5a4ac commit a8bf99c

File tree

9 files changed

+26
-25
lines changed

9 files changed

+26
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ sendTo(
152152
-->
153153

154154
## Changelog
155-
### **WORK IN PROGRESS**
155+
### 3.0.4 (2024-04-27)
156156
* (bluefox) Corrected error if profile is empty
157157

158158
### 3.0.3 (2024-02-25)

admin/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.96b3c861.css",
4-
"main.js": "./static/js/main.be311a13.js",
4+
"main.js": "./static/js/main.1ac789c7.js",
55
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
66
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
77
"static/media/Cellar.svg": "./static/media/Cellar.7ec1b1803a2437c8b78c.svg",
@@ -123,10 +123,10 @@
123123
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
124124
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
125125
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
126-
"main.be311a13.js.map": "./static/js/main.be311a13.js.map"
126+
"main.1ac789c7.js.map": "./static/js/main.1ac789c7.js.map"
127127
},
128128
"entrypoints": [
129129
"static/css/main.96b3c861.css",
130-
"static/js/main.be311a13.js"
130+
"static/js/main.1ac789c7.js"
131131
]
132132
}
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/tab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><link rel="stylesheet" href="./style.css"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scenes [ioBroker]</title><script defer="defer" src="./static/js/main.be311a13.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><link rel="stylesheet" href="./style.css"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scenes [ioBroker]</title><script defer="defer" src="./static/js/main.1ac789c7.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

io-package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "scenes",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"news": {
6+
"3.0.4": {
7+
"en": "Corrected error if profile is empty",
8+
"de": "Fehler behoben, wenn das Profil leer ist",
9+
"ru": "Исправлена ошибка, если профиль пуст",
10+
"pt": "Erro correto se o perfil estiver vazio",
11+
"nl": "Gecorrigeerde fout als profiel leeg is",
12+
"fr": "Erreur corrigée si le profil est vide",
13+
"it": "Errore corretto se il profilo è vuoto",
14+
"es": "Error corregido si el perfil está vacío",
15+
"pl": "Skorygowany błąd jeśli profil jest pusty",
16+
"uk": "Виправлена помилка, якщо профіль порожній",
17+
"zh-cn": "如果配置文件为空, 已更正错误"
18+
},
619
"3.0.3": {
720
"en": "Saving of the scene states from GUI was implemented",
821
"de": "Das Speichern der Szenenzustände von GUI wurde implementiert",
@@ -79,18 +92,6 @@
7992
"es": "Se actualizaron algunas bibliotecas GUI\nLiberador actualizado",
8093
"pl": "Zaktualizowano niektóre biblioteki GUI\nZaktualizowany wydawca",
8194
"zh-cn": "更新了一些 GUI 库\n更新的发布者"
82-
},
83-
"2.3.8": {
84-
"en": "Handle case where states are not set but used as value (Sentry IOBROKER-SCENES-13)\nAdded the aggregation mode for the virtual groups.\nSentry data will not be sent in front-end if the diagnostic or sentry is disabled",
85-
"de": "Behandeln Sie Fälle, in denen Zustände nicht festgelegt, sondern als Wert verwendet werden (Sentry IOBROKER-SCENES-13)\nDer Aggregationsmodus für die virtuellen Gruppen wurde hinzugefügt.\nSentry-Daten werden nicht im Front-End gesendet, wenn die Diagnose oder der Sentry deaktiviert ist",
86-
"ru": "Обработка случая, когда состояния не устанавливаются, а используются как значение (Sentry IOBROKER-SCENES-13)\nДобавлен режим агрегации для виртуальных групп.\nСторожевые данные не будут отправляться во внешний интерфейс, если диагностика или сторожевой режим отключены.",
87-
"pt": "Lidar com o caso em que os estados não são definidos, mas usados como valor (Sentry IOBROKER-SCENES-13)\nAdicionado o modo de agregação para os grupos virtuais.\nOs dados da sentinela não serão enviados no front-end se o diagnóstico ou a sentinela estiverem desabilitados",
88-
"nl": "Behandel geval waarin staten niet zijn ingesteld maar als waarde worden gebruikt (Sentry IOBROKER-SCENES-13)\nDe aggregatiemodus voor de virtuele groepen toegevoegd.\nSentry-gegevens worden niet in front-end verzonden als de diagnose of schildwacht is uitgeschakeld",
89-
"fr": "Gérer le cas où les états ne sont pas définis mais utilisés comme valeur (Sentry IOBROKER-SCENES-13)\nAjout du mode d'agrégation pour les groupes virtuels.\nLes données de sentinelle ne seront pas envoyées en front-end si le diagnostic ou la sentinelle est désactivé",
90-
"it": "Gestire il caso in cui gli stati non sono impostati ma utilizzati come valore (Sentry IOBROKER-SCENES-13)\nAggiunta la modalità di aggregazione per i gruppi virtuali.\nI dati della sentinella non verranno inviati in front-end se la diagnostica o la sentinella sono disabilitate",
91-
"es": "Manejar caso donde los estados no se establecen pero se usan como valor (Sentry IOBROKER-SCENES-13)\nSe agregó el modo de agregación para los grupos virtuales.\nLos datos del centinela no se enviarán en el front-end si el diagnóstico o el centinela están desactivados",
92-
"pl": "Obsługa przypadku, w którym stany nie są ustawione, ale używane jako wartość (Sentry IOBROKER-SCENES-13)\nDodano tryb agregacji dla grup wirtualnych.\nDane Sentry nie będą wysyłane w interfejsie użytkownika, jeśli diagnostyka lub Sentry są wyłączone",
93-
"zh-cn": "处理未设置状态但用作值的情况(Sentry IOBROKER-SCENES-13)\n增加了虚拟组的聚合模式。\n如果诊断或哨兵被禁用,哨兵数据将不会在前端发送"
9495
}
9596
},
9697
"title": "Scenes",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.scenes",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Scenes for ioBroker.",
55
"author": {
66
"name": "bluefox",

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scenes-react",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"private": true,
55
"dependencies": {
66
"@iobroker/adapter-react-v5": "^4.13.11",
@@ -37,4 +37,4 @@
3737
"not ie <= 11",
3838
"not op_mini all"
3939
]
40-
}
40+
}

0 commit comments

Comments
 (0)