Skip to content

Commit

Permalink
chore: release v2.0.5
Browse files Browse the repository at this point in the history
* (bluefox) Minimal supported NodeJS version is 18
* (bluefox) Corrected widgets
  • Loading branch information
GermanBluefox committed Dec 19, 2023
1 parent 63f6f9c commit d7f893f
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To add a new camera, you must create a Pull Request on GitHub with the following
-->

## Changelog
### **WORK IN PROGRESS**
### 2.0.5 (2023-12-19)
* (bluefox) Minimal supported NodeJS version is 18
* (bluefox) Corrected widgets

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.482ecff8.css",
"main.js": "./static/js/main.ab33c0ac.js",
"main.js": "./static/js/main.188438a6.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.482ecff8.css.map": "./static/css/main.482ecff8.css.map",
"main.ab33c0ac.js.map": "./static/js/main.ab33c0ac.js.map"
"main.188438a6.js.map": "./static/js/main.188438a6.js.map"
},
"entrypoints": [
"static/css/main.482ecff8.css",
"static/js/main.ab33c0ac.js"
"static/js/main.188438a6.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.cameras</title><script defer="defer" src="./static/js/main.ab33c0ac.js"></script><link href="./static/css/main.482ecff8.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.cameras</title><script defer="defer" src="./static/js/main.188438a6.js"></script><link href="./static/css/main.482ecff8.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.

15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "cameras",
"version": "2.0.4",
"version": "2.0.5",
"news": {
"2.0.5": {
"en": "Minimal supported NodeJS version is 18\nCorrected widgets",
"de": "Minimal unterstützt NodeJS-Version ist 18\nKorrigierte Widgets",
"ru": "Минимальная поддержка Версия NodeJS 18\nИсправленные виджеты",
"pt": "Minimal suportado NodeJS versão é 18\nWidgets corrigidos",
"nl": "Minimale ondersteuning NodeJS versie 18\nVertaling:",
"fr": "Support minimal NodeJS version is 18\nWidgets corrigés",
"it": "Minimal supportato NodeJS versione è 18\nWidget corretti",
"es": "Soporte mínimo NodeJS versión es 18\nWidgets corregidos",
"pl": "Minimalny Wersja NodeJS wynosi 18\nPoprawiony widget",
"uk": "Мінімалістична підтримка Версія NodeJS - 18\nВиправлені віджети",
"zh-cn": "明米支助 未提交法院的版本 18\n伤势"
},
"1.4.0": {
"en": "Changed widget set name\nAdded the caching of images with time, size and rotation\nAdded timeout for RTSP cameras",
"de": "Geänderter Widget-Setname\nHinzufügen des Caches von Bildern mit Zeit, Größe und Rotation\nTimeout für RTSP-Kameras hinzugefügt",
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.cameras",
"version": "2.0.4",
"version": "2.0.5",
"description": "Connect IP-cameras to iobroker",
"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": "cameras-admin",
"version": "2.0.4",
"version": "2.0.5",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.8.1",
Expand Down

0 comments on commit d7f893f

Please sign in to comment.