Skip to content

Commit

Permalink
chore: release v6.2.3
Browse files Browse the repository at this point in the history
* (foxriver76) update websocket library to increase maximum file size from 100 MB to 500 MB
  • Loading branch information
foxriver76 committed Dec 18, 2023
1 parent 695c9f7 commit 7222dd0
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 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.2.3 (2023-12-18)
* (foxriver76) update websocket library to increase maximum file size from 100 MB to 500 MB

### 6.2.2 (2023-12-14)
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.ca7cb828.js",
"main.js": "./static/js/main.f85215a9.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.ca7cb828.js.map": "./static/js/main.ca7cb828.js.map"
"main.f85215a9.js.map": "./static/js/main.f85215a9.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.ca7cb828.js"
"static/js/main.f85215a9.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.ca7cb828.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.f85215a9.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>
2 changes: 1 addition & 1 deletion admin/static/css/main.96b3c861.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
*/

/*!
* Cropper.js v1.5.13
* Cropper.js v1.6.0
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2022-11-20T05:30:46.114Z
* Date: 2023-08-26T08:14:27.943Z
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
Expand Down

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.2",
"version": "6.2.3",
"titleLang": {
"en": "WEB server",
"de": "WEB-Server",
Expand All @@ -16,6 +16,19 @@
"zh-cn": "Web服务器"
},
"news": {
"6.2.3": {
"en": "update websocket library to increase maximum file size from 100 MB to 500 MB",
"de": "websocket-Bibliothek aktualisieren, um die maximale Dateigröße von 100 MB auf 500 MB zu erhöhen",
"ru": "обновление библиотеки websocket для увеличения максимального размера файла от 100 МБ до 500 МБ",
"pt": "atualizar biblioteca websocket para aumentar o tamanho máximo do arquivo de 100 MB para 500 MB",
"nl": "update websocket bibliotheek om maximale bestandsmaat te verhogen van 100 MB tot 500 MB",
"fr": "mettre à jour la bibliothèque websocket pour augmenter la taille maximale de fichier de 100 MB à 500 MB",
"it": "aggiornare la libreria websocket per aumentare la dimensione massima del file da 100 MB a 500 MB",
"es": "actualizar la biblioteca websocket para aumentar el tamaño máximo del archivo de 100 MB a 500 MB",
"pl": "zaktualizowana biblioteka internetowa do zwiększenia rozmiaru pliku z 100 MB do 500 MB",
"uk": "оновлення бібліотеки websocket для збільшення максимального розміру файлу від 100 МБ до 500 МБ",
"zh-cn": "a. 更新的网站库图书馆,以增加最高档案数量,从100个到500个MB"
},
"6.2.2": {
"en": "Corrected the crash if authentication is enabled",
"de": "Korrigiert den Crash, wenn die Authentifizierung aktiviert ist",
Expand Down Expand Up @@ -93,19 +106,6 @@
"pl": "ulepszenie gniazd i wstawki zależą od naprawy problemu wizji",
"uk": "оновлення плагіна і ws залежностей, щоб виправити проблему підписки",
"zh-cn": "装配量和妻子的依赖性"
},
"6.1.3": {
"en": "upgraded socketio and ws dependencies to correct the error by unsubscribing on client disconnect",
"de": "erweiterte muffizio- und ws-abhängigkeiten, um den fehler zu korrigieren, indem sie die abschaltung des clients deaktivieren",
"ru": "обновление socketio и ws зависимостей, чтобы исправить ошибку, отписавшись от клиента отключить",
"pt": "socketio atualizado e ws dependências para corrigir o erro, dessubscrevendo no cliente desconectar",
"nl": "opgewaardeerde socketio en ws afhankelijkheid om de fout te corrigeren door onbeduidende cliënten los te laten",
"fr": "mise à niveau de socketio et de dépendances ws pour corriger l'erreur en désabonnement à la déconnection du client",
"it": "socketio aggiornato e dipendenze ws per correggere l'errore cancellando la sottoscrizione sul client disconnette",
"es": "actualización de las dependencias de socketio y ws para corregir el error al darse cuenta de la desconexión del cliente",
"pl": "ulepszona gniazdo i wsy zależą od poprawy błędu przez niepodpisanie na odłączeniu klienta",
"uk": "модернізоване розетки і залежності від відмов від від клієнта",
"zh-cn": "升级的袖手旁观和头寸,以纠正错误,不用说不让客户脱钩。"
}
},
"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.2",
"version": "6.2.3",
"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.2",
"version": "6.2.3",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 7222dd0

Please sign in to comment.