diff --git a/README.md b/README.md index c8c291e4..b1e93a08 100644 --- a/README.md +++ b/README.md @@ -108,57 +108,57 @@ runtime.html?screenName=screen2 -### __WORK IN PROGRESS__ -- screens and controls have now settings (width, height, useGlobalStyle) - +--> +### 0.7.0 (2023-09-01) +- screens and controls have now settings (width, height, useGlobalStyle) + ### 0.6.0 (2023-09-01) -- removed many uneeded files from installation - +- removed many uneeded files from installation + ### 0.5.1 (2023-09-01) -- show version in ui - +- show version in ui + ### 0.5.0 (2023-09-01) - signal as property type - removed svg-image control - shorter custom control tag name - better dynamics editor - dock ui fixes -- control ui from backend (switch view, reload) - +- control ui from backend (switch view, reload) + ### 0.4.0 (2023-08-30) - remove uneeded files from upload - remove icons into extra iobroker packages - support icon adapters -- rename screens & controls - +- rename screens & controls + ### 0.3.0 (2023-08-29) - default value for custom properties - open screens only once -- property bindings default one way - +- property bindings default one way + ### 0.2.3 (2023-08-28) -- rework how custom controls are initalized - +- rework how custom controls are initalized + ### 0.2.2 (2023-08-28) - better support & fixes of custom elements - enum properties in custom controls -- sample custom controls - +- sample custom controls + ### 0.2.1 (2023-08-28) -- null ref fix in bindings - +- null ref fix in bindings + ### 0.2.0 (2023-08-28) - Import/Export of Screens/Images/Controls - Define your own Controls directly in webui - Drag/Drop of Icons/Images to Properties - Drag/Drop of objects to Bindings-Editor Signalname -- Basic functionality of CustomControls - +- Basic functionality of CustomControls + ### 0.1.0 (2023-08-27) -- initial public release - +- initial public release + ## License The MIT License (MIT) -Copyright (c) 2023 jogibear9988 +Copyright (c) 2023 jogibear9988 diff --git a/io-package.json b/io-package.json index 9b4835c1..302d1ca1 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "webui", - "version": "0.6.0", + "version": "0.7.0", "titleLang": { "en": "webui", "de": "webui", @@ -29,6 +29,19 @@ "zh-cn": "使用万维网传送器的高锰用户接口" }, "news": { + "0.7.0": { + "en": "screens and controls have now settings (width, height, useGlobalStyle)", + "de": "bildschirme und Bedienelemente haben nun Einstellungen (Breite, Höhe, Verwendung GlobalStyle)", + "ru": "экраны и контроль теперь имеют настройки (ширина, высота, использованиеGlobalStyle)", + "pt": "telas e controles agora têm configurações (largura, altura, usoGlobalStyle)", + "nl": "schermen en controles hebben nu plaatsen (width, lengte, gebruik GlobalStyle)", + "fr": "les écrans et les commandes ont maintenant des réglages (largeur, hauteur, utilisationGlobalStyle)", + "it": "schermi e controlli hanno ora impostazioni (larghezza, altezza, usoGlobalStyle)", + "es": "pantallas y controles tienen ahora configuraciones (ancho, altura, usoGlobalStyle)", + "pl": "sklepy i kontrola mają teraz ustawienia (współczucie, wysokość, użycie GlobalStyle)", + "uk": "екрани та елементи керування тепер настройки (ширина, висота, useGlobalStyle)", + "zh-cn": "筛查和控制目前有环境(最坏、高强度、全球安全线)" + }, "0.6.0": { "en": "removed many uneeded files from installation", "de": "viele unededed dateien von der installation entfernt", @@ -106,19 +119,6 @@ "pl": "przepracowanie, w jaki sposób systemy są inicjalizowane", "uk": "переробити, як користувацькі елементи керування", "zh-cn": "b. 重新调整习俗控制的设想" - }, - "0.2.2": { - "en": "better support & fixes of custom elements\nenum properties in custom controls\nsample custom controls", - "de": "bessere unterstützung und fixierung von benutzerdefinierten elementen\nenum eigenschaften in benutzerdefinierten steuerungen\nmuster benutzerdefinierte kontrollen", - "ru": "лучшая поддержка и исправления пользовательских элементов\nenum свойства в пользовательских контролях\nобразец пользовательские управления", - "pt": "melhor suporte e correções de elementos personalizados\npropriedades enum em controles personalizados\ncontroles personalizados da amostra", - "nl": "vertaling:\nin de gebruikelijke eigenschappen\nprofessionele controle", - "fr": "meilleur support & corrections des éléments personnalisés\npropriétés enum dans les contrôles personnalisés\ncommandes personnalisées", - "it": "migliore supporto & correzioni di elementi personalizzati\nproprietà enum nei controlli personalizzati\ncampione controlli personalizzati", - "es": "mejor soporte & soluciones de elementos personalizados\npropiedades enum en controles personalizados\nmuestra controles personalizados", - "pl": "lepsze wsparcie i naprawa elementów zwyczajowych\nwłaściwości enum\nkontrola próbkowa", - "uk": "краща підтримка і кріплення користувальницьких елементів\nоб'ємні властивості в користувацьких управліннях\nзразок користувацького контролю", - "zh-cn": "更好地支持和确定习俗要素\na. 习俗控制的扩展财产\n抽样管制" } }, "icon": "logo.png", diff --git a/package-lock.json b/package-lock.json index d23cffea..45e729f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.webui", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.webui", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.3", diff --git a/package.json b/package.json index 59628327..abaffa44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.webui", - "version": "0.6.0", + "version": "0.7.0", "description": "ioBroker webui", "type": "module", "main": "dist/backend/main.js",