Skip to content

Releases: morpheus65535/bazarr

v0.6.9.1

06 Dec 03:15
Compare
Choose a tag to compare

From newest to oldest:

  • Fix for error 500 when loading system page and either Sonarr or Radarr integration is disabled.
  • Added some logging when rotating log to include some system info when in debug logging.
  • Fixed an issue with Firefox 63 where the overlay stay there infinitely.

v0.6.9

05 Dec 01:54
Compare
Choose a tag to compare

From newest to oldest:

  • Added more debug logging for the existing subtitles indexing process.
  • Fix to prevent manual search to return None instead of an empty json string.
  • Fix for movies that cannot be imported.
  • Fix for typo in missing language validation
  • Fix for malformed string
  • Removing unused waitress server library
  • Rescan for existing subtitles when an episode or a movie file is updated in Sonarr/Radarr.
  • Fixed small visual bug
  • Fix for #222 that wasn't working for movies.
  • Fix for #225 when langdetect cannot recognize the language.
  • Added UI improvement and multiple tooltips.
  • Added Logout to system tab when login is enabled
  • Added status page and fix for #160

v0.6.8

24 Nov 16:28
Compare
Choose a tag to compare

From newest to oldest:

  • Fix for 404 error when calling Bazarr without a trailing slash
  • Removed the warning about multiple providers slowing down the search process
  • Reworking of logging
  • Fix for LegendasTV not working when doing manual search
  • Fix for sorting of movies (ignoring article)

v0.6.7.1

06 Nov 19:24
Compare
Choose a tag to compare

From newest to oldest:

  • Removing bottle debug mode when not executed in pycharm.
  • Fix for languages issue in settings

v0.6.7

05 Nov 12:13
Compare
Choose a tag to compare

From newest to oldest:

  • Added logging for empty path returned by Radarr
  • Fixed tooltips appearing behind select box in settings
  • Temporary fix for "no content" error. Permanent fix will come with subliminal_patch integration.
  • Fixed multiple format detected in filename (Subliminal exception: 'list' object has no attribute 'lower')
  • Added support for ISO 639-2/B language code
  • Added dynamic provisioning of notification providers
  • Fixed progress bar on series page
  • Added configuration wizard on first run
  • Moved to CherryPy
  • Moved most of python file to a subdirectory
  • Added a daemon to be able to restart Bazarr
  • Added more logging in subtitles download process

v0.6.6.3

15 Oct 01:43
Compare
Choose a tag to compare

From newest to oldest:

  • Fix for missing scroll or zoom on mobile browser
  • Fix for Brazilian Portuguese unknow language error
  • Fix for save_subtitles that return empty list some time

v0.6.6.2

12 Oct 01:25
Compare
Choose a tag to compare

From newest to oldest:

Fix for 0.6.6.1 that was still causing issues with automatic download of subtitles.

v0.6.6.1

11 Oct 02:44
Compare
Choose a tag to compare

From newest to oldest:

  • Fix for 0.6.6 that was causing issues with automatic download of subtitles.

v0.6.6

09 Oct 20:46
Compare
Choose a tag to compare

From newest to oldest:

  • Refactoring of automatic and manual searching to ensure better match and consistent results.
  • Moving back to GuessIt 2.1.4 from 3.0.0 that is causing too much bugs.
  • Minor bug fix in config.ini file creation and reading.
  • Refactory of history logging to ensure better stability in case of exception.
  • Fixed an issue where movies removed from Radarr weren't removed from Bazarr.

v0.6.5

01 Oct 01:06
Compare
Choose a tag to compare

From newest to oldest:

  • Fix for unique constraint in DB since synchronization process improvement
  • Fix error in Subliminal when saving subtitles
  • Fix for base_url not ending with a slash
  • Fix for DeprecationWarning
  • Fix for UI bug where search result appear behind the rest of the page
  • Fix for POB when doing a manual search
  • Fix for UI bug in history statistics
  • Fix for bad monitored status
  • Fix for scheduler
  • Major improvement to Sonarr and Radarr synchronization process
  • Fix for text in search bar always referring to series
  • Fix for movie returned by Radarr that do not have a movieFile key
  • Fix for providers authentication configuration not used
  • Fix for authentication when switching from basic to form login