Update ghcr.io/autobrr/qui Docker tag to v1.10.0 (#2664)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/qui](https://github.com/autobrr/qui) | minor | `v1.9.1` -> `v1.10.0` | --- ### Release Notes <details> <summary>autobrr/qui (ghcr.io/autobrr/qui)</summary> ### [`v1.10.0`](https://github.com/autobrr/qui/releases/tag/v1.10.0) [Compare Source](https://github.com/autobrr/qui/compare/v1.9.1...v1.10.0) #### Changelog ##### New Features - [`f2b17e6`](f2b17e6a36): feat(config): add SESSION\_SECRET\_FILE env var ([#​661](https://github.com/autobrr/qui/issues/661)) ([@​undefined-landmark](https://github.com/undefined-landmark)) - [`f5ede56`](f5ede56c42): feat(crossseed): add RSS source filters for categories and tags ([#​757](https://github.com/autobrr/qui/issues/757)) ([@​s0up4200](https://github.com/s0up4200)) - [`9dee7bb`](9dee7bb2cf): feat(crossseed): add Unicode normalization for title and file matching ([#​742](https://github.com/autobrr/qui/issues/742)) ([@​s0up4200](https://github.com/s0up4200)) - [`d44058f`](d44058fa65): feat(crossseed): add skip auto-resume settings per mode ([#​755](https://github.com/autobrr/qui/issues/755)) ([@​s0up4200](https://github.com/s0up4200)) - [`9e3534a`](9e3534a4d6): feat(crossseed): add webhook source filters for categories and tags ([#​763](https://github.com/autobrr/qui/issues/763)) ([@​s0up4200](https://github.com/s0up4200)) - [`c8bbe07`](c8bbe078ec): feat(crossseed): only poll status endpoints when features are enabled ([#​738](https://github.com/autobrr/qui/issues/738)) ([@​s0up4200](https://github.com/s0up4200)) - [`fda8101`](fda81015f3): feat(sidebar): add size tooltips and deduplicate cross-seed sizes ([#​724](https://github.com/autobrr/qui/issues/724)) ([@​s0up4200](https://github.com/s0up4200)) - [`e4c0556`](e4c0556913): feat(torrent): add sequential download toggles ([#​776](https://github.com/autobrr/qui/issues/776)) ([@​rare-magma](https://github.com/rare-magma)) - [`2a43f15`](2a43f15fd4): feat(torrents): autocomplete paths ([#​634](https://github.com/autobrr/qui/issues/634)) ([@​rare-magma](https://github.com/rare-magma)) - [`1c07b33`](1c07b336a5): feat(torrents): replace filtered speeds with global ([#​745](https://github.com/autobrr/qui/issues/745)) ([@​jabloink](https://github.com/jabloink)) - [`cd0deee`](cd0deee8cf): feat(tracker): add per-domain stats inclusion toggle for merged trackers ([#​781](https://github.com/autobrr/qui/issues/781)) ([@​s0up4200](https://github.com/s0up4200)) - [`b6a6200`](b6a6200968): feat(web): add Size column to Tracker Breakdown table ([#​770](https://github.com/autobrr/qui/issues/770)) ([@​s0up4200](https://github.com/s0up4200)) - [`560071b`](560071bebb): feat(web): add zebra striping to torrent table ([#​726](https://github.com/autobrr/qui/issues/726)) ([@​s0up4200](https://github.com/s0up4200)) - [`f8f65a8`](f8f65a8b6c): feat(web): improve auto-search on completion UX ([#​743](https://github.com/autobrr/qui/issues/743)) ([@​s0up4200](https://github.com/s0up4200)) - [`e36312f`](e36312fe35): feat(web): improve torrent selection UX with unified click and escape behavior ([#​782](https://github.com/autobrr/qui/issues/782)) ([@​s0up4200](https://github.com/s0up4200)) - [`27c1daa`](27c1daa56e): feat(web): napster theme ([#​728](https://github.com/autobrr/qui/issues/728)) ([@​s0up4200](https://github.com/s0up4200)) - [`e3950de`](e3950de657): feat(web): new torrent details panel for desktop ([#​760](https://github.com/autobrr/qui/issues/760)) ([@​s0up4200](https://github.com/s0up4200)) - [`6c66ba5`](6c66ba50bb): feat(web): persist tab state in URL for CrossSeed and Settings pages ([#​775](https://github.com/autobrr/qui/issues/775)) ([@​s0up4200](https://github.com/s0up4200)) - [`59884a9`](59884a9461): feat(web): share tracker customizations with filtersidebar ([#​717](https://github.com/autobrr/qui/issues/717)) ([@​s0up4200](https://github.com/s0up4200)) ##### Bug Fixes - [`fafd278`](fafd278c76): fix(api): add webhook source filter fields to PATCH settings endpoint ([#​774](https://github.com/autobrr/qui/issues/774)) ([@​s0up4200](https://github.com/s0up4200)) - [`bdf0339`](bdf03399ce): fix(api): support apikey query param with custom base URL ([#​748](https://github.com/autobrr/qui/issues/748)) ([@​s0up4200](https://github.com/s0up4200)) - [`c3c8d66`](c3c8d662af): fix(crossseed): compare Site and Sum fields for anime releases ([#​769](https://github.com/autobrr/qui/issues/769)) ([@​s0up4200](https://github.com/s0up4200)) - [`cb4c965`](cb4c965b68): fix(crossseed): detect file name differences and fix hasExtraSourceFiles ([#​741](https://github.com/autobrr/qui/issues/741)) ([@​s0up4200](https://github.com/s0up4200)) - [`fd9e054`](fd9e054f68): fix(crossseed): fix batch completion searches and remove legacy settings ([#​744](https://github.com/autobrr/qui/issues/744)) ([@​s0up4200](https://github.com/s0up4200)) - [`26706a0`](26706a079c): fix(crossseed): normalize punctuation in title matching ([#​718](https://github.com/autobrr/qui/issues/718)) ([@​s0up4200](https://github.com/s0up4200)) - [`db30566`](db30566141): fix(crossseed): rename files before folder to avoid path conflicts ([#​752](https://github.com/autobrr/qui/issues/752)) ([@​s0up4200](https://github.com/s0up4200)) - [`8886ac4`](8886ac4c9f): fix(crossseed): resolve category creation race condition and relax autoTMM ([#​767](https://github.com/autobrr/qui/issues/767)) ([@​s0up4200](https://github.com/s0up4200)) - [`f8f2a05`](f8f2a05988): fix(crossseed): support game scene releases with RAR files ([#​768](https://github.com/autobrr/qui/issues/768)) ([@​s0up4200](https://github.com/s0up4200)) - [`918adee`](918adeec9f): fix(crossseed): treat x264/H.264/H264/AVC as equivalent codecs ([#​766](https://github.com/autobrr/qui/issues/766)) ([@​s0up4200](https://github.com/s0up4200)) - [`c4b1f0a`](c4b1f0ab57): fix(dashboard): merge tracker customizations with duplicate displayName ([#​751](https://github.com/autobrr/qui/issues/751)) ([@​jabloink](https://github.com/jabloink)) - [`3c6e0f9`](3c6e0f9cae): fix(license): remove redundant validation call after activation ([#​749](https://github.com/autobrr/qui/issues/749)) ([@​s0up4200](https://github.com/s0up4200)) - [`a9c7754`](a9c7754d49): fix(reannounce): simplify tracker detection to match qbrr logic ([#​746](https://github.com/autobrr/qui/issues/746)) ([@​s0up4200](https://github.com/s0up4200)) - [`3baa007`](3baa007b6e): fix(rss): skip download when torrent already exists by infohash ([#​715](https://github.com/autobrr/qui/issues/715)) ([@​s0up4200](https://github.com/s0up4200)) - [`55d0ccc`](55d0ccca5c): fix(swagger): respect base URL for API docs routes ([#​758](https://github.com/autobrr/qui/issues/758)) ([@​s0up4200](https://github.com/s0up4200)) - [`47695fd`](47695fd252): fix(web): add height constraint to filter sidebar wrapper for proper scrolling ([#​778](https://github.com/autobrr/qui/issues/778)) ([@​s0up4200](https://github.com/s0up4200)) - [`4b3bfea`](4b3bfeae6e): fix(web): default torrent format to v1 in creator dialog ([#​723](https://github.com/autobrr/qui/issues/723)) ([@​s0up4200](https://github.com/s0up4200)) - [`2d54b79`](2d54b79551): fix(web): pin submit button in Services sheet footer ([#​756](https://github.com/autobrr/qui/issues/756)) ([@​s0up4200](https://github.com/s0up4200)) - [`2bcd6a3`](2bcd6a348f): fix(web): preserve folder collapse state during file tree sync ([#​740](https://github.com/autobrr/qui/issues/740)) ([@​ewenjo](https://github.com/ewenjo)) - [`57f3f1d`](57f3f1dc70): fix(web): sort Peers column by total peers instead of connected ([#​759](https://github.com/autobrr/qui/issues/759)) ([@​s0up4200](https://github.com/s0up4200)) - [`53a8818`](53a8818fac): fix(web): sort Seeds column by total seeds instead of connected ([#​747](https://github.com/autobrr/qui/issues/747)) ([@​s0up4200](https://github.com/s0up4200)) - [`d171915`](d171915768): fix(web): sort folders before files in torrent file tree ([#​764](https://github.com/autobrr/qui/issues/764)) ([@​s0up4200](https://github.com/s0up4200)) ##### Other Changes - [`172b4aa`](172b4aa690): chore(assets): replace napster.svg with napster.png for logo update ([@​s0up4200](https://github.com/s0up4200)) - [`dc83102`](dc83102fa0): chore(deps): bump the github group with 3 updates ([#​761](https://github.com/autobrr/qui/issues/761)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`75357d3`](75357d3bf3): chore: fix napster logo ([@​s0up4200](https://github.com/s0up4200)) - [`206c4b2`](206c4b2f2c): refactor(web): extract CrossSeed completion to accordion component ([#​762](https://github.com/autobrr/qui/issues/762)) ([@​s0up4200](https://github.com/s0up4200)) **Full Changelog**: <https://github.com/autobrr/qui/compare/v1.9.1...v1.10.0> #### Docker images - `docker pull ghcr.io/autobrr/qui:v1.10.0` - `docker pull ghcr.io/autobrr/qui:latest` #### What to do next? - Join our [Discord server](https://discord.autobrr.com/qui) Thank you for using qui! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2664 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #2664.
This commit is contained in:
@@ -198,7 +198,7 @@ qbittorrent:
|
||||
qui:
|
||||
image:
|
||||
repository: ghcr.io/autobrr/qui
|
||||
tag: v1.9.1
|
||||
tag: v1.10.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: QUI__METRICS_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user