Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
* (bluefox) Utilized the new js-controller feature: sendToUI. RTSP Streaming works only with js-controller 5.0.13 or higher
* (bluefox) Implemented a second widget for simple cameras
  • Loading branch information
GermanBluefox committed Sep 28, 2023
1 parent a978ce2 commit 643f712
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 @@ -68,7 +68,7 @@ To add a new camera, you must create a Pull Request on GitHub with the following
-->

## Changelog
### **WORK IN PROGRESS**
### 1.3.0 (2023-09-28)
* (bluefox) Utilized the new js-controller feature: sendToUI. RTSP Streaming works only with js-controller 5.0.13 or higher
* (bluefox) Implemented a second widget for simple cameras

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.26622b87.js",
"main.js": "./static/js/main.e79e8838.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.26622b87.js.map": "./static/js/main.26622b87.js.map"
"main.e79e8838.js.map": "./static/js/main.e79e8838.js.map"
},
"entrypoints": [
"static/css/main.482ecff8.css",
"static/js/main.26622b87.js"
"static/js/main.e79e8838.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.26622b87.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.e79e8838.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.

28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "cameras",
"version": "1.2.3",
"version": "1.3.0",
"news": {
"1.3.0": {
"en": "Utilized the new js-controller feature: sendToUI. RTSP Streaming works only with js-controller 5.0.13 or higher\nImplemented a second widget for simple cameras",
"de": "Verwenden Sie die neue js-Controller-Funktion: sendToUI. FTE Streaming funktioniert nur mit js-controller 5.0.13 oder höher\nImplementiert ein zweites Widget für einfache Kameras",
"ru": "Использование новой функции JS-контроллера: sendToUI. РТСП Потоковые работы только с js-controller 5.0.13 или выше\nРеализован второй виджет для простых камер",
"pt": "Utilizado o novo recurso js-controller: sendToUI. RT RT RT RT RT RT RT RT RT RT RT Streaming funciona apenas com js-controller 5.0.13 ou superior\nImplementado um segundo widget para câmeras simples",
"nl": "Gebruikte het nieuwe JS-controller kenmerk: stuur ToUI. RTP Streaming werkt alleen met Js-controller 5.013 of hoger\nEen tweede widget voor eenvoudige camera's",
"fr": "Utilisé la nouvelle fonction js-controller: sendToUI. RTSP Le streaming fonctionne uniquement avec js-controller 5.0.13 ou supérieur\nMise en œuvre d'un deuxième widget pour les caméras simples",
"it": "Utilizzato la nuova funzione js-controller: sendToUI. NT1 Streaming funziona solo con js-controller 5.0.13 o superiore\nImplementato un secondo widget per semplici telecamere",
"es": "Utilizó la nueva función js-controller: sendToUI. RTSP Streaming funciona sólo con js-controller 5.0.13 o superior\nImplementado un segundo widget para cámaras simples",
"pl": "Utilizował nowy system sterowania js: wysyła ToUI. RTSP Streaming działa tylko z kontrolerem 5.0.13 lub wyższym\nPoprawiono drugi widget dla zwykłych kamer",
"uk": "Утилізовано нову функцію js-controller: sendToUI. РТСП Потокові роботи тільки з js-controller 5.0.13 або вище\nРеалізовано другий віджет для простих камер",
"zh-cn": "利用新的控制容忍特点:派遣ToUI。 RTSP 精简工作只与控制力行5.13或更高。\n对简单的摄像器实施第二发目标"
},
"1.2.3": {
"en": "Added WiWiCam MW1 and HiKam cameras",
"de": "WiWiCam MW1 und HiKam Kameras hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Kwalifikacja GUI",
"uk": "Виправлена помилка налаштування інтерфейсу",
"zh-cn": "更正"
},
"1.0.2": {
"en": "added RTSP camera\nadded cache of snapshots",
"de": "rTSP Kamera\nhinzugefügt cache von snapshots",
"ru": "добавлена RTSP камера\nдобавлен кэш снимков",
"pt": "adicionado RTSP câmera\nadicionado cache de instantâneos",
"nl": "voegde RTSP camera toe\nvoegde kache van foto's toe",
"fr": "appareil photo RTSP\ncache ajouté de snapshots",
"it": "rTSP fotocamera\ncache aggiunta di snapshot",
"es": "cámara RTSP\nañadido caché de instantáneas",
"pl": "rTSP camera\ndodać podręcznik",
"uk": "додана камера RTSP\nдодано кеш знімків",
"zh-cn": "添加了RTSP摄像机\nd. 绑架事件的增量"
}
},
"title": "IP-Cameras",
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": "1.2.3",
"version": "1.3.0",
"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": "1.2.3",
"version": "1.3.0",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.5.5",
Expand Down

0 comments on commit 643f712

Please sign in to comment.