Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-10 | Fixed issue with subssabbz provider comparing None with int.v1.4.3-beta.35 | morpheus65535 | |
2024-05-10 | Fixed issue with subsunacs provider comparing None with int. | morpheus65535 | |
2024-05-09 | no log: removing leftover subscene remnantsv1.4.3-beta.34 | morpheus65535 | |
2024-05-09 | Removed closed subscene provider | morpheus65535 | |
2024-05-08 | Merge remote-tracking branch 'origin/development' into developmentv1.4.3-beta.33 | morpheus65535 | |
2024-05-08 | Removed dependency over moment library | Anderson Shindy Oki | |
* feat: remove moment dependency * refactor * add tests * small format * rename argument | |||
2024-05-08 | Removed dependency over moment | Anderson Shindy Oki | |
* feat: remove moment dependency * refactor * add tests * small format * rename argument | |||
2024-05-08 | Merge remote-tracking branch 'origin/development' into development | morpheus65535 | |
2024-05-08 | Fixed db migrations dropping tables content because of ForeignKey ↵ | morpheus65535 | |
constraints. #2489 | |||
2024-05-07 | no log: Fix husky installation (#2488) | Anderson Shindy Oki | |
2024-05-06 | Merge remote-tracking branch 'origin/development' into developmentv1.4.3-beta.32 | morpheus65535 | |
2024-05-06 | Added a database migration to get past the issues with incomplete ↵ | morpheus65535 | |
table_languages_profiles. ##2485 | |||
2024-05-06 | no log: Bump recharts from 2.12.4 to 2.12.6 in /frontend (#2487) | dependabot[bot] | |
Bumps [recharts](https://github.com/recharts/recharts) from 2.12.4 to 2.12.6. - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v2.12.4...v2.12.6) --- updated-dependencies: - dependency-name: recharts dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2024-05-04 | Added animetosho release infov1.4.3-beta.31 | Anderson Shindy Oki | |
2024-05-02 | no log: pep8 fixesv1.4.3-beta.30 | morpheus65535 | |
2024-05-02 | Fixed HI subtitles identification when downloading and improved some ↵ | morpheus65535 | |
constants. #2386 | |||
2024-05-02 | Fixed embedded ASS subtitles writing encoding error | JayZed | |
For a couple of files, I had UnicodeEncodeErrors raised when writing out a file it had successfully read in. In my case, the output file was truncated to 1 KB. | |||
2024-05-01 | Added timeout to update check API callv1.4.3-beta.29 | Wim de With | |
2024-04-30 | Fixed Animetosho provider error for tv showsv1.4.3-beta.28 | Anderson Shindy Oki | |
* chore: Skip anime * wip | |||
2024-04-29 | no log: Bump @testing-library/react from 14.3.0 to 15.0.5 in /frontend (#2478)v1.4.3-beta.27 | dependabot[bot] | |
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.0 to 15.0.5. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v14.3.0...v15.0.5) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development 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> | |||
2024-04-29 | Improved whisper provider to not throttle when unsupported audio language is ↵ | JayZed | |
encountered. #2474 As we have noted before, bad input data should be no reason to throttle a provider. In this case, if the input language was not supported by whisper, we were raising a ValueError that was never caught and causing an error in the whisper provider for which it was throttled. Instead, we are now detecting this case and logging an error message. However, given that the input language was not one of the 99 currently known to whisper, it's probably a mislabeled audio track. If the user desired output language is English, then we will tell whisper that the input audio is also English and ask it to transcribe it. Whisper does a very good job of transcribing almost anything to English, so it's worth a try. This should address the throttling in issue #2474. | |||
2024-04-29 | no log: fixed tasks view when running in dev environment (--no-tasks). | morpheus65535 | |
2024-04-24 | Improved cutoff options label. #2466v1.4.3-beta.26 | Anderson Shindy Oki | |
2024-04-24 | no log: Fix anidb enrichment return type (#2472) | Anderson Shindy Oki | |
2024-04-24 | Fixed animetosho provider empty subtitle name. #2468 | Anderson Shindy Oki | |
2024-04-24 | Fixed SyntaxWarning with Python 3.12. #2462 | morpheus65535 | |
2024-04-23 | Embedded Subtitles provider: handle FileNotFoundErrorv1.4.3-beta.25 | Vitiko | |
2024-04-21 | Fixed Anidb refinement for not anime episodes. #2463v1.4.3-beta.24 | Anderson Shindy Oki | |
2024-04-21 | Added minimal Python 3.12 compatibility. Not yet official support. | morpheus65535 | |
2024-04-20 | Merge remote-tracking branch 'origin/development' into developmentv1.4.3-beta.23 | morpheus65535 | |
2024-04-20 | no log: pep8 fix | morpheus65535 | |
2024-04-20 | Additional fix for restart process. #2456 | morpheus65535 | |
2024-04-20 | no log: add dependabot groups (#2461) | Anderson Shindy Oki | |
2024-04-19 | Added additional languages to animetosho providerv1.4.3-beta.22 | Anderson Shindy Oki | |
2024-04-18 | Fixed upgrade process to properly upgrade bazarr.py when it's updated. #2456v1.4.3-beta.21 | morpheus65535 | |
2024-04-18 | no log: add AvistaZ and CinemaZ to supported providers list in readme | Hlib | |
2024-04-16 | no log: table overflow wrapper specific to upload modal (#2459)v1.4.3-beta.20 | Anderson Shindy Oki | |
* fix: table overflow wrapper specific to upload modal * chore: apply prettier | |||
2024-04-16 | no log: add animetosho provider anidb integration required message (#2457) | Anderson Shindy Oki | |
* chore: add animetosho provider anidb intergration required message * chore: cs | |||
2024-04-16 | Fixed mass editor returning a 413 error with a large series/movies set. | morpheus65535 | |
2024-04-16 | Fixed Swagger UI broken since last libraries update (1.4.3-beta) | morpheus65535 | |
2024-04-15 | Fixed subtitle toolbox overlapv1.4.3-beta.19 | Anderson Shindy Oki | |
2024-04-15 | Updated apprise to version 1.7.6 | morpheus65535 | |
2024-04-15 | Fixed manual upload table long names without spacing. #2448 | Anderson Shindy Oki | |
2024-04-15 | Merge remote-tracking branch 'origin/development' into development | morpheus65535 | |
2024-04-15 | Fixed the upgrade subtitles loop when languages profile is set to normal or ↵ | morpheus65535 | |
HI. We now delete the previous subtitles just before saving the new one. | |||
2024-04-14 | Added animetosho providerv1.4.3-beta.18 | Anderson Shindy Oki | |
2024-04-10 | Improved best subtitles logging when score is below minimum score.v1.4.3-beta.17 | morpheus65535 | |
2024-04-09 | Upgraded some frontend dependenciesv1.4.3-beta.16 | morpheus65535 | |
2024-04-08 | Merge remote-tracking branch 'origin/development' into development | morpheus65535 | |
2024-04-08 | no log: revert Bump @fortawesome/free-regular-svg-icons in /frontend ↵ | morpheus65535 | |
(#2446)" (#2447) This reverts commit d91b2764966facd5ed4243007aab0634cfdbb911. |