@scrypted/nvr 0.0.254 → 0.0.256

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 ADDED
@@ -0,0 +1,649 @@
1
+ <details>
2
+ <summary>ChangeLog</summary>
3
+
4
+ ### 0.0.255
5
+
6
+ clean up duplicate settings
7
+ log connection options
8
+ add direct connection option.
9
+
10
+
11
+ ### 0.0.254
12
+
13
+ roll back direct connection until server release
14
+
15
+
16
+ ### 0.0.253
17
+
18
+ add support for direct image fetching
19
+
20
+
21
+ ### 0.0.252
22
+
23
+ use new CORS API
24
+
25
+
26
+ ### 0.0.250
27
+
28
+ fix github action
29
+ fix github action
30
+ add support for direct connections on beta server
31
+
32
+
33
+ ### 0.0.249
34
+
35
+ update readme
36
+ prevent zoom from shrinking camera view.
37
+ add self signed certificate support
38
+ improve timeline detections ux
39
+ fix live/recording transition jitter
40
+ fix off center recording button
41
+ fix intercom location on tablets
42
+
43
+
44
+ ### 0.0.248
45
+
46
+ fix timeline position on large time jumps
47
+
48
+
49
+ ### 0.0.247
50
+
51
+ fix timelapse/adaptive bitrate conflicts
52
+
53
+
54
+ ### 0.0.246
55
+
56
+ improve timelapse
57
+
58
+
59
+ ### 0.0.245
60
+
61
+ fix detection event comparison
62
+
63
+
64
+ ### 0.0.244
65
+
66
+ fix fallback directory symlnks
67
+
68
+
69
+ ### 0.0.240
70
+
71
+ fix marker text not updating
72
+ fix nvr version missing on user account
73
+ fix clip/snapshot causing back navigation
74
+ fix app startup flashing
75
+ scrolling perf improvements
76
+
77
+
78
+ ### 0.0.238
79
+
80
+ add haptic feedback to timeline
81
+
82
+
83
+ ### 0.0.236
84
+
85
+ additional ui cleanups
86
+ remove useless video contols
87
+ improve phone landscape mode
88
+ improve pinch zoom
89
+ remove zoom buttons on phone
90
+ fix datepicker arrows
91
+ prep for virtual scroller
92
+ remove zoom buttons, add pinch zoom and tap unzoom
93
+ wip zoom
94
+ implement video playback loop
95
+
96
+
97
+ ### 0.0.233
98
+
99
+ ui rebuild
100
+ fix up some scroll behavior
101
+ more ui cleanups
102
+
103
+
104
+ ### 0.0.232
105
+
106
+ more ui cleanups
107
+
108
+
109
+ ### 0.0.231
110
+
111
+ ui refactor wip
112
+ add event filtering on mobile
113
+
114
+
115
+ ### 0.0.230
116
+
117
+ apply occlusion filtering to event thumbnails
118
+ improve notification thumbnails
119
+ add global notification settings
120
+ pick better timeline images
121
+ better recording startup errors and dedupe handling
122
+
123
+
124
+ ### 0.0.228
125
+
126
+ fix skeleton images
127
+ provide devicePixelRatio for stream selection
128
+ publish beta
129
+
130
+
131
+ ### 0.0.227
132
+
133
+ expose additional adaptive stream metadata
134
+ enable adaptive bitrate on recording playback
135
+ symlink destination to preserve stream preference
136
+ fix stream fallback not working
137
+
138
+
139
+ ### 0.0.222
140
+
141
+ fix settling point on event scrub
142
+ move fullscreen/pip buttons
143
+ fix smooth stream clobbering stream destination
144
+
145
+
146
+ ### 0.0.217
147
+
148
+ fix remote recording requests always serving local stream.
149
+
150
+
151
+ ### 0.0.216
152
+
153
+ grid timeline ui fixes
154
+ fix event history jumping
155
+
156
+
157
+ ### 0.0.213
158
+
159
+ fix event loading refresh bug
160
+ fix camera order drag ghosting on safari
161
+ publish
162
+
163
+
164
+ ### 0.0.212
165
+
166
+ expose p2p connection as setting
167
+ add missing settings on tablet
168
+ fix grid view on tablets
169
+
170
+
171
+ ### 0.0.211
172
+
173
+ collapsing grid view ui should hide everything
174
+
175
+
176
+ ### 0.0.210
177
+
178
+ disable peer to peer now that server is fixed. much faster signaling.
179
+
180
+
181
+ ### 0.0.209
182
+
183
+ Revert "disable peer to peer to test performance"
184
+ disable peer to peer to test performance
185
+ grant non-admin access to NVR in landing page
186
+
187
+
188
+ ### 0.0.208
189
+
190
+ clean up reconnection warning to prevent ui jitter
191
+ clean up reconnection warning to prevent ui jitter
192
+ publish
193
+
194
+
195
+ ### 0.0.207
196
+
197
+ implement iOS picture in picture
198
+ support hiding and reordering cameras
199
+ fix timeline loading bug near edges
200
+ publish
201
+
202
+
203
+ ### 0.0.206
204
+
205
+ add satisfying zoom animation
206
+ add double tap zoom + pan
207
+ fix detection thumbnails on nvr.scrypted.app
208
+
209
+
210
+ ### 0.0.205
211
+
212
+ reduce wire traffic for event thumbnails
213
+
214
+
215
+ ### 0.0.204
216
+
217
+ publish
218
+
219
+
220
+ ### 0.0.203
221
+
222
+ fix bug when low/local stream mixup
223
+ fix bug when there are less than 3 streams
224
+
225
+
226
+ ### 0.0.202
227
+
228
+ publish
229
+
230
+
231
+ ### 0.0.201
232
+
233
+ add shim to fix wkwebview fullscreen bugs
234
+ clean up nvr restart logic
235
+ disable fullscreen api in wkwebview. issues after fullscreen exit.
236
+ add ability for non admin user to create push endpoints
237
+
238
+
239
+ ### 0.0.200
240
+
241
+ fix self host reconnection bug
242
+ add OnOff to push endpoint to allow disabling notifications
243
+
244
+
245
+ ### 0.0.196
246
+
247
+ add per camera pricing
248
+ prepare for new server update
249
+
250
+
251
+ ### 0.0.195
252
+
253
+ fix save photos bug, add save video
254
+ fix orientation change restarting fullscreen video
255
+
256
+
257
+ ### 0.0.194
258
+
259
+ better responsive design on desktop browsers
260
+
261
+
262
+ ### 0.0.193
263
+
264
+ allow usage of cached licenses when uninteractive
265
+
266
+
267
+ ### 0.0.192
268
+
269
+ allow usage of cached licenses when uninteractive
270
+
271
+
272
+ ### 0.0.191
273
+
274
+ on screen back button cleanup beheavior
275
+
276
+
277
+ ### 0.0.190
278
+
279
+ fix beta expiration
280
+
281
+
282
+ ### 0.0.189
283
+
284
+ fix mobil back button, add account username text
285
+
286
+
287
+ ### 0.0.188
288
+
289
+ publish
290
+
291
+
292
+ ### 0.0.187
293
+
294
+ remove debug logging
295
+ add support for reordering and hiding cameras
296
+ improve purge speed. initial pass user settings.
297
+
298
+
299
+ ### 0.0.185
300
+
301
+ primary action button is now pause/resume.
302
+ reuse active client for notification
303
+
304
+
305
+ ### 0.0.184
306
+
307
+ implement notification clicks for web
308
+
309
+
310
+ ### 0.0.183
311
+
312
+ fix firefox datachannel race condition
313
+
314
+
315
+ ### 0.0.181
316
+
317
+ publish
318
+
319
+
320
+ ### 0.0.180
321
+
322
+ fix adaptive bitrate usage, update readme
323
+ make the home assistant live stream card open scrypted
324
+ fix up a variety of reconnect issues.
325
+
326
+
327
+ ### 0.0.179
328
+
329
+ fix some race conditios in self hosted video feed
330
+ fix duplicate events
331
+
332
+
333
+ ### 0.0.178
334
+
335
+ load time improvements:
336
+ add home intercom
337
+
338
+
339
+ ### 0.0.176
340
+
341
+ add iframe url for HA users
342
+
343
+
344
+ ### 0.0.175
345
+
346
+ fix snooze
347
+
348
+
349
+ ### 0.0.174
350
+
351
+ notifications no longer require recording the camera
352
+ server/wip: notifications without recording
353
+ iOS app: fix double microphone permission request
354
+ ui: support notifications without recording
355
+ ppublish
356
+
357
+
358
+ ### 0.0.173
359
+
360
+ add support for self hosted domains
361
+ larger buttons
362
+ make status bar tap scroll to top/live.
363
+
364
+
365
+ ### 0.0.172
366
+
367
+ ignore safe inset area on bottom
368
+ update server, ios app, webapp, for 1 year logins
369
+
370
+
371
+ ### 0.0.170
372
+
373
+ notification text tweaks
374
+
375
+
376
+ ### 0.0.169
377
+
378
+ improve notification text
379
+
380
+
381
+ ### 0.0.166
382
+
383
+ fix broken file downloads
384
+ delay notifications by 3s to ensure hq sample
385
+ remove snooze button on non snoozable notifications
386
+ change notification text to avoid grammar derps
387
+ consolidate snooze code
388
+ fix grid resizing issues
389
+ update readme, publish
390
+
391
+
392
+ ### 0.0.164
393
+
394
+ fix camera bar button styles
395
+ fix landscape centering when recording is disabled
396
+ update sdk client
397
+ fix phone ui transition regression
398
+ add testflight link
399
+
400
+
401
+ ### 0.0.163
402
+
403
+ add snooze support in ios
404
+
405
+
406
+ ### 0.0.162
407
+
408
+ fix scroll bug, further reduce webapp footprint
409
+
410
+
411
+ ### 0.0.161
412
+
413
+ npm ci to fix vue regression in 3.2.38+
414
+ cache on write, dramatic recent events performance improvement.
415
+ improve behavior around temporarily obscured detections
416
+
417
+
418
+ ### 0.0.160
419
+
420
+ reduce initial page load from 5mb to ~300k
421
+ fix grid resize popping
422
+ grid cleanups
423
+ move reconnection bar
424
+ disable self hosted option until cross site is figured out
425
+ add cors entries
426
+ fix url resolutions
427
+ add initial plumbing for self hosted domain
428
+ fix missing Cameras header
429
+ make notification open to correct time
430
+ fix custom notifications
431
+
432
+
433
+ ### 0.0.159
434
+
435
+ fix adaptive streaming on cameras that dont send sps/pps in the bit stream
436
+
437
+
438
+ ### 0.0.158
439
+
440
+ add logout button in unlicensed modal dialog
441
+
442
+
443
+ ### 0.0.155
444
+
445
+ Filter out motion objects
446
+
447
+
448
+ ### 0.0.152
449
+
450
+ publish
451
+
452
+
453
+ ### 0.0.151
454
+
455
+ send camera url as part of notification
456
+ use credentials for cross domain logout
457
+ fix logout in nvr.scrypted environment
458
+ add logout button
459
+ normalize skeleton image colors in timeline
460
+ fixup contrast
461
+ hide go live button if camera is not recording
462
+ fix detection icon size on desktop
463
+ color tweaks
464
+ fixup ios app downloads
465
+
466
+
467
+ ### 0.0.150
468
+
469
+ publish plugin
470
+
471
+
472
+ ### 0.0.149
473
+
474
+ ux cleanups
475
+ hide mute toggle if not muted
476
+ live button ux improvements
477
+ publish plugin
478
+
479
+
480
+ ### 0.0.148
481
+
482
+ fix performance issue with clearing recordings
483
+ publish plugin
484
+
485
+
486
+ ### 0.0.147
487
+
488
+ allow pull down to finish before going back
489
+ add pull down to go back
490
+ fix centered microphone button
491
+ overlay ux cleanups
492
+ fix detections grid popping
493
+ fixup some shared element weirdness
494
+ fix grid cell border radius on safari
495
+ fix scrub timeline jump bug
496
+ synchronize the image fades
497
+ transition aspect ratio faster on camera change
498
+ fix click scrub flashing
499
+ fix label alignment issue
500
+ ui cleanups
501
+ publish
502
+ working ios notifications
503
+ remove old notification button
504
+ fix build error
505
+ fix timeline burping
506
+ cleanup ui duplicate bug
507
+ cleanup notification data structures
508
+ per phone/camera notification persistence
509
+ improve mobile settings ui
510
+ fix inaccessible settings, add aspect ratio transition
511
+ ios app push notifications
512
+ ios project cleanups
513
+
514
+
515
+ ### 0.0.146
516
+
517
+ more landscape fixes
518
+
519
+
520
+ ### 0.0.145
521
+
522
+ publish
523
+
524
+
525
+ ### 0.0.144
526
+
527
+ fix landscape detection in demo
528
+ publish
529
+
530
+
531
+ ### 0.0.143
532
+
533
+ fix grid view blur on cameras that arent recording
534
+ fix toolbar button colors
535
+ mobile settings allows changing theme
536
+ properly exclude motion from filter
537
+ add filters to camera timeline
538
+
539
+
540
+ ### 0.0.142
541
+
542
+ remove debug code
543
+ fix fullscreen detection on safari
544
+ fix missing settings dialog in fullscreen mode
545
+ fix safari landscape, fix pausing after fullscreen
546
+ remember last viewed camera. fix landscape bugs.
547
+ fix overlay controls in portrait
548
+ remove pip on ios safari. wip ios app.
549
+ ui refactor to fix sizing issues
550
+ update readme with noting no cloud camera support
551
+ use viewport-fit=cover to fill notched areas on phones
552
+ publish
553
+
554
+
555
+ ### 0.0.141
556
+
557
+ shrink thumbnails in mobile landscape mode
558
+ additional landscape fixes
559
+ initial pass at landscape mode
560
+ disable adaptibe birate on cameras with 1 stream
561
+
562
+
563
+ ### 0.0.140
564
+
565
+ disable share sheet on desktop
566
+
567
+
568
+ ### 0.0.139
569
+
570
+ dramatic improvement to events hydration, reduce disk thrashing
571
+ marker tick time should update while scrolling @haxorcize#1023
572
+
573
+
574
+ ### 0.0.138
575
+
576
+ fix smooth change frames being unused and flooding io thread
577
+
578
+
579
+ ### 0.0.135
580
+
581
+ publish
582
+
583
+
584
+ ### 0.0.134
585
+
586
+ fix scrubbing time leak
587
+ mask events
588
+
589
+
590
+ ### 0.0.133
591
+
592
+ update camera codec settings
593
+ video clip cleanup
594
+
595
+
596
+ ### 0.0.131
597
+
598
+ implement pause scrub
599
+
600
+
601
+ ### 0.0.130
602
+
603
+ nuke theme
604
+
605
+
606
+ ### 0.0.109
607
+
608
+ gh action
609
+ gh action
610
+ gh action
611
+ Merge remote-tracking branch 'origin/main'
612
+ gh action
613
+ Create CNAME
614
+ gh action
615
+
616
+
617
+ ### 0.0.70
618
+
619
+ wipwd
620
+
621
+
622
+ ### 0.0.35
623
+
624
+ Create install.webmanifest
625
+
626
+
627
+ ### 0.0.9
628
+
629
+ reconnection fixes
630
+
631
+
632
+ ### 0.0.8
633
+
634
+ license fixes
635
+
636
+
637
+ ### 0.0.1
638
+
639
+ Merge branch 'main' of github.com:koush/scrypted-nvr
640
+ Update static.yml
641
+ Update static.yml
642
+ Update static.yml
643
+ Create static.yml
644
+ simplify
645
+ fix connection probing
646
+ update
647
+
648
+
649
+ </details>
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,18 +1,20 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.0.254",
3
+ "version": "0.0.256",
4
4
  "scripts": {
5
- "prepublishOnly": "WEBPACK_DEVTOOL=nosources-source-map NODE_ENV=production scrypted-webpack",
6
- "prescrypted-vscode-launch": "WEBPACK_DEVTOOL=nosources-source-map scrypted-webpack",
7
5
  "scrypted-setup-project": "scrypted-setup-project",
8
6
  "prescrypted-setup-project": "scrypted-package-json",
9
7
  "build": "scrypted-webpack",
8
+ "preprepublishOnly": "scrypted-changelog",
9
+ "prepublishOnly": "WEBPACK_DEVTOOL=nosources-source-map NODE_ENV=production scrypted-webpack",
10
+ "prescrypted-vscode-launch": "WEBPACK_DEVTOOL=nosources-source-map scrypted-webpack",
10
11
  "scrypted-vscode-launch": "scrypted-deploy-debug",
11
12
  "scrypted-deploy-debug": "scrypted-deploy-debug",
12
13
  "scrypted-debug": "scrypted-debug",
13
14
  "scrypted-deploy": "scrypted-deploy",
14
- "scrypted-readme": "scrypted-readme",
15
- "scrypted-package-json": "scrypted-package-json"
15
+ "scrypted-changelog": "scrypted-changelog",
16
+ "scrypted-package-json": "scrypted-package-json",
17
+ "scrypted-readme": "scrypted-readme"
16
18
  },
17
19
  "scrypted": {
18
20
  "name": "Scrypted NVR",