Skip to content

Releases: linuxserver/docker-bazarr

v1.3.0-ls216

21 Sep 08:25
Compare
Choose a tag to compare

LinuxServer Changes:

Install unrar from linuxserver repo.

bazarr Changes:

From newest to oldest:

  • EmbeddedSubtitles provider: improve cache management (Fix #2241)
  • Update providers exception info format ceb947d
  • Fixed IndexError in provider throttling function b736f26
  • Add more info to exceptions 9cf2124
  • Added analytics tracking of throttled providers 3694254
  • Prevent subtitles not having a proper matches attribute from raising a TypeError exception. #2243 85d300f
  • Added more feedback to UI on automatic and interactive search issues. fbe6b76
  • Modified default value for adaptive searching (now enabled) and improved description in settings 296d497
  • Fixed minimal value for time offset input field 1489926
  • Fixed improper http status code returned that prevented proper cache management on browser side. 77283e4
  • Improved responses marshalling to better deal with error messages sent to frontend. 8895dd6
  • Improve manual search modal. Change cache behavior of manual search api to no cache 714c464
  • Improved UI feedback on multiple search, download and upload issues. #2235 995ae1b
  • Fixed opensubtitles.com token from being added to debug log in login response 162dbc0
  • Improved debug logging of login attempts to opensubtitles.com provider. 1bdad91
  • Fix some minor issues in the Notification modal 53951a5
  • Fixed issue while saving notifications settings 42ae3af
  • Added timeout for call to get announcements from Github 6a9f914
  • Improved supersubtitles to detect properly forced subtitles. #2226 71f17a2
  • Fixed bug introduced in v1.2.1 with analytics settings not being taken into account. 5f509cd
  • Fixed yavka.net subtitles search since they've modified the website. #2225 cce1be4
  • Fixed Radarr SignalR deleted movie event being dropped for missing metadata in payload. #2219 073f3a2
  • Fixed issue with Python deprecation warning. #2218 f58d1a9
  • Removed sensitive information from opensubtitles.com debug logging. 7e211f6
  • Added upcoming Python 3.7 deprecation announcement. d284e62
  • Fixed history views when upgrade subtitles is disabled. #2210 6000a88
  • Fixed translation issue for episodes subtitles. #2214 fa42346
  • Fixed removal of rowid column while preventing the lost of history or blacklist data. e0e5dae
  • Fixed download notifications not being sent properly. 164dc95
  • Fixed missing table during migration of a new database. 26f6fcb
  • Fixed table deletion issue with PostgreSQL. 479f11f
  • Fixed issue with unused rowid columns and removed custom score profiles tables as they aren't used anymore. 6bc46fe
  • Fixed issue with missing migrations directory in release asset. 6f03758
  • Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. bccded2
  • Improved logging of failed attempt to authenticate to UI. Successful basic authentication attempt cannot be logged right now. 486d2f9
  • Embedded subtitles: fix #2195
  • Improved external subtitles file encoding guessing to ignore those who can't be guessed properly. a7562e0

development-v1.3.1-beta.3-ls539

23 Sep 06:39
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Install unrar from linuxserver repo.

bazarr Changes:

From newest to oldest:

  • Fixed latest migration that cleared history for sqlite users. 0ddadb2

development-v1.3.1-beta.2-ls539

22 Sep 06:42
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Install unrar from linuxserver repo.

bazarr Changes:

From newest to oldest:

  • Added error logging when trying to determine malformed audio track languages. #2250 81159a0
  • Added logging for opensubtitles.com 400 error. #2232 e7703ca

development-v1.3.1-beta.1-ls539

21 Sep 06:44
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Install unrar from linuxserver repo.

bazarr Changes:

From newest to oldest:

  • Fixed Postgres issues while creating new database with v1.3.0. #2249 e2d0647

development-v1.3.1-beta.0-ls538

20 Sep 09:15
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Install unrar from linuxserver repo.

bazarr Changes:

From newest to oldest:

  • Subdivx provider: improve movies matches

v1.3.0-ls215

19 Sep 21:33
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

bazarr Changes:

From newest to oldest:

  • EmbeddedSubtitles provider: improve cache management (Fix #2241)
  • Update providers exception info format ceb947d
  • Fixed IndexError in provider throttling function b736f26
  • Add more info to exceptions 9cf2124
  • Added analytics tracking of throttled providers 3694254
  • Prevent subtitles not having a proper matches attribute from raising a TypeError exception. #2243 85d300f
  • Added more feedback to UI on automatic and interactive search issues. fbe6b76
  • Modified default value for adaptive searching (now enabled) and improved description in settings 296d497
  • Fixed minimal value for time offset input field 1489926
  • Fixed improper http status code returned that prevented proper cache management on browser side. 77283e4
  • Improved responses marshalling to better deal with error messages sent to frontend. 8895dd6
  • Improve manual search modal. Change cache behavior of manual search api to no cache 714c464
  • Improved UI feedback on multiple search, download and upload issues. #2235 995ae1b
  • Fixed opensubtitles.com token from being added to debug log in login response 162dbc0
  • Improved debug logging of login attempts to opensubtitles.com provider. 1bdad91
  • Fix some minor issues in the Notification modal 53951a5
  • Fixed issue while saving notifications settings 42ae3af
  • Added timeout for call to get announcements from Github 6a9f914
  • Improved supersubtitles to detect properly forced subtitles. #2226 71f17a2
  • Fixed bug introduced in v1.2.1 with analytics settings not being taken into account. 5f509cd
  • Fixed yavka.net subtitles search since they've modified the website. #2225 cce1be4
  • Fixed Radarr SignalR deleted movie event being dropped for missing metadata in payload. #2219 073f3a2
  • Fixed issue with Python deprecation warning. #2218 f58d1a9
  • Removed sensitive information from opensubtitles.com debug logging. 7e211f6
  • Added upcoming Python 3.7 deprecation announcement. d284e62
  • Fixed history views when upgrade subtitles is disabled. #2210 6000a88
  • Fixed translation issue for episodes subtitles. #2214 fa42346
  • Fixed removal of rowid column while preventing the lost of history or blacklist data. e0e5dae
  • Fixed download notifications not being sent properly. 164dc95
  • Fixed missing table during migration of a new database. 26f6fcb
  • Fixed table deletion issue with PostgreSQL. 479f11f
  • Fixed issue with unused rowid columns and removed custom score profiles tables as they aren't used anymore. 6bc46fe
  • Fixed issue with missing migrations directory in release asset. 6f03758
  • Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. bccded2
  • Improved logging of failed attempt to authenticate to UI. Successful basic authentication attempt cannot be logged right now. 486d2f9
  • Embedded subtitles: fix #2195
  • Improved external subtitles file encoding guessing to ignore those who can't be guessed properly. a7562e0

development-v1.3.1-beta.0-ls537

19 Sep 17:43
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Bump unrar to 6.2.10.

bazarr Changes:

From newest to oldest:

  • Subdivx provider: improve movies matches

v1.3.0-ls214

16 Sep 03:40
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.18.

bazarr Changes:

From newest to oldest:

  • EmbeddedSubtitles provider: improve cache management (Fix #2241)
  • Update providers exception info format ceb947d
  • Fixed IndexError in provider throttling function b736f26
  • Add more info to exceptions 9cf2124
  • Added analytics tracking of throttled providers 3694254
  • Prevent subtitles not having a proper matches attribute from raising a TypeError exception. #2243 85d300f
  • Added more feedback to UI on automatic and interactive search issues. fbe6b76
  • Modified default value for adaptive searching (now enabled) and improved description in settings 296d497
  • Fixed minimal value for time offset input field 1489926
  • Fixed improper http status code returned that prevented proper cache management on browser side. 77283e4
  • Improved responses marshalling to better deal with error messages sent to frontend. 8895dd6
  • Improve manual search modal. Change cache behavior of manual search api to no cache 714c464
  • Improved UI feedback on multiple search, download and upload issues. #2235 995ae1b
  • Fixed opensubtitles.com token from being added to debug log in login response 162dbc0
  • Improved debug logging of login attempts to opensubtitles.com provider. 1bdad91
  • Fix some minor issues in the Notification modal 53951a5
  • Fixed issue while saving notifications settings 42ae3af
  • Added timeout for call to get announcements from Github 6a9f914
  • Improved supersubtitles to detect properly forced subtitles. #2226 71f17a2
  • Fixed bug introduced in v1.2.1 with analytics settings not being taken into account. 5f509cd
  • Fixed yavka.net subtitles search since they've modified the website. #2225 cce1be4
  • Fixed Radarr SignalR deleted movie event being dropped for missing metadata in payload. #2219 073f3a2
  • Fixed issue with Python deprecation warning. #2218 f58d1a9
  • Removed sensitive information from opensubtitles.com debug logging. 7e211f6
  • Added upcoming Python 3.7 deprecation announcement. d284e62
  • Fixed history views when upgrade subtitles is disabled. #2210 6000a88
  • Fixed translation issue for episodes subtitles. #2214 fa42346
  • Fixed removal of rowid column while preventing the lost of history or blacklist data. e0e5dae
  • Fixed download notifications not being sent properly. 164dc95
  • Fixed missing table during migration of a new database. 26f6fcb
  • Fixed table deletion issue with PostgreSQL. 479f11f
  • Fixed issue with unused rowid columns and removed custom score profiles tables as they aren't used anymore. 6bc46fe
  • Fixed issue with missing migrations directory in release asset. 6f03758
  • Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. bccded2
  • Improved logging of failed attempt to authenticate to UI. Successful basic authentication attempt cannot be logged right now. 486d2f9
  • Embedded subtitles: fix #2195
  • Improved external subtitles file encoding guessing to ignore those who can't be guessed properly. a7562e0

development-v1.3.0-ls536

16 Sep 03:41
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Bump unrar to 6.2.10.

bazarr Changes:

From newest to oldest:

  • EmbeddedSubtitles provider: improve cache management (Fix #2241)
  • Update providers exception info format ceb947d
  • Fixed IndexError in provider throttling function b736f26
  • Add more info to exceptions 9cf2124
  • Added analytics tracking of throttled providers 3694254
  • Prevent subtitles not having a proper matches attribute from raising a TypeError exception. #2243 85d300f
  • Added more feedback to UI on automatic and interactive search issues. fbe6b76
  • Modified default value for adaptive searching (now enabled) and improved description in settings 296d497
  • Fixed minimal value for time offset input field 1489926
  • Fixed improper http status code returned that prevented proper cache management on browser side. 77283e4
  • Improved responses marshalling to better deal with error messages sent to frontend. 8895dd6
  • Improve manual search modal. Change cache behavior of manual search api to no cache 714c464
  • Improved UI feedback on multiple search, download and upload issues. #2235 995ae1b
  • Fixed opensubtitles.com token from being added to debug log in login response 162dbc0
  • Improved debug logging of login attempts to opensubtitles.com provider. 1bdad91
  • Fix some minor issues in the Notification modal 53951a5
  • Fixed issue while saving notifications settings 42ae3af
  • Added timeout for call to get announcements from Github 6a9f914
  • Improved supersubtitles to detect properly forced subtitles. #2226 71f17a2
  • Fixed bug introduced in v1.2.1 with analytics settings not being taken into account. 5f509cd
  • Fixed yavka.net subtitles search since they've modified the website. #2225 cce1be4
  • Fixed Radarr SignalR deleted movie event being dropped for missing metadata in payload. #2219 073f3a2
  • Fixed issue with Python deprecation warning. #2218 f58d1a9
  • Removed sensitive information from opensubtitles.com debug logging. 7e211f6
  • Added upcoming Python 3.7 deprecation announcement. d284e62
  • Fixed history views when upgrade subtitles is disabled. #2210 6000a88
  • Fixed translation issue for episodes subtitles. #2214 fa42346
  • Fixed removal of rowid column while preventing the lost of history or blacklist data. e0e5dae
  • Fixed download notifications not being sent properly. 164dc95
  • Fixed missing table during migration of a new database. 26f6fcb
  • Fixed table deletion issue with PostgreSQL. 479f11f
  • Fixed issue with unused rowid columns and removed custom score profiles tables as they aren't used anymore. 6bc46fe
  • Fixed issue with missing migrations directory in release asset. 6f03758
  • Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. bccded2
  • Improved logging of failed attempt to authenticate to UI. Successful basic authentication attempt cannot be logged right now. 486d2f9
  • Embedded subtitles: fix #2195
  • Improved external subtitles file encoding guessing to ignore those who can't be guessed properly. a7562e0

development-v1.2.5-beta.26-ls535

15 Sep 10:47
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Bump unrar to 6.2.10.

bazarr Changes:

From newest to oldest:

  • EmbeddedSubtitles provider: improve cache management (Fix #2241)