iobroker.agent-dvr 0.4.0 → 0.4.2

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 CHANGED
@@ -339,6 +339,17 @@ 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.2 (2026-07-12)
343
+ * (ipod86) fix: FLV-Stream-Proxy sendet jetzt Authorization-Header (HTTP 401 bei AgentDVR-Auth)
344
+ * (ipod86) fix: Online-Status der Kameras wurde aus falschem State-Pfad gelesen (data.online → status.online)
345
+ * (ipod86) fix: MP4/FLV-Stream-Label war auf Deutsch hardcodiert — jetzt in allen 11 Sprachen übersetzt
346
+ * (ipod86) fix: Admin-UI-Standardwerte stimmen jetzt mit io-package.json überein (dashTagPosition, widgetAnzahl, widgetBorderRadius)
347
+ * (ipod86) fix: go2rtcEnabled-Flag wird beim Laden der Streams im Admin-UI jetzt berücksichtigt
348
+ * (ipod86) fix: enableStreamProxy fehlte in den native-Defaults der io-package.json
349
+
350
+ ### 0.4.1 (2026-07-12)
351
+ * (ipod86) fix: Übersichtskachel zeigt ioBroker-Host-IP; go2rtc-URL nur bei aktivierter Option sichtbar
352
+
342
353
  ### 0.4.0 (2026-07-12)
343
354
  * (ipod86) feat: optionaler MJPEG- und Snapshot-Stream-Proxy über ioBroker (Browser benötigt nur eine Verbindung zu ioBroker, nicht direkt zu AgentDVR)
344
355
 
@@ -380,11 +391,6 @@ Das eingebaute Live-Dashboard ist erreichbar unter `http://<iobroker>:<webport>/
380
391
  * (ipod86) chore: admin/-Verzeichnis aus ESLint ausgeschlossen (OOM im CI verhindert)
381
392
  * (ipod86) docs: README und README.de vollständig neu geschrieben mit allen Tabs und Einstellungen
382
393
 
383
- ### 0.1.0 (2026-07-01)
384
- * (ipod86) feat: vollständige i18n im Live-Dashboard — alle UI-Texte in 11 Sprachen übersetzt
385
- * (ipod86) fix: fehlende sm/md/lg/xl-Größenattribute in go2rtcMapping-Tabelle ergänzt (E5507)
386
- * (ipod86) fix: fehlende Admin-i18n-Keys in 9 Sprachen übersetzt (E5606)
387
-
388
394
  [Ältere Changelog-Einträge in CHANGELOG_OLD.md](CHANGELOG_OLD.md)
389
395
 
390
396
  ## Lizenz
package/README.md CHANGED
@@ -344,6 +344,17 @@ 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.2 (2026-07-12)
348
+ * (ipod86) fix: FLV stream proxy now sends Authorization header (HTTP 401 with AgentDVR auth)
349
+ * (ipod86) fix: dashboard camera online status was read from wrong state path (data.online → status.online)
350
+ * (ipod86) fix: MP4/FLV stream label was hardcoded German — now translated in all 11 languages
351
+ * (ipod86) fix: admin UI default values now match io-package.json (dashTagPosition, widgetAnzahl, widgetBorderRadius)
352
+ * (ipod86) fix: go2rtcEnabled flag now respected when loading streams in admin UI
353
+ * (ipod86) fix: enableStreamProxy missing from native defaults in io-package.json
354
+
355
+ ### 0.4.1 (2026-07-12)
356
+ * (ipod86) fix: overview tile links to ioBroker host; go2rtc URL shown only when enabled
357
+
347
358
  ### 0.4.0 (2026-07-12)
348
359
  * (ipod86) feat: optional MJPEG and snapshot stream proxy through ioBroker (browser needs only one connection to ioBroker, not directly to AgentDVR)
349
360
 
@@ -385,14 +396,6 @@ The adapter ships a built-in live dashboard at `http://<iobroker>:<webport>/agen
385
396
  * (ipod86) chore: exclude admin/ directory from ESLint to prevent OOM in CI
386
397
  * (ipod86) docs: rewrite README and README.de with all tabs and settings documented
387
398
 
388
- ### 0.1.0 (2026-07-01)
389
- * (ipod86) feat: add full i18n to live dashboard — all UI strings translated into 11 languages
390
- * (ipod86) fix: add missing sm/md/lg/xl size attributes to go2rtcMapping table in jsonConfig.json (E5507)
391
- * (ipod86) fix: translate missing admin i18n keys into 9 languages (E5606)
392
-
393
- ### 0.0.6 (2026-07-01)
394
- * (ipod86) docs: add Live Dashboard and go2rtc WebRTC sections to README
395
-
396
399
  [Older changelog entries in CHANGELOG_OLD.md](CHANGELOG_OLD.md)
397
400
 
398
401
  ## License