diff --git a/README.md b/README.md index 2c4eef39..e6f55727 100644 --- a/README.md +++ b/README.md @@ -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.44 (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 diff --git a/io-package.json b/io-package.json index 0b4bf3e5..95a81fd1 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "vis-2", - "version": "2.9.43", + "version": "2.9.44", "news": { + "2.9.44": { + "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", diff --git a/package.json b/package.json index 52c0a373..c419944c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.vis-2", "description": "Next generation graphical user interface for ioBroker.", - "version": "2.9.43", + "version": "2.9.44", "author": { "name": "bluefox", "email": "dogafox@gmail.com" diff --git a/src/package.json b/src/package.json index 4cddb524..f0f0c358 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "vis-2-gui", - "version": "2.9.43", + "version": "2.9.44", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", @@ -76,4 +76,4 @@ "not ie <= 11", "not op_mini all" ] -} +} \ No newline at end of file