Skip to content

Commit

Permalink
chore: release v1.19.1
Browse files Browse the repository at this point in the history
- copy path for screens/controls
  • Loading branch information
jogibear9988 committed Nov 2, 2024
1 parent 3e38be7 commit e1a5799
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ runtime.html?screenName=screen2
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 1.19.1 (2024-11-02)
- copy path for screens/controls

### 1.19.0 (2024-11-02)
Expand Down
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": "1.19.0",
"version": "1.19.1",
"titleLang": {
"en": "webui",
"de": "webui",
Expand Down Expand Up @@ -29,6 +29,19 @@
"zh-cn": "使用万维网传送器的高锰用户接口"
},
"news": {
"1.19.1": {
"en": "copy path for screens/controls",
"de": "kopierpfad für bildschirme/steuerungen",
"ru": "путь копирования для экранов/контролей",
"pt": "caminho de cópia para telas / controles",
"nl": "pad voor schermen/besturing kopiëren",
"fr": "chemin de copie pour les écrans/contrôles",
"it": "copiare il percorso per schermi/controlli",
"es": "copy path para pantallas/controles",
"pl": "ścieżka kopiowania ekranów / urządzeń sterujących",
"uk": "копіювання шляху до екранів/контролів",
"zh-cn": "屏幕/控件复制路径"
},
"1.19.0": {
"en": "fix error in script system",
"de": "fehler im skriptsystem beheben",
Expand Down Expand Up @@ -106,19 +119,6 @@
"pl": "ustaw ustawienia ekranu",
"uk": "фіксувати налаштування екрану",
"zh-cn": "固定屏幕设置"
},
"1.18.0": {
"en": "screens are now ex- & imported as xml",
"de": "bildschirme werden jetzt ex- & importiert als xml",
"ru": "экраны теперь экс-и импортированы как xml",
"pt": "telas são agora ex- & importadas como xml",
"nl": "schermen worden nu ex- & geïmporteerd als xml",
"fr": "les écrans sont maintenant ex- & importés comme xml",
"it": "schermi sono ora ex- & importati come xml",
"es": "pantallas ahora son ex- \" importadas como xml",
"pl": "ekrany są teraz ex- & importowane jako xml",
"uk": "екрани тепер екс- та імпортовані як xml",
"zh-cn": "屏幕现在以 xml 导入( i)"
}
},
"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": "1.19.0",
"version": "1.19.1",
"description": "ioBroker webui",
"type": "module",
"main": "dist/backend/main.js",
Expand Down

0 comments on commit e1a5799

Please sign in to comment.