Skip to content

v0.5.4

Compare
Choose a tag to compare
@tphakala tphakala released this 01 Jun 08:48
· 114 commits to main since this release

[0.5.4] - 2024-06-01

πŸš€ Features

  • (audio) Disk usage based audio clip retention policy, enabled by default with 80% disk usage treshold
  • (conf) Privacy filter Confidence threshold setting
  • (conf) Dog bark filter Confidence threshold setting
  • (conf) Dog bark filter time to remember bark setting

πŸ› Bug Fixes

  • (webui) Fix Settings interface load error

🚜 Refactor

  • (conf) Refactor configuration package to improve settings handling, easier access to settings in code
  • (audio) Audio clip retention policy setting: none, age, usage
  • (audio) Age base audio clip retention policy accepts time in days, weeks, months and years instead of hours
  • (conf) Many settings renamed

βš™οΈ Miscellaneous Tasks

  • Update go.mod with github.com/mitchellh/mapstructure v1.5.0