Skip to content

Commit

Permalink
chore: release v0.7.0
Browse files Browse the repository at this point in the history
- screens and controls have now settings (width, height, useGlobalStyle)
  • Loading branch information
jogibear9988 committed Sep 1, 2023
1 parent 9e78910 commit 0ac9037
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,57 +108,57 @@ runtime.html?screenName=screen2
<!--
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
### __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 <[email protected]>
Copyright (c) 2023 jogibear9988 <[email protected]>
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "webui",
"version": "0.6.0",
"version": "0.7.0",
"titleLang": {
"en": "webui",
"de": "webui",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
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.webui",
"version": "0.6.0",
"version": "0.7.0",
"description": "ioBroker webui",
"type": "module",
"main": "dist/backend/main.js",
Expand Down

0 comments on commit 0ac9037

Please sign in to comment.