@scrypted/nvr 0.2.19 → 0.2.21
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 +35 -0
- package/dist/plugin.zip +0 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,64 @@
|
|
|
1
1
|
<details>
|
|
2
2
|
<summary>Changelog</summary>
|
|
3
3
|
|
|
4
|
+
### 0.2.20
|
|
5
|
+
|
|
6
|
+
fix disk round robin
|
|
7
|
+
prevent hardlinks across volume boundaries
|
|
8
|
+
multiple disk support complete
|
|
9
|
+
cleanup
|
|
10
|
+
use explicit storage paths throughout
|
|
11
|
+
further cleanups
|
|
12
|
+
sketchy af beta
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### 0.2.19
|
|
16
|
+
|
|
17
|
+
remove assumption recordings is on single drive
|
|
18
|
+
Merge branch 'main' into beta
|
|
19
|
+
fix broken motion only events
|
|
20
|
+
|
|
21
|
+
|
|
4
22
|
### 0.2.18
|
|
5
23
|
|
|
24
|
+
Merge branch 'main' into beta
|
|
6
25
|
fix asyncgen garbage collection issue
|
|
7
26
|
|
|
8
27
|
|
|
9
28
|
### 0.2.17
|
|
10
29
|
|
|
30
|
+
Merge branch 'main' into beta
|
|
11
31
|
fix nvr video frame rpc connect
|
|
12
32
|
|
|
13
33
|
|
|
14
34
|
### 0.2.16
|
|
15
35
|
|
|
36
|
+
Merge branch 'main' into beta
|
|
16
37
|
fix angry snapshot requests
|
|
17
38
|
|
|
18
39
|
|
|
19
40
|
### 0.2.15
|
|
20
41
|
|
|
42
|
+
Merge branch 'main' into beta
|
|
21
43
|
fix spurious objects
|
|
22
44
|
|
|
23
45
|
|
|
46
|
+
### 0.2.14
|
|
47
|
+
|
|
48
|
+
Merge branch 'main' into beta
|
|
49
|
+
|
|
50
|
+
|
|
24
51
|
### 0.2.13
|
|
25
52
|
|
|
53
|
+
Merge branch 'main' into beta
|
|
26
54
|
fix tfjs image queue
|
|
55
|
+
update package.json
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### 0.2.12
|
|
59
|
+
|
|
60
|
+
new settings for multiple disks
|
|
61
|
+
pull events from fast disks
|
|
27
62
|
|
|
28
63
|
|
|
29
64
|
### 0.2.11
|
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.
|
|
3
|
+
"version": "0.2.21",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"scrypted-setup-project": "scrypted-setup-project",
|
|
6
6
|
"prescrypted-setup-project": "scrypted-package-json",
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"HttpRequestHandler",
|
|
34
34
|
"BufferConverter",
|
|
35
35
|
"MixinProvider",
|
|
36
|
-
"LauncherApplication"
|
|
36
|
+
"LauncherApplication",
|
|
37
|
+
"LauncherApplicationIgnore"
|
|
37
38
|
],
|
|
38
39
|
"pluginDependencies": [
|
|
39
40
|
"@scrypted/snapshot"
|