Skip to content

Commit

Permalink
chore: release v2.9.43
Browse files Browse the repository at this point in the history
* (bluefox) Showed selected view in the view dialog
* (bluefox) Added customization of loading screen
* (bluefox) Respected the sentry disable flag in GUI
  • Loading branch information
GermanBluefox committed Mar 17, 2024
1 parent 5d0b708 commit 02e296c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ E.g., if it was used in a menu and the menu is red, the circle would be red.
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 2.9.43 (2024-03-17)
* (bluefox) Showed selected view in the view dialog
* (bluefox) Added customization of loading screen
* (bluefox) Respected the sentry disable flag in GUI
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": "vis-2",
"version": "2.9.42",
"version": "2.9.43",
"news": {
"2.9.43": {
"en": "Showed selected view in the view dialog\nAdded customization of loading screen\nRespected the sentry disable flag in GUI",
"de": "Gezeigte ausgewählte Ansicht im Ansichtsdialog\nHinzugefügt Anpassung des Ladebildschirms\nRespected the sentry disable flag in GUI",
"ru": "Показать выбранный вид в диалоге просмотра\nДобавлена настройка экрана загрузки\nУважение отсылочного флага в GUI",
"pt": "Visualização selecionada na caixa de diálogo visualização\nAdicionado personalização da tela de carregamento\nRespeitado a bandeira de desativação de sentinela em GUI",
"nl": "Geselecteerde weergave tonen in het weergavevenster\nAanpassen van het laadscherm toegevoegd\nRespecteerde de wachtersvlag in GUI",
"fr": "Affichage de la vue sélectionnée dans la boîte de dialogue vue\nAjout de la personnalisation de l'écran de chargement\nRespecté le drapeau de désactivation de sentinelle dans GUI",
"it": "Mostrata la vista selezionata nella finestra di dialogo vista\nAggiunta personalizzazione dello schermo di caricamento\nRispettato la bandiera disattiva della sentinella GUI",
"es": "Visualización de la vista seleccionada en el diálogo de vista\nAñadido la personalización de la pantalla de carga\nRespetó la bandera desactiva del centinela en GUI",
"pl": "Pokazał zaznaczony widok w oknie widoku\nDodano dostosowanie ekranu ładowania\nUszanowana flaga Sentry wyłącza w GUI",
"uk": "Показати вибраний вигляд у діалоговому вікні перегляду\nДодано налаштування екрану завантаження\nУвімкніть прапор відправника в GUI",
"zh-cn": "在视图对话框中显示选中视图\n添加加载屏幕的定制\n遵守了图形界面中的监视禁用旗"
},
"2.9.42": {
"en": "Allowed limiting the view size only on desktop\nChange word \"Filter\" to \"Search\"",
"de": "Erlaubt, die Ansichtsgröße nur auf dem Desktop zu begrenzen\nWort \"Filter\" zu \"Search\" ändern",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "user- określone css ma teraz priorytet nad widżetami css\nstałe zderzenie dla uszkodzonych widżetów zgrupowanych",
"uk": "javascript licenses api веб-сайт go1.13.8\nвиправлений випадок збитих групованих віджетів",
"zh-cn": "用户指定的 cms 现在优先于部件 cms\n已断组部件的固定崩溃大小写"
},
"2.9.34": {
"en": "detect admin user correctly in project permissions dialog",
"de": "admin-benutzer korrekt im projektberechtigungen dialog erkennen",
"ru": "правильно обнаружить пользователя администратора в диалоге разрешений проекта",
"pt": "detectar o usuário admin corretamente na caixa de diálogo de permissões do projeto",
"nl": "beheerder-gebruiker correct detecteren in projectrechtendialoog",
"fr": "détecter correctement l'utilisateur admin dans la boîte de dialogue des autorisations de projet",
"it": "rilevare correttamente l'utente amministratore nella finestra di dialogo autorizzazioni di progetto",
"es": "detectar correctamente al usuario administrador en el diálogo permisos de proyecto",
"pl": "poprawnie wykryj użytkownika administratora w oknie uprawnień projektu",
"uk": "виявляти адміністратора правильно в діалоговому вікні дозволів проекту",
"zh-cn": "在项目权限对话框中正确检测管理员用户"
}
},
"title": "Visualisation Next Generation",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.vis-2",
"description": "Next generation graphical user interface for ioBroker.",
"version": "2.9.42",
"version": "2.9.43",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vis-2-gui",
"version": "2.9.42",
"version": "2.9.43",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down Expand Up @@ -76,4 +76,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit 02e296c

Please sign in to comment.