chore(deps): update dependency morpheus65535/bazarr to v1.5.5 #3649

Merged
renovate-bot merged 1 commits from renovate/unified-morpheus65535bazarr into main 2026-02-02 04:13:08 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
morpheus65535/bazarr patch 1.5.41.5.5

Release Notes

morpheus65535/bazarr (morpheus65535/bazarr)

v1.5.5

Compare Source

From newest to oldest:

  • Updated match popup to bring the explanation to the bottom 4224e7d
  • Fixed utf-8 encoding issue when displaying announcements b381a6f
  • Fixed CVE-2024-40348: Use startswith to prevent path traversal e08197b
  • Removed OpenSubtitles.org provider and associated functionality across the codebase. Updated tests and provider references. 726c950
  • Switched announcements source from Statically to jsdelivr.net for improved reliability. b18bdae
  • Excluded podnapisi provider from RetryingSession injection to prevent hammering them with useless requests. #​2531 8f512aa
  • Refactored get_matches in multiple providers to use self.matches instead of local matches for consistency and improved history logging. 41fe783
  • Added retry logic to NapiProjekt provider requests for improved resilience. #​3161 8fd87e5
  • Fixed subtitles uploading formats parameter to subliminal's save_subtitles() in order to validate it's a tuple of strings. #​3156 2d52289
  • Fixed release group matching logic to improve accuracy of matches between video filename and provider release info. #​3153 b25fc93
  • Added history logging for translated subtitles in Gemini translator. #​3150 faa4054
  • Integrated adaptive search logic into missing subtitles checks for movies and episodes. 78960b4
  • Improved thread safety in jobs manager with added locks and refactored job execution logic; optimized NotificationDrawer with debounced actions and menu management changes. #​3127 d913ad7
  • Removed embedded subtitles provider ASS subtitles content modification since this should be properly implemented in subzero mods instead. #​3144 e8ce7e6
  • Improved jobs manager to allow concurrent execution but also reordering and force starting pending jobs. #​3127 fbc2946
  • Fixed Plex webhooks URL to include scheme and host when Bazarr is configured to use a base URL. 004067c
  • Improved opensubtitles.com search parameters. #​3143 20edf25
  • Fixed custom path not taken into account when translating or modding a subtitles file. #​3138 530525c
  • Fixed episodes synchronization with Sonarr v3 4c02e43
  • Fixed failed login attempt IP from being masked in logs. #​3129 03a49fe
  • Added opensubtitles.com option to allow machine translated subtitles in search results. #​3137 3bb6088
  • Fixed long names not being properly displayed in jobs manager. #​3134 a9c87b3
  • Improved subsource to fallback to title search if IMDB returns empty result be9d90a
  • Fixed TimeAgo component in jobs manager to prevent error in browser when the component is not present in DOM anymore because job has been purged from queue. 4ac130a
  • Fixed subtitles searching progress indicator in jobs manager. #​3126 e7dfc8e
  • Fixed whisperai provider audio stream language mapping to prevent selecting improper track as reference 327e7f3
  • Fixed opensubtitles.com release group matching. #​3110 9dddfcb
  • Fixed the background color issue in the jobs manager when using light theme. #​3121 dd68860
  • Improved rootfolder health check to avoid unnecessary disk writes 2f61a68
  • Fixed subsource language conversion exceptions. #​3120 95c2e57
  • Added Subtis.io subtitles provider bd154aa
  • Fixed missing subtitles searching for all the series episodes instead of only added or updated. #​3112 1c2ef34
  • Python 3.13 is now officially supported 5676a36

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 | |---|---|---| | [morpheus65535/bazarr](https://github.com/morpheus65535/bazarr) | patch | `1.5.4` → `1.5.5` | --- ### Release Notes <details> <summary>morpheus65535/bazarr (morpheus65535/bazarr)</summary> ### [`v1.5.5`](https://github.com/morpheus65535/bazarr/releases/tag/v1.5.5) [Compare Source](https://github.com/morpheus65535/bazarr/compare/v1.5.4...v1.5.5-beta.9) From newest to oldest: - Updated match popup to bring the explanation to the bottom [4224e7d](https://github.com/morpheus65535/bazarr/commit/4224e7df1b20c1942bc3f3667c1d7fedfd0cbbcb) - Fixed utf-8 encoding issue when displaying announcements [b381a6f](https://github.com/morpheus65535/bazarr/commit/b381a6fb9a7a6225ed289e12ba64dff0b81a7cb3) - Fixed CVE-2024-40348: Use startswith to prevent path traversal [e08197b](https://github.com/morpheus65535/bazarr/commit/e08197b1f577197a3c85487de0b557bd91d42ac0) - Removed OpenSubtitles.org provider and associated functionality across the codebase. Updated tests and provider references. [726c950](https://github.com/morpheus65535/bazarr/commit/726c950b4ef09b6e90934aac243d800ac572fcf2) - Switched announcements source from Statically to jsdelivr.net for improved reliability. [b18bdae](https://github.com/morpheus65535/bazarr/commit/b18bdae67c963b5bc4f044c2f2a811ba3b63b00c) - Excluded podnapisi provider from `RetryingSession` injection to prevent hammering them with useless requests. [#&#8203;2531](https://github.com/morpheus65535/bazarr/issues/2531) [8f512aa](https://github.com/morpheus65535/bazarr/commit/8f512aa4d7744576731f82abb715fec1dcce1337) - Refactored `get_matches` in multiple providers to use `self.matches` instead of local `matches` for consistency and improved history logging. [41fe783](https://github.com/morpheus65535/bazarr/commit/41fe78354b7a5ef6aa3fc7ec90e38d1baa62b282) - Added retry logic to NapiProjekt provider requests for improved resilience. [#&#8203;3161](https://github.com/morpheus65535/bazarr/issues/3161) [8fd87e5](https://github.com/morpheus65535/bazarr/commit/8fd87e55f133c91e18ca915b66da46132a0ad8c7) - Fixed subtitles uploading formats parameter to subliminal's save\_subtitles() in order to validate it's a tuple of strings. [#&#8203;3156](https://github.com/morpheus65535/bazarr/issues/3156) [2d52289](https://github.com/morpheus65535/bazarr/commit/2d52289aabd33f9147aeea9947794fe9cf492aa8) - Fixed release group matching logic to improve accuracy of matches between video filename and provider release info. [#&#8203;3153](https://github.com/morpheus65535/bazarr/issues/3153) [b25fc93](https://github.com/morpheus65535/bazarr/commit/b25fc9315756097a611a3c8937b63a30b2209e1a) - Added history logging for translated subtitles in Gemini translator. [#&#8203;3150](https://github.com/morpheus65535/bazarr/issues/3150) [faa4054](https://github.com/morpheus65535/bazarr/commit/faa4054b54edf8f0a32bada80646e050d2a9cbd8) - Integrated adaptive search logic into missing subtitles checks for movies and episodes. [78960b4](https://github.com/morpheus65535/bazarr/commit/78960b4667c6936f42246214f3fea38dff8d961e) - Improved thread safety in jobs manager with added locks and refactored job execution logic; optimized NotificationDrawer with debounced actions and menu management changes. [#&#8203;3127](https://github.com/morpheus65535/bazarr/issues/3127) [d913ad7](https://github.com/morpheus65535/bazarr/commit/d913ad70f985719870efd4441f802b09230ccc16) - Removed embedded subtitles provider ASS subtitles content modification since this should be properly implemented in subzero mods instead. [#&#8203;3144](https://github.com/morpheus65535/bazarr/issues/3144) [e8ce7e6](https://github.com/morpheus65535/bazarr/commit/e8ce7e687e5f78e5948f990f55ab6a8a82284e98) - Improved jobs manager to allow concurrent execution but also reordering and force starting pending jobs. [#&#8203;3127](https://github.com/morpheus65535/bazarr/issues/3127) [fbc2946](https://github.com/morpheus65535/bazarr/commit/fbc29460ed2bdfc66158cd944efc34df5c866e54) - Fixed Plex webhooks URL to include scheme and host when Bazarr is configured to use a base URL. [004067c](https://github.com/morpheus65535/bazarr/commit/004067ce781cf51540a1fa95fc9d9cbd18f44f7b) - Improved opensubtitles.com search parameters. [#&#8203;3143](https://github.com/morpheus65535/bazarr/issues/3143) [20edf25](https://github.com/morpheus65535/bazarr/commit/20edf259fca2baea59ddae191f7c3341f38d5fc8) - Fixed custom path not taken into account when translating or modding a subtitles file. [#&#8203;3138](https://github.com/morpheus65535/bazarr/issues/3138) [530525c](https://github.com/morpheus65535/bazarr/commit/530525c9447c7a0a1ad9db50a148b50ef0f6f908) - Fixed episodes synchronization with Sonarr v3 [4c02e43](https://github.com/morpheus65535/bazarr/commit/4c02e430894eab35827ba0f76ce30323f51f8009) - Fixed failed login attempt IP from being masked in logs. [#&#8203;3129](https://github.com/morpheus65535/bazarr/issues/3129) [03a49fe](https://github.com/morpheus65535/bazarr/commit/03a49fe0d57710ca3505f72afdd9dd875664436c) - Added opensubtitles.com option to allow machine translated subtitles in search results. [#&#8203;3137](https://github.com/morpheus65535/bazarr/issues/3137) [3bb6088](https://github.com/morpheus65535/bazarr/commit/3bb608896915b2e5d2ebfa4c48a01d01de8babe7) - Fixed long names not being properly displayed in jobs manager. [#&#8203;3134](https://github.com/morpheus65535/bazarr/issues/3134) [a9c87b3](https://github.com/morpheus65535/bazarr/commit/a9c87b3db8334a6ab52204c9c2b28807f3737d4c) - Improved subsource to fallback to title search if IMDB returns empty result [be9d90a](https://github.com/morpheus65535/bazarr/commit/be9d90ac9477d594453f8399094ea1cb71c9d2e1) - Fixed TimeAgo component in jobs manager to prevent error in browser when the component is not present in DOM anymore because job has been purged from queue. [4ac130a](https://github.com/morpheus65535/bazarr/commit/4ac130ae45ddaa074d701b1e2272f68db29e760c) - Fixed subtitles searching progress indicator in jobs manager. [#&#8203;3126](https://github.com/morpheus65535/bazarr/issues/3126) [e7dfc8e](https://github.com/morpheus65535/bazarr/commit/e7dfc8e6f2d9a22f336e8674f72918dad188ebc3) - Fixed whisperai provider audio stream language mapping to prevent selecting improper track as reference [327e7f3](https://github.com/morpheus65535/bazarr/commit/327e7f366c59675e9245208a8b0f8fef60a67a53) - Fixed opensubtitles.com release group matching. [#&#8203;3110](https://github.com/morpheus65535/bazarr/issues/3110) [9dddfcb](https://github.com/morpheus65535/bazarr/commit/9dddfcb3c0e39b2eb257e78b9f9c38bb00e36e83) - Fixed the background color issue in the jobs manager when using light theme. [#&#8203;3121](https://github.com/morpheus65535/bazarr/issues/3121) [dd68860](https://github.com/morpheus65535/bazarr/commit/dd688604e587617e4361c08e34b410b7e275fca4) - Improved rootfolder health check to avoid unnecessary disk writes [2f61a68](https://github.com/morpheus65535/bazarr/commit/2f61a680088ce261f5df21becc3b9ba16d4bc6c9) - Fixed subsource language conversion exceptions. [#&#8203;3120](https://github.com/morpheus65535/bazarr/issues/3120) [95c2e57](https://github.com/morpheus65535/bazarr/commit/95c2e574867935315ac3d28ce172b0175e891387) - Added Subtis.io subtitles provider [bd154aa](https://github.com/morpheus65535/bazarr/commit/bd154aae672446d86d71114553bb90975fee88da) - Fixed missing subtitles searching for all the series episodes instead of only added or updated. [#&#8203;3112](https://github.com/morpheus65535/bazarr/issues/3112) [1c2ef34](https://github.com/morpheus65535/bazarr/commit/1c2ef348ac79879ba853204649606b52a9ea8cac) - Python 3.13 is now officially supported [5676a36](https://github.com/morpheus65535/bazarr/commit/5676a36a4878120ec65a5b345941bc15868863f5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjIiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
renovate-bot added the automergeimage labels 2026-02-02 04:13:00 +00:00
renovate-bot added 1 commit 2026-02-02 04:13:01 +00:00
chore(deps): update dependency morpheus65535/bazarr to v1.5.5
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
lint-test-helm / lint-helm (pull_request) Successful in 24s
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 35s
2c2e0753e5
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-02-02 04:13:04 +00:00
renovate-bot merged commit 760575b588 into main 2026-02-02 04:13:08 +00:00
renovate-bot deleted branch renovate/unified-morpheus65535bazarr 2026-02-02 04:13:13 +00:00
Sign in to join this conversation.