Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
- removed many uneeded files from installation
  • Loading branch information
jogibear9988 committed Sep 1, 2023
1 parent 9d52518 commit b07cd04
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,54 +102,54 @@ runtime.html?screenName=screen2
<!--
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
- removed many uneeded files from installation

-->
### 0.6.0 (2023-09-01)
- 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.5.1",
"version": "0.6.0",
"titleLang": {
"en": "webui",
"de": "webui",
Expand Down Expand Up @@ -29,6 +29,19 @@
"zh-cn": "使用万维网传送器的高锰用户接口"
},
"news": {
"0.6.0": {
"en": "removed many uneeded files from installation",
"de": "viele unededed dateien von der installation entfernt",
"ru": "удалено много ненужных файлов с установки",
"pt": "removeu muitos arquivos não feitos da instalação",
"nl": "_",
"fr": "supprimé beaucoup de fichiers non comestibles de l'installation",
"it": "rimosso molti file non inviati dall'installazione",
"es": "quitar muchos archivos sin editar de la instalación",
"pl": "usunąć wiele niezauważonych plików z instalacji",
"uk": "видалено багато необрізних файлів з установки",
"zh-cn": "拆除许多需要的档案"
},
"0.5.1": {
"en": "show version in ui",
"de": "ausführung in ui",
Expand Down Expand Up @@ -106,19 +119,6 @@
"pl": "lepsze wsparcie i naprawa elementów zwyczajowych\nwłaściwości enum\nkontrola próbkowa",
"uk": "краща підтримка і кріплення користувальницьких елементів\nоб'ємні властивості в користувацьких управліннях\nзразок користувацького контролю",
"zh-cn": "更好地支持和确定习俗要素\na. 习俗控制的扩展财产\n抽样管制"
},
"0.2.1": {
"en": "null ref fix in bindings",
"de": "null ref fix in bindungen",
"ru": "null реф исправить в связываниях",
"pt": "null ref fix em ligações",
"nl": "nul ref fix in binding",
"fr": "null ref fix in bindings",
"it": "null ref fix in binding",
"es": "null ref fijado en acoplamientos",
"pl": "ukończenie naprawy w wiązaniach",
"uk": "null реф виправити в зв'язках",
"zh-cn": "无约束力的驳斥"
}
},
"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.5.1",
"version": "0.6.0",
"description": "ioBroker webui",
"type": "module",
"main": "dist/backend/main.js",
Expand Down

0 comments on commit b07cd04

Please sign in to comment.