Skip to content

v4.2.4

Compare
Choose a tag to compare
@seydx seydx released this 06 May 21:05
· 425 commits to master since this release

Other changes

  • Server:
    • Improvements in image rekognition. Replaced node-rekognition with @aws/client-rekognition
  • 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!
  • 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