3.6.0 - Reload config without restart #1435
roflcoopter
started this conversation in
General
Replies: 1 comment 1 reply
|
The link to the external motion detector documentation does not appear to work: https://viseron.netlify.app/docs/documentation/configuration/motion_detection#external-motion-detector
Also searching for |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
A special thanks to @neagix, @vanhorn and @fluffyspace for their contributions to this release.
Breaking changes
The Viseron Docker container images uses Ubuntu as its base, and with this version it has been upgraded to 24.04.
This should not necessarily break anything, but since a lot of drivers and other packages are upgraded as well, there is a possibility that some custom setups may be affected.
PostgreSQL 16
With the Ubuntu upgrade, PostgreSQL has been updated to version 16, which will require a database migration when upgrading from a previous version. This migration will be done automatically on first startup, so please be patient and avoid restarting the container during this process.
FFmpeg 8.1
FFmpeg has been upgraded to 8.1 from 5, which has some breaking changes that may affect some users. Please see the FFmpeg 8.1 release notes for more information.
New features
Reloading config without restarting
This release introduces the ability to reload the config without restarting the Viseron container.
Every component has been updated and tested to support this, but reloading should still be considered experimental until it has been tested in the wild.
If you encounter any issues, please report them on GitHub.
For information on how to reload the config, please see the documentation.
External motion detector
Support for external motion detectors has been added, and the MQTT component has been updated to support this. This allows you to use any MQTT enabled device as a motion detector, and have it trigger recordings or object detection in Viseron, just like any other frame based motion detector.
For more information on how to set this up, visit the documentation.
Date and time format
The date and time format used in the web interface can now be configured per user from the
Profilepage. Previously the browsers locale was used to determine the format, but this was not always accurate and could lead to confusion.Other notable features
Changes
detection_labelin favor ofdetection_labelsin the config for thediscordandtelegramcomponents.Clear Selectionbutton to clear all selected cameras.Fixes
-stimeouton Jetson Nano for RTSP streamsdiscordandtelegramcomponents.Docker images will be on Docker Hub shortly
All changes
New Contributors
Full Changelog: v3.5.3...v3.6.0
This discussion was created from the release 3.6.0 - Reload config without restart.
All reactions