diff --git a/CHANGELOG.md b/CHANGELOG.md index df304b8..5a01af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.8] - 2025-11-26 + +### Changed +- Updated Docker deployment to use host network mode for better compatibility +- Modified docker-compose.yml to use `network_mode: host` +- Updated installation commands to use `--network host` flag +- Removed port mappings as they are not needed with host network mode + +### Improved +- Better compatibility with unprivileged LXC containers +- Simplified Docker networking configuration +- Direct network access for improved camera discovery performance + ## [1.0.7] - 2025-11-23 ### Fixed