LinuxServer Changes:
Use wheel index.
bazarr Changes:
From newest to oldest:
- Added fix for inconsistent movie/tv naming to yavkanet provider 31dcd37
- Fixed zimuku provider to prevent unexpected exception. #1459 8cdd362
- Updated pysubs2 module to support newer SSA files. 09a8335
- Fixed missing subtitles language badge in movies view to show if it's forced or hi. 60353c0
- Added missing authentication on system/status API endpoint. #1467 2428399
- Added setuptools to requirements.txt. It should be already installed in most case but just in case. 0a1ad41
- Added an unsupported warning on startup if using Python 3.9 3b1b67d
- Fixed wanted subtitles searching for ones that should be excluded for search. #1458 8bfcf97
- Added inconsistent tv naming entries to Subssabbz and Subsunacs providers b1654bb
- Fixed Wizdom provider by adding some failsafe to imdb_id logic. #1456 86fb10e
- Fixed movies not getting properly excluded from wanted subtitles search task. ae475f2
- Fixed colors name without the required dash (light and dark ones). #1457 cb623c3
- Fixed subdivx provider when there's a year in series directory name but not on the provider website. #1454 4a78f3b
- Fixed proxy ignore list input that was splitting on dots. #1453 64cf2bc
- Fixed file encoding guessing by extending Arabic, Farsi and Persian language possible encoding. 2b67c5b
- Fixed the Bazarr update process that was preventing moving back to master branch once you've started to use development/nightly. #1331 4e03ec0
- Fix argenteam TypeError and JSONDecodeError 38d2332
- Fixed supersubtitles provider not able to search for Loki series subtitles #1447 81b5700
- Fixed Chinese characters decoding by using gb18030 after big5 5d5a1e8
- Fixed removal of IPv4 and apikey from logs 73691b2
- Fixed token issue with opensubtitles.com 557a061
- Added missing column to movies upgrade query. d0c7c5d
- Implemented database migration function 50d4a7a
- Fixed external subtitles not shown when no languages profile is selected. fd6c959
- Reset window position when backing to previous page 030ca2a
- Improved events sent to browser. b9c27d5
- Upgraded calls to Sonarr API in order to use the new v3 API when available. ee41b78
- Fixed Regielive provider #1438 26e978b
- Fixed Titrari provider #1438 f4df07f
- Fixed an issue with languages filter in history stats. de4ff35
- Fixed scan disk function to not use cached ffprobe result and force a refresh of the cache. #1434 a3d0e1d
- Finish providers migration to subliminal_patch's guess_matches a39a9e8
- Improved subtitles scoring system e86d537
- Fixed subtitles being looking for during a search in loop even if cutoff have been reached during this actual search. #1435 f9997ca
- Fix languages/providers filters issue in history stats c21e501
- Added backend API call for upcoming languages/providers filters fix to history stats. 054d117
- Fixed History stats actions filter values not being properly implemented. db5d37f
- Update half of providers to use subliminal_patch's guess_matches 14d467e
- Fix Sucha provider: AttributeError and wrong matches 5b1f479
- Fixed failed upload #1429 90ba573
- Updated signalrcore module following PR #61 merging. 23ede4e
- Fixed BetaSeries AttributeError exception #1423 cb09f8d
- Added custom language class to make it easier to implement non-standard/regional languages 4ebcd49
- Fixed external subtitles were being filtered by show only desired embedded subtitles settings. d4aed74
- Fixed movies subtitles paths being shown in UI without being mapped. d562faf
- Fixed log viewer showing last line of log two times. 11fb78f
- Fixed series and episodes sync issues when adding and removing series from Sonarr. 727c8f5
- Fixed some queries trowing exception when no existing row were found #1425 8d570fd
- Fixed some incompatible calls with Radarr v4 API 57080ed
- Fix some incompatible calls in URL test button 7687013
- Fixed some incompatible calls with Radarr v4 API e9ef40c
- Disabled SSL verify for Sonarr SignalR feed connection and added Bazarr user agent to both Sonarr and Radarr feeds. b8512cc
- Fixed API call to Radarr since the are removing legacy API from nightly builds. 3468601
- Fixed some other queries to properly exclude episodes/movies. e710488
- Added exclusion in get rootfolder functions for the ones that aren't used by any series/movies. #1413 b2b9795
- Fix a issue that ui will crash when first entering history view 7b9c19d
- Fixed query to add url to get_notifier_providers function 833ecb3
- Fixed more peewee implementation issues. f442d7d
- Fixed database init issue. 9cc00eb
- Fix subtitle badges display issues in some situations 5732828
- Improved Opensubtitles.com provider caching of token 7209bad
- Improved Opensubtitles.com providers bb842b9
- Fixed other issues with peewee 75c003a
- Fixed some issues after peewee implementation d34add9
- Implemented Peewee ORM in replacement of raw SQL queries. 2b9d892
- Added series' episodes sync when required by Sonarr (ex.: episodes monitored status change) 47bb77a
- Tweaked the Radarr SignalR feed keep-alive and reconnection intervals. c8e02e2
- Fixed events storm to UI on SignalR (re)connection with large libraries. bf8c4ca
- Updated SignalRCore to support websocket-client 1.0.0. 2643023
- Fixed the movies not getting synced after a reconnection of Radarr SignalR feed. 1fdad49
- Added argument to disable the socketio events emit process to avoid events storm rendering the UI unresponsive. I still need to use it when calling sync functions from signalr_client.py. 5f99836
- Upgraded websocket-client module to fix Radarr SignalRCore disconnection issues. 70a0f68
- Switched to Gevent scheduler instead of background threaded. dd8072a
- Improved reconnection process for Sonarr SignalR feeds. 44dd478
- Ignore embedded commentary subtitles d6da0ee
- Improved readability of toast progress label, overflow of toast message with ellipsis and removed the toast close button considering the auto-dismiss. cf35f4a
- Added successful completion message to tasks progress toast. 821ff13
- Fixed Radarr SignalR connection started even if Radarr integration isn't enabled. e239562
- Improved how we deal with requirements.txt installation process results. 4ef35c5
- Improved Radarr SignalR feed reconnection process. 84a1c26
- Fix for Bazarr version parsing. ffe8a20
- Handling progress delete event in UI 0031e69
- Added header to toasts and bring back the hide_progress backend function. todo: deal with delete method in frontend. fe0a34a
- Fix some style issues 4bb6e87
- Tweak style of progress notification 38fc3b3
- Add background task notification 678b2f0
- Added progress events to most batch functions. 9d153a1
- Fix an issue that cause subtitles missing in movie page b403744
- Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day. 44c51b2
- Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 72b6ab3