chore(deps): update ghcr.io/autobrr/qui docker tag to v1.13.0 #3540

Merged
alexlebens merged 1 commits from renovate/unified-autobrrqui into main 2026-01-27 21:58:14 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/autobrr/qui minor v1.12.0v1.13.0

Release Notes

autobrr/qui (ghcr.io/autobrr/qui)

v1.13.0

Compare Source

Highlights

  • Native RSS support for feeds
  • Cross-seed upgrades: directory scanning for data-based matching and category affix (prefix/suffix) modes
  • Automations improvements: Move action support, uncategorized filter option, hasMissingFiles condition, include-cross-seeds mode, configurable FREE_SPACE source
  • UI improvements: inline pieces progress bar, clickable dashboard error counts, better mobile workflow modal
  • Orphan scan safeguards for shared save paths
  • External programs: new {comment} placeholder
Notable bug fixes:
  • More stable sorting for timestamp fields and last_activity
  • Tracker icon fetching reliability and timeout cooldown handling
  • Cross-seed matching fixes (anime/pack matching, size mismatch handling, V2 hash recheck)
  • Orphan scan ignores .parts files and OS/NAS artifacts
  • qBittorrent tracker-down matching improvements and magnet redirect handling

Changelog

New Features
Bug Fixes
Other Changes

Full Changelog: https://github.com/autobrr/qui/compare/v1.12.0...v1.13.0

Docker images

  • docker pull ghcr.io/autobrr/qui:v1.13.0
  • docker pull ghcr.io/autobrr/qui:latest

What to do next?

