iobroker.agent-dvr 0.4.1 → 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,14 @@ 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
+
342
350
  ### 0.4.1 (2026-07-12)
343
351
  * (ipod86) fix: Übersichtskachel zeigt ioBroker-Host-IP; go2rtc-URL nur bei aktivierter Option sichtbar
344
352
 
@@ -383,11 +391,6 @@ Das eingebaute Live-Dashboard ist erreichbar unter `http://<iobroker>:<webport>/
383
391
  * (ipod86) chore: admin/-Verzeichnis aus ESLint ausgeschlossen (OOM im CI verhindert)
384
392
  * (ipod86) docs: README und README.de vollständig neu geschrieben mit allen Tabs und Einstellungen
385
393
 
386
- ### 0.1.0 (2026-07-01)
387
- * (ipod86) feat: vollständige i18n im Live-Dashboard — alle UI-Texte in 11 Sprachen übersetzt
388
- * (ipod86) fix: fehlende sm/md/lg/xl-Größenattribute in go2rtcMapping-Tabelle ergänzt (E5507)
389
- * (ipod86) fix: fehlende Admin-i18n-Keys in 9 Sprachen übersetzt (E5606)
390
-
391
394
  [Ältere Changelog-Einträge in CHANGELOG_OLD.md](CHANGELOG_OLD.md)
392
395
 
393
396
  ## Lizenz
package/README.md CHANGED
@@ -344,6 +344,14 @@ 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
+
347
355
  ### 0.4.1 (2026-07-12)
348
356
  * (ipod86) fix: overview tile links to ioBroker host; go2rtc URL shown only when enabled
349
357
 
@@ -388,11 +396,6 @@ The adapter ships a built-in live dashboard at `http://<iobroker>:<webport>/agen
388
396
  * (ipod86) chore: exclude admin/ directory from ESLint to prevent OOM in CI
389
397
  * (ipod86) docs: rewrite README and README.de with all tabs and settings documented
390
398
 
391
- ### 0.1.0 (2026-07-01)
392
- * (ipod86) feat: add full i18n to live dashboard — all UI strings translated into 11 languages
393
- * (ipod86) fix: add missing sm/md/lg/xl size attributes to go2rtcMapping table in jsonConfig.json (E5507)
394
- * (ipod86) fix: translate missing admin i18n keys into 9 languages (E5606)
395
-
396
399
  [Older changelog entries in CHANGELOG_OLD.md](CHANGELOG_OLD.md)
397
400
 
398
401
  ## License