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