From 3e384fb068fa6f27faf468f41e1c4012d5c56e88 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 09:09:39 +0000 Subject: [PATCH] GitHub bot: changelog [nobuild] --- komga/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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