From 4fcc8675121902d3152fabdf779be650f267682a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Jan 2026 23:35:03 +0000 Subject: [PATCH] chore(deps): update dependency morpheus65535/bazarr to v1.5.4 (#3462) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [morpheus65535/bazarr](https://github.com/morpheus65535/bazarr) | patch | `1.5.3` → `1.5.4` | --- ### Release Notes
morpheus65535/bazarr (morpheus65535/bazarr) ### [`v1.5.4`](https://github.com/morpheus65535/bazarr/releases/tag/v1.5.4) [Compare Source](https://github.com/morpheus65535/bazarr/compare/v1.5.3...v1.5.4) From newest to oldest: - Added failsafe for announcements in case Statically has issues and we need to fall back to Github. [0e6fc45](https://github.com/morpheus65535/bazarr/commit/0e6fc456d1618f9a2fdbe2223d13112e7b111d4e) - Fixed lingarr connection issue with pt-BR [9cf83bf](https://github.com/morpheus65535/bazarr/commit/9cf83bfdd21705a9fc723e7b2f1b7696605fa853) - Improved some jobs names to better reflect their purpose and scope. [80a1ea3](https://github.com/morpheus65535/bazarr/commit/80a1ea31217671b14690d3d867b452ed09a626d0) - Fixed whisperai audio stream usage to correctly map with language tag. [#​3103](https://github.com/morpheus65535/bazarr/issues/3103) [30d0e64](https://github.com/morpheus65535/bazarr/commit/30d0e648edcb9c3406531eeec4f72bc056a2e516) - Fixed issue while saving external .smi subtitles [4b5f64c](https://github.com/morpheus65535/bazarr/commit/4b5f64c117a4ee34e04f4a3d4760647eedc93837) - Fixed subdl improperly catching error responses and throttling appropriately [30f5301](https://github.com/morpheus65535/bazarr/commit/30f5301426e702827c834f785059440acc233013) - Implemented unique Plex Instance Identification by using Instance Name as defined in Settings --> General [69f7f05](https://github.com/morpheus65535/bazarr/commit/69f7f050dad54a39e481feeb8984c6338f759748) - Fixed Subsource title matching for localized titles [7dcfe6c](https://github.com/morpheus65535/bazarr/commit/7dcfe6c9ae75a53da6d77cb92f37fa4aaae15bc1) - Added optional API authentication for Lingarr [979aa7f](https://github.com/morpheus65535/bazarr/commit/979aa7f021f9b7a9dc5bdeeb21b7997db24f40d4) - Added an option to prevent Sonarr/Radarr synchronization from happening on live connection establishment. [dab16de](https://github.com/morpheus65535/bazarr/commit/dab16de290071bccf0e84d91b33c25fe172830d3) - Improved the performance of episodes synchronization [db67363](https://github.com/morpheus65535/bazarr/commit/db673630953a462c3243a09bcdd168b11f9e66cd) - Improved jobs names in jobs manager to properly reflect the current state of the jobs [5324f3d](https://github.com/morpheus65535/bazarr/commit/5324f3d99bc45bb0cf2fd4e8785d16915a6d55b8) - Added an instance name parameter in General settings [70abad4](https://github.com/morpheus65535/bazarr/commit/70abad4f07faa5cb98dcc9478163239b61c33291) - Fixed an issue with mass edit modal improperly tagging forced and HI for subtitles when sending values to the backend. [feed7f9](https://github.com/morpheus65535/bazarr/commit/feed7f9853f957c1acba6e9e0d62b63087eba5b6) - Improved how the jobs manager deals with SignalR events received from Sonarr and Radarr to prevent spamming it. [d478444](https://github.com/morpheus65535/bazarr/commit/d47844438ce0f0db3e79bcdebd9cff4d19f1bed0) - Added better validation to Plex webhook [7745785](https://github.com/morpheus65535/bazarr/commit/7745785be3f27aed6e5b0db23429bc54361caab5) - Fixed a race condition in jobs manager that would allow multiple jobs from being in running state at the same time. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [52d3185](https://github.com/morpheus65535/bazarr/commit/52d3185c19f8c57dddb483ebf599615205adb3b9) - Added a menu with an item to empty pending, failed or completed jobs queue in jobs manager. [e1b8ad8](https://github.com/morpheus65535/bazarr/commit/e1b8ad88c34b684c45ab4fc8b2db5e947a109acc) - Fixed a bug with root folders writable check on NFS mount by creating and deleting a temporary file instead of relying on os.access(). [#​3086](https://github.com/morpheus65535/bazarr/issues/3086) [317afc1](https://github.com/morpheus65535/bazarr/commit/317afc1f0ba4236a2955fb6abeaac768343913be) - Added emoji characters removal mods. [#​2987](https://github.com/morpheus65535/bazarr/issues/2987) [721a49d](https://github.com/morpheus65535/bazarr/commit/721a49d63db6d149ba792e5b3db02846a71d60d6) - Added Japanese parentheses to the HI removal mods. [#​2987](https://github.com/morpheus65535/bazarr/issues/2987) [3d1420a](https://github.com/morpheus65535/bazarr/commit/3d1420a117d395b4f7eb53279ae5fd2fe29e5b8c) - Added some other scheduled tasks to jobs manager on execution. [a0d50e7](https://github.com/morpheus65535/bazarr/commit/a0d50e778a258f577916946299e7affc30731d86) - Fixed other stuff with jobs manager. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [3cd0116](https://github.com/morpheus65535/bazarr/commit/3cd011663d5fb27e7fa899cfff75353ba053ce63) - Fixed other stuff with jobs manager. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [fa27c7e](https://github.com/morpheus65535/bazarr/commit/fa27c7eb0ad202480502289d45c07a23854e8f6a) - Added Plex multiselect for libraries [e95721b](https://github.com/morpheus65535/bazarr/commit/e95721b8c8c1876d53f69eccdd8e5af53304069b) - Fixed the improperly handled providers exception when searching for subtitles. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [34c70be](https://github.com/morpheus65535/bazarr/commit/34c70be22ad17c4af16a59e8ebea8e66c7f86cb7) - Fixed improperly handled exception when retrieving a video object during subtitle download for unsupported video file extensions. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [b48cf77](https://github.com/morpheus65535/bazarr/commit/b48cf77eda8e281244a9eecb37e34263e3e21bfa) - Added Python 3.9 to the upcoming deprecated version starting with Bazarr 1.6. [9051974](https://github.com/morpheus65535/bazarr/commit/9051974d4c4a8c823cceec898b05426e9dc6cefc) - Fixed embeddedsubtitles provider issue with some subtitles format. [#​3085](https://github.com/morpheus65535/bazarr/issues/3085) [6e911cf](https://github.com/morpheus65535/bazarr/commit/6e911cf97d066ccb2223097966d52fe972dda4ea) - Added a visual indicator to the manual download modal when a subtitles is being downloaded. [#​3082](https://github.com/morpheus65535/bazarr/issues/3082) [18b5d6e](https://github.com/morpheus65535/bazarr/commit/18b5d6ec07d3cff850ace61c91911183c5b48e9e) - Fixed an issue with gemini translator introduced with the new jobs manager. [f69e2a6](https://github.com/morpheus65535/bazarr/commit/f69e2a6f42a246dd128d98e4f8c3f6e30d19292f) - Fixed other issues with the new jobs manager. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [35a0b07](https://github.com/morpheus65535/bazarr/commit/35a0b073293a5c8a2dd6873eb251b8fd38cc5416) - Fixed an issue caused by unwanted missing subtitles searching during Sonarr synchronization. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [4185c93](https://github.com/morpheus65535/bazarr/commit/4185c93798d2340ef8b834362a809d35fb8c91f9) - Fixed the initial scan after the database schema update to prevent locking the jobs queue with a Sonarr sync task. [#​3078](https://github.com/morpheus65535/bazarr/issues/3078) [55be215](https://github.com/morpheus65535/bazarr/commit/55be215bc6cc2b615f2756c7ccde668c44d6b5ba) - Fixed upload subtitles that were blocking the jobs manager when automatic subtitles synchronization was enabled. [#​3077](https://github.com/morpheus65535/bazarr/issues/3077) [61a4889](https://github.com/morpheus65535/bazarr/commit/61a48892d504a1a033d454c0f987d7d3d7ab2f57) - Fixed subtitles getting improperly converted to srt even if `use original format` is enabled in languages profile. [#​3075](https://github.com/morpheus65535/bazarr/issues/3075) [eaf64ac](https://github.com/morpheus65535/bazarr/commit/eaf64ac9aec9e4d7672f640bbb5443c988181301) - Fixed Karagarga to use correct username and password fields for forum login [6dcdeef](https://github.com/morpheus65535/bazarr/commit/6dcdeefabb5305f7fc5cbeee89e44fb9b3ea23ca) - Added absolute episode number to the database to help properly match video to subtitles. It must be implemented in each provider's matching method to benefit from that. [b7aa5a1](https://github.com/morpheus65535/bazarr/commit/b7aa5a17d404a45bc763f7aa0069b25661fdbf35) - Fixed the issue with jobs failing since last nightly in some circumstances. [f0ae7d6](https://github.com/morpheus65535/bazarr/commit/f0ae7d6e913add636d36af30b7c74b511427b63e) - Added a backend jobs management system with a notifications drawer in UI to show the status of jobs. [f5d6721](https://github.com/morpheus65535/bazarr/commit/f5d6721409bd1bf1f5661674a286ba4f21f41dfd) - Fixed avistaz\_network provider when trying to download a zipped movie subtitles file. [#​3065](https://github.com/morpheus65535/bazarr/issues/3065) [70fecb8](https://github.com/morpheus65535/bazarr/commit/70fecb8c531d401a9e98376f67b58e14abc9e271) - Fixed an issue with the subsource.net provider where a null commentary returned causes a parsing error. [#​3064](https://github.com/morpheus65535/bazarr/issues/3064) [36b6ea3](https://github.com/morpheus65535/bazarr/commit/36b6ea3e476e60c406f10c415248dca6ddf67e01) - Fixed titrari.ro provider by adding an automatic search for the "Cautare Avansata" page (Advanced search) [3698d6f](https://github.com/morpheus65535/bazarr/commit/3698d6f07f19da84db97e0c7328b429a4ea578c0) - Added AnimeSub.info provider for Polish anime subtitles [9cc8485](https://github.com/morpheus65535/bazarr/commit/9cc8485a083744f43f63c1e352808a36e5cb6875) - Improved announcements caching by using a CDN provider instead of calling GitHub directly. [#​3057](https://github.com/morpheus65535/bazarr/issues/3057) [d98915d](https://github.com/morpheus65535/bazarr/commit/d98915dfe5b894a698d2e1a7f807dec708c0a123) - Fixed TypeError when logging deleted episodes from Sonarr sync [08a3643](https://github.com/morpheus65535/bazarr/commit/08a3643f0b323738b768e9a4eaf599924602b3f9) - Fixed DeprecationWarning: pkg\_resources is deprecated as an API. [#​3053](https://github.com/morpheus65535/bazarr/issues/3053) [680ead7](https://github.com/morpheus65535/bazarr/commit/680ead76f8cc059a15c381c6eabb4ca1dc397546) - Fixed Hebrew translation failing when using Lingarr. [#​3052](https://github.com/morpheus65535/bazarr/issues/3052) [1d0e054](https://github.com/morpheus65535/bazarr/commit/1d0e0543c8831dfa707e877fb9b707d2c3450fd5) - Added null check for subtitle\_entry while trying to define translation source language. [#​3046](https://github.com/morpheus65535/bazarr/issues/3046) [2af1f0c](https://github.com/morpheus65535/bazarr/commit/2af1f0cda2d5b8e28e698eb1ae3edc9b93a8eff1) - Fixed the Persian language issue with the subsource provider. [#​3050](https://github.com/morpheus65535/bazarr/issues/3050) [debf419](https://github.com/morpheus65535/bazarr/commit/debf419665db13e703b990f9055afad68ec12682) - Improved subsource provider by making each user responsible for getting its own api-key. [8c46e69](https://github.com/morpheus65535/bazarr/commit/8c46e69ba55fa96702add241eecf099bf26cce7c) - Fixed autopulse configurator and added some error messages [d92d048](https://github.com/morpheus65535/bazarr/commit/d92d0484f8bf778eceb0177cfe2516c6078e2a47) - Improved subtitles translation by retrieving source language from the database [baad5eb](https://github.com/morpheus65535/bazarr/commit/baad5ebebcb251503d1823098e3d0c6b1dd7caf8) - Added subsource.net provider [cac3ffa](https://github.com/morpheus65535/bazarr/commit/cac3ffac521b5b5554426715c4f2d0a8674639bb) - Added external webhook for Autopulse [960b6c6](https://github.com/morpheus65535/bazarr/commit/960b6c6a9cde0ee1a3598e7cfb21d4929a73e1f9) - Fixed Plex "Mark movies as recently added after downloading subtitles" error caused by wrong date format [6ddba8a](https://github.com/morpheus65535/bazarr/commit/6ddba8af6021731942c1e77561f5a5442ea4ea3f) - Improved interactive searching modal to show only subtitles matching the languages profile requirements. [7406bdc](https://github.com/morpheus65535/bazarr/commit/7406bdce8232357c06697581af8f2612cc0ab02e) - Added support for specifying Postgres URL explicitly [fa6675e](https://github.com/morpheus65535/bazarr/commit/fa6675e857a35a5f2f7caa9c544a097b62e23207) - Improved opensubtitles.com provider to reduce redirect request on the provider's API server. [b8eb1bb](https://github.com/morpheus65535/bazarr/commit/b8eb1bb82b01d0c03daa1a976085f8f1ea4d7c18) - Fixed SubsRo provider episode number matching [da2f129](https://github.com/morpheus65535/bazarr/commit/da2f12995bf69bccb5f61513e75db9e720b83b68) - Fixed Radarr webhooks issue introduced in 1.5.3. Please review help text in Settings. [5ffc7e0](https://github.com/morpheus65535/bazarr/commit/5ffc7e0fb25026d4e4846deacca191e476e63042) - Improved season guessing from filename when using upload subtitles feature [a57da17](https://github.com/morpheus65535/bazarr/commit/a57da17cc41b53a961d747c1c8bf603fc062040a)
--- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3462 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/bazarr/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/bazarr/Chart.yaml b/clusters/cl01tl/helm/bazarr/Chart.yaml index 693330e84..ac43f0f87 100644 --- a/clusters/cl01tl/helm/bazarr/Chart.yaml +++ b/clusters/cl01tl/helm/bazarr/Chart.yaml @@ -25,4 +25,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/bazarr.png # renovate: datasource=github-releases depName=morpheus65535/bazarr -appVersion: 1.5.3 +appVersion: 1.5.4