Thank you for using qui!


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/qui](https://github.com/autobrr/qui) | minor | `v1.12.0` → `v1.13.0` | --- ### Release Notes <details> <summary>autobrr/qui (ghcr.io/autobrr/qui)</summary> ### [`v1.13.0`](https://github.com/autobrr/qui/releases/tag/v1.13.0) [Compare Source](https://github.com/autobrr/qui/compare/v1.12.0...v1.13.0) #### Highlights - Native RSS support for feeds - Cross-seed upgrades: directory scanning for data-based matching and category affix (prefix/suffix) modes - Automations improvements: Move action support, uncategorized filter option, hasMissingFiles condition, include-cross-seeds mode, configurable FREE\_SPACE source - UI improvements: inline pieces progress bar, clickable dashboard error counts, better mobile workflow modal - Orphan scan safeguards for shared save paths - External programs: new {comment} placeholder ##### Notable bug fixes: - More stable sorting for timestamp fields and last\_activity - Tracker icon fetching reliability and timeout cooldown handling - Cross-seed matching fixes (anime/pack matching, size mismatch handling, V2 hash recheck) - Orphan scan ignores .parts files and OS/NAS artifacts - qBittorrent tracker-down matching improvements and magnet redirect handling #### Changelog ##### New Features - [`9acd789`](https://github.com/autobrr/qui/commit/9acd78916b48f53e4d29c9b04f5f52a8d3b405b2): feat(automations): add Move action to Automations ([#&#8203;1079](https://github.com/autobrr/qui/issues/1079)) ([@&#8203;Barcode-eng](https://github.com/Barcode-eng)) - [`80aaf22`](https://github.com/autobrr/qui/commit/80aaf22c7baaf3611f4058d40fbfad0ea3d78ab7): feat(automations): add hasMissingfiles condition ([#&#8203;1081](https://github.com/autobrr/qui/issues/1081)) ([@&#8203;jabloink](https://github.com/jabloink)) - [`f942a71`](https://github.com/autobrr/qui/commit/f942a71635721481abe629f764ec18b5056c18cb): feat(automations): add import button to empty state ([#&#8203;1111](https://github.com/autobrr/qui/issues/1111)) ([@&#8203;jabloink](https://github.com/jabloink)) - [`6b2831e`](https://github.com/autobrr/qui/commit/6b2831eb6b2966e5e8d5786170d696462ab77f7b): feat(automations): add include-cross-seeds mode with hardlink support, fix free-space projection ([#&#8203;1116](https://github.com/autobrr/qui/issues/1116)) ([@&#8203;Barcode-eng](https://github.com/Barcode-eng)) - [`b152a6a`](https://github.com/autobrr/qui/commit/b152a6af36f98d83500cd4799eabaca71c1f948d): feat(automations): add tooltips to disabled conditions ([#&#8203;1286](https://github.com/autobrr/qui/issues/1286)) ([@&#8203;jabloink](https://github.com/jabloink)) - [`f36eb76`](https://github.com/autobrr/qui/commit/f36eb76e12c126d2aaa5e2bede78b0bb42a488ae): feat(automations): add uncategorized category filter option ([#&#8203;1268](https://github.com/autobrr/qui/issues/1268)) ([@&#8203;aulterego](https://github.com/aulterego)) - [`d7dcb58`](https://github.com/autobrr/qui/commit/d7dcb589fd34372ef611aff9605802174406ab46): feat(automations): configurable FREE\_SPACE source (qBit or path) ([#&#8203;1181](https://github.com/autobrr/qui/issues/1181)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`d685bee`](https://github.com/autobrr/qui/commit/d685bee702aefcfccbef087408a828e0cbb6258c): feat(backups): add tooltips and restore from lastest button ([#&#8203;1258](https://github.com/autobrr/qui/issues/1258)) ([@&#8203;jabloink](https://github.com/jabloink)) - [`4c5a975`](https://github.com/autobrr/qui/commit/4c5a975960cdaef799eab4197b9b0e7f8e3faf57): feat(crossseed): add category affix with prefix/suffix modes ([#&#8203;1296](https://github.com/autobrr/qui/issues/1296)) ([@&#8203;jabloink](https://github.com/jabloink)) - [`28cd96d`](https://github.com/autobrr/qui/commit/28cd96da2e9d633059ac3e60f16cbc882a68cc9e): feat(crossseed): add directory scanner for data-based matching ([#&#8203;1203](https://github.com/autobrr/qui/issues/1203)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`fe84eb0`](https://github.com/autobrr/qui/commit/fe84eb04ada4eaa83652fb683ddbd43b828e366e): feat(dirscan): resumable scans with per-run limit ([#&#8203;1274](https://github.com/autobrr/qui/issues/1274)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`1af2a12`](https://github.com/autobrr/qui/commit/1af2a12658e1ca26925d1a5a836beed40f33cd12): feat(dockerfile): add bash to Dockerfile ([#&#8203;903](https://github.com/autobrr/qui/issues/903)) ([@&#8203;ryanwalder](https://github.com/ryanwalder)) - [`5c84c3f`](https://github.com/autobrr/qui/commit/5c84c3f86c05395d3e10b7cdc6b4c8c74fce2619): feat(docs): add browser extension links and URL shorteners ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`13c5461`](https://github.com/autobrr/qui/commit/13c5461f3fe6b54be9570519055c6855b1e496b8): feat(linking): add option to fallback on linking failure ([#&#8203;1056](https://github.com/autobrr/qui/issues/1056)) ([@&#8203;Audionut](https://github.com/Audionut)) - [`5f7031f`](https://github.com/autobrr/qui/commit/5f7031fe13a32f29d5611768e30a9793e220a4f8): feat(orphanscan): protect shared save paths across instances ([#&#8203;1197](https://github.com/autobrr/qui/issues/1197)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`341092d`](https://github.com/autobrr/qui/commit/341092d5c874c458658c8ba2473e6c8236f68b10): feat(rss): add native rss support ([#&#8203;801](https://github.com/autobrr/qui/issues/801)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`8d2a371`](https://github.com/autobrr/qui/commit/8d2a371edbd4fb6c4a8ae6e98e7238f68e4ffeed): feat(sort): add stable fallback sorting for timestamp fields ([#&#8203;1317](https://github.com/autobrr/qui/issues/1317)) ([@&#8203;aulterego](https://github.com/aulterego)) - [`28cf4ad`](https://github.com/autobrr/qui/commit/28cf4ad217d2b6c16d1d9a8a0f01e82016342136): feat(torrents): use custom tracker names in table ([#&#8203;1120](https://github.com/autobrr/qui/issues/1120)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`e0d2bb4`](https://github.com/autobrr/qui/commit/e0d2bb48024e9f10c0608bbb88d4594d52248c90): feat(ui): Use 4 column grid for dashboard instances on 2xl screens ([#&#8203;1195](https://github.com/autobrr/qui/issues/1195)) ([@&#8203;ewenjo](https://github.com/ewenjo)) - [`7bc98e1`](https://github.com/autobrr/qui/commit/7bc98e145c728eb70fd43d005a69f32320d642ea): feat(ui): add inline pieces progress bar visualization ([#&#8203;1050](https://github.com/autobrr/qui/issues/1050)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`0154226`](https://github.com/autobrr/qui/commit/01542261b51eae970182117123a465606f69306e): feat(web): Improve performance for torrents with large file counts ([#&#8203;1252](https://github.com/autobrr/qui/issues/1252)) ([@&#8203;0rkag](https://github.com/0rkag)) - [`a91df70`](https://github.com/autobrr/qui/commit/a91df7021554fff7a02d03b7737a783efe4076f1): feat(web): allow merging trackers into existing groups ([#&#8203;1175](https://github.com/autobrr/qui/issues/1175)) ([@&#8203;jabloink](https://github.com/jabloink)) - [`132c512`](https://github.com/autobrr/qui/commit/132c512042271e466e893ba243ab903d61a1a4b4): feat(web): improve workflow modal mobile ([#&#8203;1302](https://github.com/autobrr/qui/issues/1302)) ([@&#8203;jabloink](https://github.com/jabloink)) - [`a7f59ab`](https://github.com/autobrr/qui/commit/a7f59abc89c3fac73a45b623d28d05c7de1043dc): feat(web): make dashboard error counts clickable ([#&#8203;937](https://github.com/autobrr/qui/issues/937)) ([@&#8203;Gykes](https://github.com/Gykes)) ##### Bug Fixes - [`c6f86e2`](https://github.com/autobrr/qui/commit/c6f86e2a2cc1a1ffd987fd61c2385800a8fef886): fix(auth): recover cleanly behind upstream SSO ([#&#8203;1142](https://github.com/autobrr/qui/issues/1142)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`0c19899`](https://github.com/autobrr/qui/commit/0c198990a0b89de71dbc814b1a7d73ce4548c574): fix(automations): handle -1 value for incomplete torrent completion\_on ([#&#8203;1186](https://github.com/autobrr/qui/issues/1186)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`59a9120`](https://github.com/autobrr/qui/commit/59a9120d5aad708f11ae42b50d6ea2776edb8be4): fix(automations): include Move action in `rulesUseCondition` ([#&#8203;1079](https://github.com/autobrr/qui/issues/1079)) ([#&#8203;1287](https://github.com/autobrr/qui/issues/1287)) ([@&#8203;Barcode-eng](https://github.com/Barcode-eng)) - [`618d945`](https://github.com/autobrr/qui/commit/618d94540dd1e04e48c94841ae11ffa3d678d185): fix(automations): not being able to enter multiple tags in tag action ([#&#8203;1131](https://github.com/autobrr/qui/issues/1131)) ([@&#8203;Winter](https://github.com/Winter)) - [`bffecbd`](https://github.com/autobrr/qui/commit/bffecbd8b16c8a6f069304810ad501559905286f): fix(automations): restore preview API and add loading state ([#&#8203;1194](https://github.com/autobrr/qui/issues/1194)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`9b3975b`](https://github.com/autobrr/qui/commit/9b3975bc3a07a280b2882470caee5f238c87493a): fix(automations): speed up delete hardlink-copy expansion ([#&#8203;1187](https://github.com/autobrr/qui/issues/1187)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`1549bcf`](https://github.com/autobrr/qui/commit/1549bcf7622c13f3e8ef1187afa3432da89bfad5): fix(automations): support qBittorrent global/unlimited limits ([#&#8203;1134](https://github.com/autobrr/qui/issues/1134)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`e31d4aa`](https://github.com/autobrr/qui/commit/e31d4aae2fb291033286bbd80be32883db25cf03): fix(automations): validate local access for hasMissingFiles ([#&#8203;1281](https://github.com/autobrr/qui/issues/1281)) ([@&#8203;jabloink](https://github.com/jabloink)) - [`dba3419`](https://github.com/autobrr/qui/commit/dba3419f12209376903089e5edf4e04863ae32d8): fix(crossseed): allow extra files in size mismatch check ([#&#8203;1149](https://github.com/autobrr/qui/issues/1149)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`f7dced6`](https://github.com/autobrr/qui/commit/f7dced6076ebde0f799bb4dc6d966d78453a1fb2): fix(crossseed): correct match type for episode-from-pack cross-seeding ([#&#8203;1250](https://github.com/autobrr/qui/issues/1250)) ([@&#8203;neelmehta247](https://github.com/neelmehta247)) - [`007d87e`](https://github.com/autobrr/qui/commit/007d87ed3d6993cfdeeb7a197486c5544d06bd8f): fix(crossseed): normalize ampersand to "and" for title matching ([#&#8203;1202](https://github.com/autobrr/qui/issues/1202)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`048c034`](https://github.com/autobrr/qui/commit/048c034ea14d47312c7d884a724e095503db1ac9): fix(crossseed): prevent automation search stalls ([#&#8203;1272](https://github.com/autobrr/qui/issues/1272)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`5c48ccb`](https://github.com/autobrr/qui/commit/5c48ccb38e732b69ba5e45d534139a91f87c6584): fix(crossseed): prevent false cross-seed delete warnings ([#&#8203;1148](https://github.com/autobrr/qui/issues/1148)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`eda0eee`](https://github.com/autobrr/qui/commit/eda0eeee738f671dc689063ad70ad2f79abaae91): fix(crossseed): reduce false negatives for anime matching ([#&#8203;1243](https://github.com/autobrr/qui/issues/1243)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`8b08b87`](https://github.com/autobrr/qui/commit/8b08b87707623ca2b4f1c23efe01bef0dcdf20f6): fix(crossseed): restore reuse matched category option ([#&#8203;1150](https://github.com/autobrr/qui/issues/1150)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`b69682d`](https://github.com/autobrr/qui/commit/b69682de3cde3e677335cfb992c20508e779f7b8): fix(crossseed): support v2 hashes for recheck ([#&#8203;1237](https://github.com/autobrr/qui/issues/1237)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`8fb16c1`](https://github.com/autobrr/qui/commit/8fb16c1c87a62e804c718032cc309831d57cfe03): fix(database): remove noisy stmt cache promotion log ([#&#8203;1307](https://github.com/autobrr/qui/issues/1307)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`c8d068b`](https://github.com/autobrr/qui/commit/c8d068b5a8d5738a8ba2f72dec905f1506a10f2f): fix(docs): correct autobrr integration documentation ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`c6f4a4a`](https://github.com/autobrr/qui/commit/c6f4a4a3099628dafd856700aef0baa9aeaf8bb5): fix(docs): use absolute URLs for extension links ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`48510e9`](https://github.com/autobrr/qui/commit/48510e93ba9305cfeca77811a38630d37efd4125): fix(instances): auth bypass persistence in instance form ([#&#8203;1219](https://github.com/autobrr/qui/issues/1219)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`0b71b46`](https://github.com/autobrr/qui/commit/0b71b46fc04305e0ef67e907fc4db232c8c9908c): fix(makefile): make fmt target only format changed files ([#&#8203;1200](https://github.com/autobrr/qui/issues/1200)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`1f13b0e`](https://github.com/autobrr/qui/commit/1f13b0e23b0f7b8213143e1c184487db8decd659): fix(orphanscan): avoid duplicate inode entries in scans ([#&#8203;1212](https://github.com/autobrr/qui/issues/1212)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`fecfebd`](https://github.com/autobrr/qui/commit/fecfebdeb37e2964bf55bc50048b270996df65ce): fix(orphanscan): gate scans until qBittorrent settled ([#&#8203;1193](https://github.com/autobrr/qui/issues/1193)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`77b2fd6`](https://github.com/autobrr/qui/commit/77b2fd600df78b870ccad17c3016f68b321119ff): fix(orphanscan): ignore .parts files from qBittorrent partial downloads ([#&#8203;1264](https://github.com/autobrr/qui/issues/1264)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`0f7e646`](https://github.com/autobrr/qui/commit/0f7e6465d0915406565bbeb49f0922f68c21beea): fix(orphanscan): ignore OS/NAS/k8s artifacts ([#&#8203;1259](https://github.com/autobrr/qui/issues/1259)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`b55881c`](https://github.com/autobrr/qui/commit/b55881c2bc79a6be9c1bdd983802f9953fdf6374): fix(orphanscan): reduce MaxFilesPerRun and fix accordion chevrons ([#&#8203;1095](https://github.com/autobrr/qui/issues/1095)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`0cb682c`](https://github.com/autobrr/qui/commit/0cb682c9f3d441f54ed56a83713aa3a146fb320f): fix(qbittorrent): force sync+retry in BulkAction ([#&#8203;1097](https://github.com/autobrr/qui/issues/1097)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`aba9b7e`](https://github.com/autobrr/qui/commit/aba9b7e0154c5d6aad471e9ea66798f9a05a06f9): fix(qbittorrent): strip URLs before tracker-down pattern matching ([#&#8203;1224](https://github.com/autobrr/qui/issues/1224)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`a60076f`](https://github.com/autobrr/qui/commit/a60076f1ad5bcffdb902a9ee45fba665fdd7edc6): fix(reflinktree): fall back to FICLONERANGE when FICLONE unsupported ([#&#8203;1221](https://github.com/autobrr/qui/issues/1221)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`d79a0db`](https://github.com/autobrr/qui/commit/d79a0dbb6a9ee4b27bfb3db58a9a50b8993da23e): fix(search): handle magnet redirects from indexer downloads ([#&#8203;1211](https://github.com/autobrr/qui/issues/1211)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`1e920c4`](https://github.com/autobrr/qui/commit/1e920c464c3ccadd19ffb2ec3ee09cf6a1fa1487): fix(sort): truncate `last_activity` to 60s for stability ([#&#8203;1318](https://github.com/autobrr/qui/issues/1318)) ([@&#8203;aulterego](https://github.com/aulterego)) - [`931d720`](https://github.com/autobrr/qui/commit/931d7203b8388f0f75c561693655519a2072e62c): fix(torznab): respect per-indexer caps limits ([#&#8203;1265](https://github.com/autobrr/qui/issues/1265)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`6fe91e8`](https://github.com/autobrr/qui/commit/6fe91e877cb31f9f4cf5f3ccfcb98e79c4c56d85): fix(trackericons): apply failure cooldown on timeouts ([#&#8203;1322](https://github.com/autobrr/qui/issues/1322)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`35a50b5`](https://github.com/autobrr/qui/commit/35a50b52c12acfcc67d0c5e184eeffd2709df35f): fix(web): add max-height to import workflow dialog ([#&#8203;1207](https://github.com/autobrr/qui/issues/1207)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`5bd2706`](https://github.com/autobrr/qui/commit/5bd2706f479e1f8c90780d579ad0288fc03fd7db): fix(web): hide redundant actions dropdown ([#&#8203;1305](https://github.com/autobrr/qui/issues/1305)) ([@&#8203;jabloink](https://github.com/jabloink)) - [`307907f`](https://github.com/autobrr/qui/commit/307907f299f30b5a045abff19524b103b17355e8): fix(web): improve Reannounce In column display ([#&#8203;1320](https://github.com/autobrr/qui/issues/1320)) ([@&#8203;soggy-cr0uton](https://github.com/soggy-cr0uton)) - [`7881bdc`](https://github.com/autobrr/qui/commit/7881bdcd17da625d3d01cf04ef55318938b3a473): fix(web): make Add Instance dialog scrollable on small viewports ([#&#8203;1232](https://github.com/autobrr/qui/issues/1232)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`bec5433`](https://github.com/autobrr/qui/commit/bec54335b7a63f755afa35cf6d3ea0d4da78110d): fix(web): make dialogs scrollable on small viewports ([#&#8203;1233](https://github.com/autobrr/qui/issues/1233)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`0e47b9e`](https://github.com/autobrr/qui/commit/0e47b9e9c35e0f9510fd4db8ff324b38a337090d): fix(web): prevent nested scroll containers on iOS ([#&#8203;1229](https://github.com/autobrr/qui/issues/1229)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`f2f0616`](https://github.com/autobrr/qui/commit/f2f061609641b3ad9d42ccce48aa6caf3019be69): fix(web): redirect already authenticated users to dashboard ([#&#8203;1127](https://github.com/autobrr/qui/issues/1127)) ([@&#8203;burritothief](https://github.com/burritothief)) - [`7a633cf`](https://github.com/autobrr/qui/commit/7a633cf7210c5ceb29e4c4082b09625eb94bbdbe): fix(web): toast message when searching then adding cross-seeds ([#&#8203;1290](https://github.com/autobrr/qui/issues/1290)) ([@&#8203;rybertm](https://github.com/rybertm)) - [`da14100`](https://github.com/autobrr/qui/commit/da141006ef817b1a1056f3d0478b318b2b946615): fix(web): use fixed px for sidebar width instead of rem ([#&#8203;1313](https://github.com/autobrr/qui/issues/1313)) ([@&#8203;soggy-cr0uton](https://github.com/soggy-cr0uton)) ##### Other Changes - [`c93a326`](https://github.com/autobrr/qui/commit/c93a326df57cef8300b5c1ff05b55143ee58da35): chore(deps): bump the golang group across 1 directory with 16 updates ([#&#8203;1261](https://github.com/autobrr/qui/issues/1261)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d3de074`](https://github.com/autobrr/qui/commit/d3de07497fa3e2e29ccd79e2eec01517ee9f3708): chore(docs): clarify tracker pattern necessity in documentation ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`2351097`](https://github.com/autobrr/qui/commit/23510978ea9462a910621b9e827391fe4091abf2): chore(lint): Add Linting workflow to CI ([#&#8203;1270](https://github.com/autobrr/qui/issues/1270)) ([@&#8203;Barcode-eng](https://github.com/Barcode-eng)) - [`e8436e3`](https://github.com/autobrr/qui/commit/e8436e39f9682bbab6fa406be20252ab92255cda): chore(lint): update linting base branch from main to develop ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`e36afc8`](https://github.com/autobrr/qui/commit/e36afc8021b63b368f1a9e84c7524b4f8cfbec7c): chore: add Ko-fi funding and pre-commit config ([#&#8203;1315](https://github.com/autobrr/qui/issues/1315)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`df4375e`](https://github.com/autobrr/qui/commit/df4375e7ce49b259856827dbc9022f1c63d0c4a6): chore: update copyright headers to 2025-2026 ([#&#8203;1303](https://github.com/autobrr/qui/issues/1303)) ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`7a6f2d1`](https://github.com/autobrr/qui/commit/7a6f2d15a6b020f363f2bcb1793e9f131c12bcd3): docs(automations): clarify tag behavior ([#&#8203;1260](https://github.com/autobrr/qui/issues/1260)) ([@&#8203;jabloink](https://github.com/jabloink)) - [`05e2028`](https://github.com/autobrr/qui/commit/05e20287a8fab095670c4ce5aec3ea03c3b677a2): refactor(build): cross platform building ([#&#8203;1060](https://github.com/autobrr/qui/issues/1060)) ([@&#8203;Audionut](https://github.com/Audionut)) - [`6355f4f`](https://github.com/autobrr/qui/commit/6355f4f12601dcdbaa44042002a916614e48da9c): refactor(crosssed): require full recheck for disc based content ([#&#8203;1168](https://github.com/autobrr/qui/issues/1168)) ([@&#8203;Audionut](https://github.com/Audionut)) - [`7466a98`](https://github.com/autobrr/qui/commit/7466a98023aa4ca1e531d47c661e2701fb8dc3cf): refactor(filesmanager): improve logging messages for orphan cleanup process ([@&#8203;s0up4200](https://github.com/s0up4200)) - [`ad90209`](https://github.com/autobrr/qui/commit/ad902091ed7013fecdad108fbcaea1c45aee0d58): refactor(orphan): improve disc based content handling ([#&#8203;1167](https://github.com/autobrr/qui/issues/1167)) ([@&#8203;Audionut](https://github.com/Audionut)) - [`3b85f8a`](https://github.com/autobrr/qui/commit/3b85f8a17f1fe5bf904371f697c8c96ac8d6379e): refactor(web): use TanStack Query for path autocomplete ([#&#8203;1309](https://github.com/autobrr/qui/issues/1309)) ([@&#8203;soggy-cr0uton](https://github.com/soggy-cr0uton)) **Full Changelog**: <https://github.com/autobrr/qui/compare/v1.12.0...v1.13.0> #### Docker images - `docker pull ghcr.io/autobrr/qui:v1.13.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
renovate-bot added the image label 2026-01-27 20:58:08 +00:00
renovate-bot added 1 commit 2026-01-27 20:58:12 +00:00
chore(deps): update ghcr.io/autobrr/qui docker tag to v1.13.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m38s
bcf456de4e
renovate-bot force-pushed renovate/unified-autobrrqui from bcf456de4e to a2d15d03f7 2026-01-27 21:06:41 +00:00 Compare
renovate-bot force-pushed renovate/unified-autobrrqui from a2d15d03f7 to 19ea66f439 2026-01-27 21:34:36 +00:00 Compare
renovate-bot force-pushed renovate/unified-autobrrqui from 19ea66f439 to 84b828611e 2026-01-27 21:47:24 +00:00 Compare
alexlebens merged commit ab4e667c6f into main 2026-01-27 21:58:14 +00:00
alexlebens deleted branch renovate/unified-autobrrqui 2026-01-27 21:58:22 +00:00
Sign in to join this conversation.