Updater bot : komga updated to 1.27.0 (upstream 1.27.0)

This commit is contained in:
alexbelgium
2026-09-19 01:29:17 +02:00
parent 38b8bbfaea
commit db317a5da3
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 1.27.0 (2026-09-19)
- Update to latest version from gotson/komga (changelog : https://github.com/gotson/komga/releases)
## 1.26.3.1 (19-08-2026)
- Fix : tapping `Read` in the Home Assistant companion app opened the reader in an external browser, which carries no ingress session cookie, so Home Assistant answered `401 Unauthorized` before Komga was reached ([#2994](https://github.com/alexbelgium/hassio-addons/issues/2994)). Komga opens the reader with `window.open(url, '_blank')` ; nginx now injects a script that turns that popup into a navigation of the ingress panel itself. Only http(s) urls below Komga's own base path are affected, so the OAuth2 login popup and links out of Komga keep their own window

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.26.3"
ARG BUILD_UPSTREAM="1.27.0"
FROM ${BUILD_FROM}
ENV BASHIO_VERSION=0.14.3

View File

@@ -101,4 +101,4 @@ schema:
slug: komga
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/komga
version: "1.26.3.1"
version: "1.27.0"

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "2026-08-13",
"last_update": "2026-09-19",
"repository": "alexbelgium/hassio-addons",
"slug": "komga",
"source": "github",
"upstream_repo": "gotson/komga",
"upstream_version": "1.26.3"
"upstream_version": "1.27.0"
}