mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-20 03:47:20 +02:00
Updater bot : seerr updated to 3.4.1
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 3.4.1 (2026-08-01)
|
||||
- Update to latest version from seerr-team/seerr (changelog : https://github.com/seerr-team/seerr/releases)
|
||||
## 3.3.0.1 (2026-07-28)
|
||||
|
||||
- Fixed searches failing through ingress with `500 Internal Server Error` (#2906, #2646). Home Assistant's ingress proxy re-encodes the query string and passes a space as `+`, along with a bare `:` `/` `?` `@` `!` `$` `'` `(` `)` `*` `,` - all of which Seerr's OpenAPI validator rejects as reserved characters. Nginx now re-encodes them before proxying, so titles such as `Monsters, Inc.`, `Ocean's Eleven`, `Mission: Impossible` and `Who? What?` search correctly. Only ingress was affected; the directly published port 5055 always worked.
|
||||
|
||||
@@ -96,4 +96,4 @@ schema:
|
||||
slug: seerr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/seerr
|
||||
version: "3.3.0.1"
|
||||
version: "3.4.1"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "2026-06-05",
|
||||
"last_update": "2026-08-01",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "seerr",
|
||||
"source": "github",
|
||||
"upstream_repo": "seerr-team/seerr",
|
||||
"upstream_version": "3.3.0"
|
||||
"upstream_version": "3.4.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user