summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-08-18Fix some visual bugs of the notification centerv0.9.8-beta.3LASER-Yi
2021-08-17Fixed Bazarr not starting if Sonarr or Radarr is unavailable #1506.morpheus65535
2021-08-17Added a settings to ignore ffprobe cache on scheduled disk scan.morpheus65535
2021-08-17Fixed an issue with ffprobe caching. Could be fixing a small part of the ↵morpheus65535
issue in #1502.
2021-08-17Cleanup API EndpointsLASER-Yi
2021-08-17Add pagination support to history pageLASER-Yi
2021-08-16Fixed live episode sync when added in Sonarr v3.v0.9.8-beta.2morpheus65535
2021-08-17no log: Fix issues on new modal systemLASER-Yi
2021-08-17Rewrite modal system using stack, fix some visual bugsLASER-Yi
2021-08-17Add a error page when ui is crashedLASER-Yi
2021-08-16Fix for #1508LASER-Yi
2021-08-16Fix header display issues in mobile deviceLASER-Yi
2021-08-16Bring back text shadow to background tasks progressLASER-Yi
2021-08-16Fix issues in UILASER-Yi
2021-08-16FIx a crash when opening the movie view with some missing subtitlesLiang Yi
2021-08-16Fix some style issuesv0.9.8-beta.1LASER-Yi
2021-08-16Fix display issuesLASER-Yi
2021-08-16Add a new notification center to the UILASER-Yi
2021-08-15no log: Move auth page to special-page folderLASER-Yi
2021-08-14Update Redux Implementation with Redux-Toolkitv0.9.8-beta.0Liang Yi
2021-08-12Fix broken url for titulky.com providerv0.9.7-beta.18v0.9.7Marian Moravcik
2021-08-11Modified Bazarr user-agent to report real versionv0.9.7-beta.17morpheus65535
2021-08-11no log: quick fixmorpheus65535
2021-08-11Added a validation of existing credentials for opensubtitles.com provider.morpheus65535
2021-08-11Fixed empty strings being saved as 'None' in config.ini.morpheus65535
2021-08-10Added some logging to Sonarr/Radarr get_version.v0.9.7-beta.16morpheus65535
2021-08-10no log: Bump @types/react-dom from 16.9.12 to 17.0.9 in /frontend (#1500)v0.9.7-beta.15dependabot[bot]
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.12 to 17.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09Changed the warning when Sonarr SignalR return malformed JSON because of a ↵morpheus65535
permissions issue on its config directory.
2021-08-09Removed the --no-color argument to pip command when installing requirements ↵morpheus65535
as it's not supported by older version of pip.
2021-08-08Removed unused variables in check_releases function.v0.9.7-beta.14morpheus65535
2021-08-08Added some debug logging to the upgrade leftover cleaner.morpheus65535
2021-08-07Removed media.resume from Plex webhook to prevent over usage in specific ↵v0.9.7-beta.13morpheus65535
scenarios.
2021-08-07Fixed issue with upgrade leftover cleanup on Windows.morpheus65535
2021-08-06Fixed issue when trying to remove non-empty directory when cleaning leftover ↵v0.9.7-beta.12morpheus65535
files after upgrade.
2021-08-06Fixed issue with upgrade cleanup routine when installed with Windows Installer.morpheus65535
2021-08-05Added search progress modal when searching for an episode subtitles ↵v0.9.7-beta.11morpheus65535
triggered by Plex webhook.
2021-08-04Improved how Bazarr get Sonarr/Radarr version to use caching and reduce the ↵v0.9.7-beta.10morpheus65535
number of calls made to their respective API.
2021-08-03Added plex webhooks endpoint to API to search for subtitles on media.play ↵v0.9.7-beta.9morpheus65535
and media.resume events.
2021-08-03Added a leftover cleanup function to be run after an upgrade.morpheus65535
2021-08-01Fixed subtitles sync issues when sync debug is enable.v0.9.7-beta.8morpheus65535
2021-08-01Fixed root folders check health functions to use the proper path separator.morpheus65535
2021-07-31Release 0.9.7-beta.7v0.9.7-beta.7github-actions
2021-07-30Added settings to download only featured subtitles for LegendasTVdtcabrerizo
2021-07-28Fixed settings saving not completing properly when the SignalR client didn't ↵v0.9.7-beta.6morpheus65535
start properly. #1474
2021-07-28no log: Remove @types/react-reduxLASER-Yi
2021-07-28Revert "Make wanted tabs update on demand"LASER-Yi
This reverts commit 90db37e04e7f8a21b78d6b7fa8d6fa684ba36fe8.
2021-07-27Make wanted tabs update on demandv0.9.7-beta.5LASER-Yi
2021-07-27no log: Rename fetched to dirty in OrderIdStateLASER-Yi
2021-07-27Update React to version 17dependabot[bot]
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together. Updates `react` from 16.14.0 to 17.0.2 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react) Updates `react-dom` from 16.14.0 to 17.0.2 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react-dom) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-26Added virtualenv detection to better deal with requirements installation.v0.9.7-beta.4morpheus65535