iobroker.agent-dvr 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.de.md +3 -0
- package/README.md +3 -3
- package/admin/assets/index-Bez3QfoS.js +685 -0
- package/admin/assets/index-CNOz09VA.js +685 -0
- package/admin/assets/index-DSBe1npE.js +685 -0
- package/admin/assets/index-Dqw9GB72.js +685 -0
- package/admin/assets/index-t1B1rnou.js +685 -0
- package/admin/i18n/de.json +121 -119
- package/admin/i18n/en.json +121 -119
- package/admin/i18n/es.json +121 -119
- package/admin/i18n/fr.json +121 -119
- package/admin/i18n/it.json +121 -119
- package/admin/i18n/nl.json +121 -119
- package/admin/i18n/pl.json +121 -119
- package/admin/i18n/pt.json +121 -119
- package/admin/i18n/ru.json +121 -119
- package/admin/i18n/uk.json +121 -119
- package/admin/i18n/zh-cn.json +121 -119
- package/admin/index_m.html +1 -1
- package/build/main.js +3 -3
- package/build/main.js.map +2 -2
- package/io-package.json +20 -15
- package/lib/web.js +4 -4
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -339,6 +339,9 @@ Das eingebaute Live-Dashboard ist erreichbar unter `http://<iobroker>:<webport>/
|
|
|
339
339
|
Placeholder for the next version (at the beginning of the line):
|
|
340
340
|
### **WORK IN PROGRESS**
|
|
341
341
|
-->
|
|
342
|
+
### 0.4.1 (2026-07-12)
|
|
343
|
+
* (ipod86) fix: Übersichtskachel zeigt ioBroker-Host-IP; go2rtc-URL nur bei aktivierter Option sichtbar
|
|
344
|
+
|
|
342
345
|
### 0.4.0 (2026-07-12)
|
|
343
346
|
* (ipod86) feat: optionaler MJPEG- und Snapshot-Stream-Proxy über ioBroker (Browser benötigt nur eine Verbindung zu ioBroker, nicht direkt zu AgentDVR)
|
|
344
347
|
|
package/README.md
CHANGED
|
@@ -344,6 +344,9 @@ The adapter ships a built-in live dashboard at `http://<iobroker>:<webport>/agen
|
|
|
344
344
|
Placeholder for the next version (at the beginning of the line):
|
|
345
345
|
### **WORK IN PROGRESS**
|
|
346
346
|
-->
|
|
347
|
+
### 0.4.1 (2026-07-12)
|
|
348
|
+
* (ipod86) fix: overview tile links to ioBroker host; go2rtc URL shown only when enabled
|
|
349
|
+
|
|
347
350
|
### 0.4.0 (2026-07-12)
|
|
348
351
|
* (ipod86) feat: optional MJPEG and snapshot stream proxy through ioBroker (browser needs only one connection to ioBroker, not directly to AgentDVR)
|
|
349
352
|
|
|
@@ -390,9 +393,6 @@ The adapter ships a built-in live dashboard at `http://<iobroker>:<webport>/agen
|
|
|
390
393
|
* (ipod86) fix: add missing sm/md/lg/xl size attributes to go2rtcMapping table in jsonConfig.json (E5507)
|
|
391
394
|
* (ipod86) fix: translate missing admin i18n keys into 9 languages (E5606)
|
|
392
395
|
|
|
393
|
-
### 0.0.6 (2026-07-01)
|
|
394
|
-
* (ipod86) docs: add Live Dashboard and go2rtc WebRTC sections to README
|
|
395
|
-
|
|
396
396
|
[Older changelog entries in CHANGELOG_OLD.md](CHANGELOG_OLD.md)
|
|
397
397
|
|
|
398
398
|
## License
|