Skip to content

Commit

Permalink
chore: release v0.11.1
Browse files Browse the repository at this point in the history
- fix build on windows
  • Loading branch information
jogibear9988 committed Sep 16, 2023
1 parent 5c55153 commit 73b82a1
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
70 changes: 35 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,88 +113,88 @@ runtime.html?screenName=screen2
<!--
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
- fix build on windows

-->
### 0.11.1 (2023-09-16)
- fix build on windows

### 0.11.0 (2023-09-11)
- dragdrop fixes
- screen/control size fixes
- connected/disconnected callbacks

- connected/disconnected callbacks

### 0.10.0 (2023-09-10)
- new script commands
- bugfix with bindings and empty events
- select exported function in javascript
- bugfix in save of screens
- typescript in scripts
- started work on translateable runtime

- started work on translateable runtime

### 0.9.0 (2023-09-06)
- signal selector in properties
- screen selector in properties
- new screen had style in scripts
- indirect value/property acces from scripts via editor
- list multiple undo entries (on hold of undo)

- list multiple undo entries (on hold of undo)

### 0.8.0 (2023-09-03)
- update designer to add and fix some commands
- move screen/control scripts out of html code
- add a javascript editor view
- bugfix when states where null after a fresh install
- designer addons do now work again
- docking framework updated, cause of bugs with undocking

- docking framework updated, cause of bugs with undocking

### 0.7.0 (2023-09-01)
- screens and controls have now settings (width, height, useGlobalStyle)

- 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.11.0",
"version": "0.11.1",
"titleLang": {
"en": "webui",
"de": "webui",
Expand Down Expand Up @@ -29,6 +29,19 @@
"zh-cn": "使用万维网传送器的高锰用户接口"
},
"news": {
"0.11.1": {
"en": "fix build on windows",
"de": "befestigung auf fenstern",
"ru": "исправить построить на окнах",
"pt": "corrigir a construção em janelas",
"nl": "vertaling:",
"fr": "réparer les fenêtres",
"it": "fissare la costruzione su finestre",
"es": "fijar la construcción en ventanas",
"pl": "budowanie okien",
"uk": "кріплення на вікна",
"zh-cn": "fix 在窗口的基础上建造"
},
"0.11.0": {
"en": "dragdrop fixes\nscreen/control size fixes\nconnected/disconnected callbacks",
"de": "dragdrop fixes\nbildschirm/steuerung größe korrekturen\nangeschlossene/vernetzte rückrufe",
Expand Down Expand Up @@ -106,19 +119,6 @@
"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",
"ru": "показать версию в ui",
"pt": "mostrar versão em ui",
"nl": "show versie inui",
"fr": "show version in ui",
"it": "mostra la versione in ui",
"es": "mostrar versión en ui",
"pl": "wersja pokazowa w ui",
"uk": "версія шоу в ui",
"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.11.0",
"version": "0.11.1",
"description": "ioBroker webui",
"type": "module",
"main": "dist/backend/main.js",
Expand Down

0 comments on commit 73b82a1

Please sign in to comment.