iobroker.agent-dvr 0.2.2 → 0.3.0

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/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "agent-dvr",
4
- "version": "0.2.2",
4
+ "version": "0.3.0",
5
5
  "news": {
6
+ "0.3.0": {
7
+ "en": "New control buttons (scheduleOn/Off, detectorOn/Off, sensitivityMin/Max/Gain), audio URL states for microphones, native browser fullscreen in dashboard, collapsible tag filter, auto-hide header",
8
+ "de": "Neue Steuertasten (scheduleOn/Off, detectorOn/Off, Empfindlichkeit), Audio-URL-Zustände für Mikrofone, nativer Browser-Vollbild im Dashboard, ausklappbarer Tag-Filter, Auto-Hide-Header",
9
+ "ru": "Новые кнопки управления (расписание, детектор, чувствительность), URL-состояния для микрофонов, нативный полноэкранный режим, сворачиваемый фильтр меток",
10
+ "pt": "Novos botões de controlo (schedule, detector, sensibilidade), URLs de áudio para microfones, tela cheia nativa, filtro de etiquetas recolhível",
11
+ "nl": "Nieuwe besturingsknoppen (schema, detector, gevoeligheid), audio-URL-staten voor microfoons, native browserfullscreen, inklapbaar labelfilter",
12
+ "fr": "Nouveaux boutons de commande (planification, détecteur, sensibilité), états URL audio pour microphones, plein écran natif, filtre d'étiquettes rétractable",
13
+ "it": "Nuovi pulsanti di controllo (pianificazione, rilevatore, sensibilità), stati URL audio per microfoni, schermo intero nativo, filtro etichette comprimibile",
14
+ "es": "Nuevos botones de control (programación, detector, sensibilidad), estados de URL de audio para micrófonos, pantalla completa nativa, filtro de etiquetas plegable",
15
+ "pl": "Nowe przyciski sterowania (harmonogram, detektor, czułość), stany URL audio dla mikrofonów, natywny pełny ekran, zwijany filtr etykiet",
16
+ "zh-cn": "新增控制按钮(计划、检测器、灵敏度),麦克风音频URL状态,本地浏览器全屏,可折叠标签过滤器",
17
+ "uk": "Нові кнопки керування (розклад, детектор, чутливість), стани URL аудіо для мікрофонів, нативний повноекранний режим, згортуваний фільтр міток"
18
+ },
6
19
  "0.2.2": {
7
20
  "en": "fix: translate remaining German strings in DashboardPanel to English via I18n.t()\nfix: add i18n keys loadingCamerasAndStreams, cfgCameraColumn, cfgStreamSourceColumn, reload in all 11 languages\nchore: replace POSIX mv with cross-platform node rename in src-admin build script",
8
21
  "de": "Behebung: Die verbleibenden deutschen Zeichenketten im DashboardPanel werden mithilfe von I18n.t() ins Englische übersetzt.\nBehebung: Hinzufügen der i18n-Schlüssel loadingCamerasAndStreams, cfgCameraColumn, cfgStreamSourceColumn und reload in allen 11 Sprachen\nAufgabe: Ersetzen Sie POSIX mv durch plattformübergreifendes Node-Rename im src-admin-Build-Skript.",
@@ -80,19 +93,6 @@
80
93
  "pl": "integracja go2rtc WebRTC (tabela w admin, proxy WS ioBroker); automatyczne usuwanie nieaktywnych kamer; poprawiona kolejność poprzedni/następny nagrań",
81
94
  "uk": "інтеграція go2rtc WebRTC (таблиця в admin, WS-проксі через ioBroker); автовидалення застарілих камер; виправлено порядок кнопок Попередній/Наступний для записів",
82
95
  "zh-cn": "go2rtc WebRTC 集成(管理表格映射,ioBroker WS 代理);自动删除过时摄像头;修正录像上一个/下一个顺序"
83
- },
84
- "0.0.4": {
85
- "en": "fix DP roles: snapshot_b64 role state, profile selector role level",
86
- "de": "DP-Rollen korrigiert: snapshot_b64 role state, Profil-Selektor role level",
87
- "ru": "исправлены роли DP: snapshot_b64 role state, селектор профиля role level",
88
- "pt": "corrigir roles DP: snapshot_b64 role state, seletor de perfil role level",
89
- "nl": "DP-rollen gecorrigeerd: snapshot_b64 role state, profielkiezer role level",
90
- "fr": "correction des rôles DP: snapshot_b64 role state, sélecteur de profil role level",
91
- "it": "corretto ruoli DP: snapshot_b64 role state, selettore profilo role level",
92
- "es": "corregir roles DP: snapshot_b64 role state, selector de perfil role level",
93
- "pl": "poprawiono role DP: snapshot_b64 role state, selektor profilu role level",
94
- "uk": "виправлено ролі DP: snapshot_b64 role state, вибір профілю role level",
95
- "zh-cn": "修正 DP 角色:snapshot_b64 角色 state,配置文件选择器角色 level"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.agent-dvr",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "Connects ioBroker to AgentDVR: auto-discovers cameras, mirrors all device values as data points, delivers real-time triggers on new recordings, and generates a responsive HTML gallery with optional search and tag filtering.",
5
5
  "author": {
6
6
  "name": "ipod86",