Skip to content

Releases: akmolina28/last-watch-ai

0.7.0

15 Dec 17:13
7e1e276
Compare
Choose a tag to compare
  • Deepstack API calls are now logged in a new table and are visible in the UI to help with troubleshooting
  • Improve permissions scheme for linux installs

Upgrading from existing installation (important)

This release includes new database migrations. Refer to the readme for upgrade instructions.

This release also includes new required .env settings. Refer to .env.example to see which keys need to be added to your .env file.

0.6.2

29 Nov 22:56
Compare
Choose a tag to compare
  • Fix time localization. Dates saved to the database as UTC and shown in local time on the frontend.

  • Added env config for web port

  • Added env config for data retention period

0.6.1

27 Nov 16:19
Compare
Choose a tag to compare
  • Fix server error when editing profiles

  • Support changing/removing masks from the profile edit page

0.6.0

24 Nov 20:08
Compare
Choose a tag to compare
  • Ability to trigger automations for a profile when none of its relevant objects are detected
  • Web Request automation now supports custom headers, and POST messages
  • Added API method to check if Last Watch is up and running

0.5.0

17 Nov 19:41
Compare
Choose a tag to compare
  • Add edit page for detection profiles
  • Add scheduled job to automatically delete event data older than 7 days (configurable)
  • UI Fixes
  • Renamed containers to reduce ambiguity

0.4.0

28 Oct 16:30
Compare
Choose a tag to compare
  • New landing page with quick summary data.
  • Ability to jump to next/previous events using breadcrumb navigation buttons.
  • Now logging the results of all automations. Automation errors are displayed in the UI.
  • Abstracted automation configurations to make it easier to add more automation types without changing the core code.
  • More UI improvements.

0.3.0

15 Oct 19:34
Compare
Choose a tag to compare
  • Smart Filtering - new feature allows objects to be ignored if they are not moving around. For example, a car sitting in a driveway won't be relevant as long as it is not moving.

  • UI improvements

0.2.0

07 Oct 18:18
Compare
Choose a tag to compare
  • Ability to enable/disable profiles
  • Ability to schedule profiles based on time of day
  • UI improvements and responsive layout

0.1.0

30 Sep 18:19
Compare
Choose a tag to compare

Initial release