chore(deps): update calibrain/shelfmark to v1.1.1 - autoclosed #4119

Closed
renovate-bot wants to merge 1 commits from renovate/unified-calibrainshelfmark into main
Collaborator

This PR contains the following updates:

Package Update Change
calibrain/shelfmark minor v1.0.4v1.1.1
ghcr.io/calibrain/shelfmark minor v1.0.4v1.1.1

Release Notes

calibrain/shelfmark (calibrain/shelfmark)

v1.1.1

Compare Source

New Features
Multi-User Request System (#​615, #​617, #​620)
  • Book request workflow -users can request books with notes; admins review, approve, and fulfil requests
  • Policy-based configuration -set download/request/block policies per content type or per source (e.g. allow direct downloads, set Prowlarr to request-only)
  • Per-user policy overrides for tailored access control
  • New Activity Sidebar -replaces downloads sidebar, combining active downloads with requests; sidebar can now be pinned
  • Request retry support and admin-level request management
OIDC Authentication (#​606, #​612)
  • OIDC login with auto-discovery and group-based admin mapping. Works with all OIDC providers.
  • Auto-provisioning of OIDC users (configurable) and email-based account linking
  • Password fallback when OIDC is enabled to prevent admin lockout
Multi-User Support (#​606, #​612, #​613)
  • User management -create, edit, and delete users with admin/user roles
  • Per-user settings -custom download destinations, BookLore library/path, email recipients, and {User} template variable
  • Per-user download visibility -non-admins only see their own downloads
  • Works with users from all sources (Local, OIDC, reverse proxy, Calibre-web)
Notification Support (#​618)
  • Apprise-based notifications for request events and download completions
  • Supports sending notifications to virtually any service
  • Configurable globally or per user, with full customization of events and notification services
AudiobookBay Release Source (#​619, #​621, #​623)
  • New release source - search ABB directly from the UI
  • Results include title, language, format, bitrate and size
  • Downloads via configured torrent client
  • Configurable hostname, max search pages, and rate limit delay
Email Output Mode (#​603, #​604)
  • Email delivery as an alternative output mode for downloaded books
  • Send books as file attachments using configured SMTP email
  • Email recipient can be configured per-user
Improvements
  • Booklore Bookdrop API destination support as an alternative to specific library selection (#​625)
  • Download path options for all torrent clients (#​625)
  • Add tag support to qBittorrent downloads (#​610)
  • Add threading to file system operations for improved performance (#​602)
  • Enhanced custom scripting -JSON download info, more consistent activation, decoupled from staging (#​591)
  • Hardlink-before-move optimization for file transfers (#​591)
  • New BookLore API file formats (#​591)
  • Improved login cookie naming for reverse proxy compatibility (#​591)
  • Fix Transmission URL parsing (#​591)
  • Fix healthcheck starvation during large file processing (#​591)

v1.1.1 hotfix

  • Pin Flask dependency until session bug introduced in 3.1.3 is fixed

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 these updates 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 | |---|---|---| | [calibrain/shelfmark](https://github.com/calibrain/shelfmark) | minor | `v1.0.4` → `v1.1.1` | | [ghcr.io/calibrain/shelfmark](https://github.com/calibrain/shelfmark) | minor | `v1.0.4` → `v1.1.1` | --- ### Release Notes <details> <summary>calibrain/shelfmark (calibrain/shelfmark)</summary> ### [`v1.1.1`](https://github.com/calibrain/shelfmark/releases/tag/v1.1.1) [Compare Source](https://github.com/calibrain/shelfmark/compare/v1.0.4...v1.1.1) ##### New Features ##### Multi-User Request System ([#&#8203;615](https://github.com/calibrain/shelfmark/issues/615), [#&#8203;617](https://github.com/calibrain/shelfmark/issues/617), [#&#8203;620](https://github.com/calibrain/shelfmark/issues/620)) - **Book request workflow** -users can request books with notes; admins review, approve, and fulfil requests - **Policy-based configuration** -set download/request/block policies per content type or per source (e.g. allow direct downloads, set Prowlarr to request-only) - **Per-user policy overrides** for tailored access control - **New Activity Sidebar** -replaces downloads sidebar, combining active downloads with requests; sidebar can now be pinned - Request retry support and admin-level request management ##### OIDC Authentication ([#&#8203;606](https://github.com/calibrain/shelfmark/issues/606), [#&#8203;612](https://github.com/calibrain/shelfmark/issues/612)) - **OIDC login** with auto-discovery and group-based admin mapping. Works with all OIDC providers. - **Auto-provisioning** of OIDC users (configurable) and email-based account linking - Password fallback when OIDC is enabled to prevent admin lockout ##### Multi-User Support ([#&#8203;606](https://github.com/calibrain/shelfmark/issues/606), [#&#8203;612](https://github.com/calibrain/shelfmark/issues/612), [#&#8203;613](https://github.com/calibrain/shelfmark/issues/613)) - **User management** -create, edit, and delete users with admin/user roles - **Per-user settings** -custom download destinations, BookLore library/path, email recipients, and `{User}` template variable - **Per-user download visibility** -non-admins only see their own downloads - Works with users from all sources (Local, OIDC, reverse proxy, Calibre-web) ##### Notification Support ([#&#8203;618](https://github.com/calibrain/shelfmark/issues/618)) - **Apprise-based notifications** for request events and download completions - Supports sending notifications to virtually any service - Configurable globally or per user, with full customization of events and notification services ##### AudiobookBay Release Source ([#&#8203;619](https://github.com/calibrain/shelfmark/issues/619), [#&#8203;621](https://github.com/calibrain/shelfmark/issues/621), [#&#8203;623](https://github.com/calibrain/shelfmark/issues/623)) - **New release source** - search ABB directly from the UI - Results include title, language, format, bitrate and size - Downloads via configured torrent client - Configurable hostname, max search pages, and rate limit delay ##### Email Output Mode ([#&#8203;603](https://github.com/calibrain/shelfmark/issues/603), [#&#8203;604](https://github.com/calibrain/shelfmark/issues/604)) - **Email delivery** as an alternative output mode for downloaded books - Send books as file attachments using configured SMTP email - Email recipient can be configured per-user ##### Improvements - Booklore Bookdrop API destination support as an alternative to specific library selection ([#&#8203;625](https://github.com/calibrain/shelfmark/issues/625)) - Download path options for all torrent clients ([#&#8203;625](https://github.com/calibrain/shelfmark/issues/625)) - Add tag support to qBittorrent downloads ([#&#8203;610](https://github.com/calibrain/shelfmark/issues/610)) - Add threading to file system operations for improved performance ([#&#8203;602](https://github.com/calibrain/shelfmark/issues/602)) - Enhanced custom scripting -JSON download info, more consistent activation, decoupled from staging ([#&#8203;591](https://github.com/calibrain/shelfmark/issues/591)) - Hardlink-before-move optimization for file transfers ([#&#8203;591](https://github.com/calibrain/shelfmark/issues/591)) - New BookLore API file formats ([#&#8203;591](https://github.com/calibrain/shelfmark/issues/591)) - Improved login cookie naming for reverse proxy compatibility ([#&#8203;591](https://github.com/calibrain/shelfmark/issues/591)) - Fix Transmission URL parsing ([#&#8203;591](https://github.com/calibrain/shelfmark/issues/591)) - Fix healthcheck starvation during large file processing ([#&#8203;591](https://github.com/calibrain/shelfmark/issues/591)) *** **v1.1.1 hotfix** - Pin Flask dependency until session bug introduced in 3.1.3 is fixed </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
renovate-bot added the image label 2026-02-20 12:03:16 +00:00
renovate-bot added 1 commit 2026-02-20 12:03:21 +00:00
chore(deps): update calibrain/shelfmark to v1.1.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 57s
1e75081efa
renovate-bot force-pushed renovate/unified-calibrainshelfmark from 1e75081efa to 0b8094622f 2026-02-20 13:08:21 +00:00 Compare
renovate-bot changed title from chore(deps): update calibrain/shelfmark to v1.1.0 to chore(deps): update calibrain/shelfmark 2026-02-20 14:01:35 +00:00
renovate-bot force-pushed renovate/unified-calibrainshelfmark from 0b8094622f to 82d37adc63 2026-02-20 14:01:36 +00:00 Compare
renovate-bot force-pushed renovate/unified-calibrainshelfmark from 82d37adc63 to d5096e5584 2026-02-20 15:03:16 +00:00 Compare
renovate-bot changed title from chore(deps): update calibrain/shelfmark to chore(deps): update calibrain/shelfmark to v1.1.1 2026-02-20 15:03:17 +00:00
renovate-bot force-pushed renovate/unified-calibrainshelfmark from d5096e5584 to 8f74f1109d 2026-02-20 19:31:49 +00:00 Compare
renovate-bot force-pushed renovate/unified-calibrainshelfmark from 8f74f1109d to 52c3a9b6ce 2026-02-20 19:33:27 +00:00 Compare
renovate-bot force-pushed renovate/unified-calibrainshelfmark from 52c3a9b6ce to 6b74bf0d71 2026-02-20 19:35:19 +00:00 Compare
renovate-bot force-pushed renovate/unified-calibrainshelfmark from 6b74bf0d71 to 614f62c1a4 2026-02-20 19:36:55 +00:00 Compare
renovate-bot force-pushed renovate/unified-calibrainshelfmark from 614f62c1a4 to 539ab06884 2026-02-20 19:38:13 +00:00 Compare
renovate-bot changed title from chore(deps): update calibrain/shelfmark to v1.1.1 to chore(deps): update calibrain/shelfmark to v1.1.1 - autoclosed 2026-02-20 21:17:59 +00:00
renovate-bot closed this pull request 2026-02-20 21:17:59 +00:00
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 38s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.