From 843016fc9bc3f62d4ffd710ebd4572fa76abfb91 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:05:39 +0200 Subject: [PATCH] birdnet-pi: bump version --- birdnet-pi/CHANGELOG.md | 3 +++ birdnet-pi/Dockerfile | 4 ++-- birdnet-pi/config.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/birdnet-pi/CHANGELOG.md b/birdnet-pi/CHANGELOG.md index 0e7cdc7e7..6f1e51d03 100644 --- a/birdnet-pi/CHANGELOG.md +++ b/birdnet-pi/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2025.08.11 (11-08-2025) +- Fix audio group to detect USB sound cards + ## 2025.08.10 (10-08-2025) - Fix web terminal password when running container standalone diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index d111b62ee..28eaf4278 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -110,8 +110,8 @@ RUN \ # Give access to caddy for files owned by the user, to allow files modification groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \ \ - # Give access to audio group - groupmod -o -g 1000 audio && usermod -aG audio "$USER" && \ + # Give access to audio devices + usermod -aG audio "$USER" && \ \ # Ensure always pi is used grep -srl "/etc/passwd" "$HOME/BirdNET-Pi/" | while IFS= read -r file; do sed -i "s=/etc/passwd=/etc/passwd | head -1=g" "$file"; done && \ diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index bb1cf16fb..a96c52dd1 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -121,6 +121,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "2025.07.09", + "version": "2025.08.11", "video": true }