Other changes
- Server:
- Improvements in image rekognition. Replaced
node-rekognition
with@aws/client-rekognition
- Improvements in image rekognition. Replaced
- Interface:
- Added
auto darkmode
switch to settings to automatically switch darkmode based on system settings (if supported) - Added support for multi-layer configuration for camview. It is now possible to dynamically store each number of displayed videos separately in localStorage and call the layout. Fully automatic!
- Added
- Bump dependencies
Bugfixes
- Fixed an issue where an empty image buffer crashed image rekognition
- Fixed an issue where changing layout (adding or removing camera via actionsheet) does not work properly
- Minor UI bugfixes