Skip to content

Commit

Permalink
removed uneeded files
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Sep 1, 2023
1 parent 6cc6c02 commit 9d52518
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
43 changes: 23 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,51 +102,54 @@ runtime.html?screenName=screen2
<!--
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
-->
### __WORK IN PROGRESS__
- 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]>
1 change: 1 addition & 0 deletions dist/backend/UploadHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class Uploadhelper {
'.md',
'.html',
'package-lock.json',
'tsconfig.json',
'.release-it.json',
'.yml',
'.cjs'
Expand Down
1 change: 1 addition & 0 deletions src/backend/UploadHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class Uploadhelper {
'.md',
'.html',
'package-lock.json',
'tsconfig.json',
'.release-it.json',
'.yml',
'.cjs'
Expand Down

0 comments on commit 9d52518

Please sign in to comment.