@scrypted/nvr 0.2.9 → 0.2.11

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/CHANGELOG.md CHANGED
@@ -1,6 +1,41 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.2.10
5
+
6
+ another symlink fix
7
+ fix bug where symlinks arent deleted
8
+ cleanup
9
+ allow earlier exit from emergency deletion mode
10
+ remove legacy ha card
11
+ bucketize notification detection classes
12
+ use hardlinks for detections for same volume redundancy
13
+ fix stream duplication event recording bug
14
+ remove debug code
15
+ fix assumptions that streams are on same drive
16
+ filter already added cameras
17
+ fix license failure notificaiton and priority
18
+ fix var name
19
+ prevent motion snapshots if object detection is enabled
20
+ move sdp into json. elimate 1 scrub read.
21
+ tiered storage prepwork
22
+ allow streams to independently fail and retsart
23
+ Revert "allow selection of wrong detector if people want, warn angrily"
24
+ beta
25
+
26
+
27
+ ### 0.2.9
28
+
29
+ code cleanups
30
+ finish up deletion implementation
31
+ deletion interface stub
32
+ add plumbing for missing video warnings
33
+ fix retention warnings
34
+ support truncation prior to critical space warning
35
+ track segment end time
36
+ fix reporting
37
+
38
+
4
39
  ### 0.2.8
5
40
 
6
41
  use openvino gpu and coral tpu if both available
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",