Skip to content

Commit

Permalink
chore: release v6.3.0
Browse files Browse the repository at this point in the history
* (bluefox) Corrected call of getObjectView with null parameter
* (bluefox) updated packages
* (bluefox) GUI was migrated to non-style framework
  • Loading branch information
GermanBluefox committed Jun 27, 2024
1 parent 34c0a11 commit 46d7d18
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ the path could be provided here (e.g. `/vis/`) so this path will be opened autom
-->

## Changelog
### **WORK IN PROGRESS**
### 6.3.0 (2024-06-27)
* (bluefox) Corrected call of getObjectView with null parameter
* (bluefox) updated packages
* (bluefox) GUI was migrated to non-style framework
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "./static/css/main.96b3c861.css",
"main.js": "./static/js/main.1bd2f1dc.js",
"main.js": "./static/js/main.d412c91b.js",
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
"static/media/Cellar.svg": "./static/media/Cellar.7ec1b1803a2437c8b78c.svg",
Expand Down Expand Up @@ -123,10 +123,10 @@
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
"main.1bd2f1dc.js.map": "./static/js/main.1bd2f1dc.js.map"
"main.d412c91b.js.map": "./static/js/main.d412c91b.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.1bd2f1dc.js"
"static/js/main.d412c91b.js"
]
}
2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>ioBroker.web</title><script defer="defer" src="./static/js/main.1bd2f1dc.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>ioBroker.web</title><script defer="defer" src="./static/js/main.d412c91b.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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": "web",
"version": "6.2.6",
"version": "6.3.0",
"titleLang": {
"en": "WEB server",
"de": "WEB-Server",
Expand All @@ -16,6 +16,19 @@
"zh-cn": "Web服务器"
},
"news": {
"6.3.0": {
"en": "Corrected call of getObjectView with null parameter\nupdated packages\nGUI was migrated to non-style framework",
"de": "Korrigierter Anruf von getObject Ansicht mit Null-Parameter\naktualisierte pakete\nGUI wurde zu nicht-style-Framework migriert",
"ru": "Исправленный звонок getObject Просмотр с нулевым параметром\nобновления пакетов\nGUI был перенесен в рамки, не связанные с стилем",
"pt": "Chamada correta de getObject Ver com parâmetro nulo\npacotes atualizados\nGUI foi migrado para o framework não-estilo",
"nl": "Gecorrigeerde aanroep van getObject Beeld met nul parameter\nbijgewerkte pakketten\nGUI is gemigreerd naar non-style framework",
"fr": "Appel corrigé de getObject Affichage avec paramètre null\npaquets mis à jour\nL'interface graphique a été migrée vers un cadre non style",
"it": "Chiamata corretta di getObject Visualizza con parametro null\npacchetti aggiornati\nGUI è stata migrata al framework non-stile",
"es": "Llamada corregida de getObject Ver con parámetro null\npaquetes actualizados\nGUI was migrated to non-style framework",
"pl": "Poprawione wywołanie getObject Widok z parametrem null\nzaktualizowane pakiety\nInterfejs GUI został przeniesiony na niestylowe ramy",
"uk": "Виправлений виклик getObject Перегляд з параметром null\nоновлені пакети\nГрафічний інтерфейс був мігрований в рамкову рамку",
"zh-cn": "已更正的调取对象 以无效参数查看\n更新软件包\nGUI 已迁移到非样式框架"
},
"6.2.6": {
"en": "Preparations for a custom loading background\nupdated packages",
"de": "Vorbereitungen für einen benutzerdefinierten Ladehintergrund\naktualisierte pakete",
Expand Down Expand Up @@ -93,19 +106,6 @@
"pl": "Added udostępnienie listy dostępu użytkownika",
"uk": "Додано варіант списку користувачів",
"zh-cn": "增加用户出入名单"
},
"6.1.10": {
"en": "Corrected the start screen",
"de": "Korrektur des Startbildschirms",
"ru": "Исправлен стартовый экран",
"pt": "Corrigido a tela inicial",
"nl": "Vertaling:",
"fr": "Correction de l'écran de démarrage",
"it": "Corretto la schermata di avvio",
"es": "Corregido la pantalla de inicio",
"pl": "Naprawdę na ekranie startowym",
"uk": "Виправлено екран запуску",
"zh-cn": "B. 改编开屏幕"
}
},
"desc": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.web",
"version": "6.2.6",
"version": "6.3.0",
"description": "ioBroker simple web Adapter",
"author": {
"name": "bluefox",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-admin",
"version": "6.2.6",
"version": "6.3.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 46d7d18

Please sign in to comment.