diff --git a/komga/CHANGELOG.md b/komga/CHANGELOG.md index fd7a840b88..f03ef74c1c 100644 --- a/komga/CHANGELOG.md +++ b/komga/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.26.1.4 (12-08-2026) +- Minor bugs fixed ## 1.26.1.3 (2026-08-12) - Fix : 401 errors after a successful login through ingress. Komga scopes its session cookies to its servlet context path (`Path=/komga`), which the browser never sends back from the ingress url, so every request after the login was anonymous. Nginx now rewrites the cookie path onto the ingress entry