Releases: morpheus65535/bazarr
Releases · morpheus65535/bazarr
v0.6.5
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
v0.6.4
From newest to oldest:
- Fixed conversion of basic auth settings to form auth
- Fixed --no-update not taked into account in scheduler.py
- Fixed error in testing process for Sonarr and Radarr
v0.6.3
From newest to oldest:
- Removed Pillow module requirement and included all dependencies
- Added proxy support
- Updated API to include history and wanted for movies
- Added validation for Sonarr and Radarr settings
- Added form login
v0.6.2
From newest to oldest:
- Implement manual searching (A.K.A.: choose the subtitles you want...)
- Fix for default value for minimum score too high
- Fix for a bug where scene name were never used
- Fix for SSL connection to Sonarr and Radarr that wasn't working correctly
- Fix for some error in database creation
- Fix for bad rendering of releases tab in system
v0.6.1
From newest to oldest:
- Improved series notification message
- Implement adaptive searching
- Moved settings from db to config file
v0.6.0
From newest to oldest:
- Added command line argument.
- Code optimization.
- Added option to automatically search for episode and movie that are monitored in Sonarr and Radarr.
- Added dedicated minimum score for episodes and movies.
- Added option to enable basic authentication.
- Added an option to ignore embedded subtitles.
- Added support for Brazilian Portuguese subtitles.
- Updated notification system to support new services.
- Added option to select page size when browsing pages in Bazarr.
- Added better exception logging when calling Sonarr and Radarr.
- Added option to set default values to new series or movies.
- Added armhf and arm64 docker image.
- Refactored update process.
- Added Radarr integration.
- Updated Subliminal to 2.1.0dev
- etc.