@scrypted/nvr 0.2.10 → 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,29 @@
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
+
4
27
  ### 0.2.9
5
28
 
6
29
  code cleanups
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.10",
3
+ "version": "0.2.11",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",