From ca049de86e93295100837057c1840f11d49c68ba Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:31:37 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- bazarr/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/CHANGELOG.md b/bazarr/CHANGELOG.md index b81d926d3..c597bb589 100644 --- a/bazarr/CHANGELOG.md +++ b/bazarr/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.5.6-4 (2026-04-22) - Fix Bazarr crash on startup: base_url must start with '/' for Flask blueprint registration - +## 1.5.6-3 - Add Ingress support with nginx reverse proxy for sidebar integration - Add connection_mode option (ingress_noauth/noingress_auth/ingress_auth)