Skip to content

Commit

Permalink
chore: release v6.3.1
Browse files Browse the repository at this point in the history
* (@foxriver76) added new admin icon (svg)
  • Loading branch information
foxriver76 committed Sep 23, 2024
1 parent 41020be commit 85b18aa
Show file tree
Hide file tree
Showing 13 changed files with 240 additions and 155 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.1 (2024-09-23)
* (@foxriver76) added new admin icon (svg)

### 6.3.0 (2024-06-27)
Expand Down
7 changes: 3 additions & 4 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"files": {
"main.css": "./static/css/main.96b3c861.css",
"main.js": "./static/js/main.d412c91b.js",
"main.js": "./static/js/main.6964fae2.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",
"static/media/Anteroom.svg": "./static/media/Anteroom.93a742135f2c060ad619.svg",
"static/media/Corridor.svg": "./static/media/Corridor.93a742135f2c060ad619.svg",
"static/media/names.txt": "./static/media/names.3a7dae0bd6b8b03b280f.txt",
"static/media/Home Theater.svg": "./static/media/Home Theater.1e5f19a0b2a013f153f5.svg",
"static/media/Driveway.svg": "./static/media/Driveway.fbd31101c5a80a8bb37a.svg",
"static/media/Equipment Room.svg": "./static/media/Equipment Room.db92bdca64f653c844f8.svg",
Expand Down Expand Up @@ -123,10 +122,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.d412c91b.js.map": "./static/js/main.d412c91b.js.map"
"main.6964fae2.js.map": "./static/js/main.6964fae2.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.d412c91b.js"
"static/js/main.6964fae2.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.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>
<!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.6964fae2.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.

206 changes: 206 additions & 0 deletions admin/static/js/main.6964fae2.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
/*!
* Cropper.js v1.5.13
* Cropper.js v1.6.2
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2022-11-20T05:30:46.114Z
* Date: 2024-04-21T07:43:05.335Z
*/

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

/**
* @license React
* react-dom.production.min.js
Expand Down Expand Up @@ -60,6 +58,14 @@
* LICENSE file in the root directory of this source tree.
*/

/**
* @mui/material v5.16.7
*
* @license MIT
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
Expand Down

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions admin/static/js/main.d412c91b.js

This file was deleted.

60 changes: 0 additions & 60 deletions admin/static/media/names.3a7dae0bd6b8b03b280f.txt

This file was deleted.

63 changes: 0 additions & 63 deletions admin/static/media/names.e7efb5283d98000c74ac.txt

This file was deleted.

Loading

0 comments on commit 85b18aa

Please sign in to comment.