Skip to content

hub-0.48.0

Compare
Choose a tag to compare
@cedricve cedricve released this 10 Nov 14:48
· 18 commits to master since this release
d499d7b

Minor Changes

  • We've implemented a semantic search (based on OpenAI and langchain) allowing you to translate human readable text to predefined search filters.
  • Design fixes on dashboard, limiting cameras list to 5 items.
  • Implement videojs player on camera page + add sprites.
  • Add feature permissions on device level. Now you can define access on role level and device level. You can disable remote configuration and PTZ functions.
  • Fix clear filter on the media page.
  • Sort camera list alphabetically, add new icon opening the live view.
  • Opening a multi select filter, will now auto-focus in the search filter.
  • Change site selection behaviour: when selecting the site filter, it will select the desired cameras (and no longer filter it).
  • Improve white labeling: there were still a few "kerberos" references in the application.
  • New implementation of MQTT, we now have a single topic subscription which we use for end-to-end encryption. kerberos-io/agent@0c70ab6

Major Changes

  • Implementation of end-to-end encryption. Now it's possible to provide asymmetric and symmetric keys to encrypt remote actions such as live streaming and PTZ. This means that you'll need to provide a passphrase (on top of your MFA) to decrypt using RSA and AES. kerberos-io/roadmap#1

Screenshot 2023-11-10 at 15 33 09

Release