Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-24 | Merge remote-tracking branch 'origin/development' into developmentv1.0.2-beta.12 | morpheus65535 | |
2021-12-24 | Refactored adaptive searching and made it configurable | morpheus65535 | |
2021-12-23 | Fix Addic7ed provider: handle language errors, avoid guessit exception and ↵v1.0.2-beta.11 | Vitiko | |
match version for movies | |||
2021-12-23 | Fix Addic7ed provider TypeError | Vitiko | |
2021-12-23 | Update embeddedsubtitles provider: use original_path instead of name | Vitiko | |
2021-12-23 | Update version.txt | Vitiko | |
2021-12-19 | Fixed issues with release_info for some providers. #1644v1.0.2-beta.10 | morpheus65535 | |
2021-12-18 | Merge remote-tracking branch 'origin/development' into developmentv1.0.2-beta.9 | morpheus65535 | |
2021-12-18 | Improved providers throttling and prevent hammering providers by updating ↵ | morpheus65535 | |
throttled providers on each iteration of the loop. | |||
2021-12-18 | Added vip and daily download limit to addic7ed and try to slow down a little ↵ | morpheus65535 | |
to prevent being ip blocked by the provider. | |||
2021-12-18 | Fix #1642 | LASER-Yi | |
2021-12-16 | Fixed exception when creating a new languages profile. | morpheus65535 | |
2021-12-14 | Embedded Subtitles Provider: rebuild language if forcedv1.0.2-beta.8 | Vitiko | |
2021-12-14 | Update Embedded Subtitles provider: add forced and ass-only support | Vitiko | |
2021-12-13 | Merge remote-tracking branch 'origin/development' into developmentv1.0.2-beta.7 | morpheus65535 | |
2021-12-13 | no log: fixed small indentation issue. | morpheus65535 | |
2021-12-13 | no log: Bump pretty-quick from 3.1.1 to 3.1.2 in /frontend (#1641) | dependabot[bot] | |
Bumps [pretty-quick](https://github.com/azz/pretty-quick) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/azz/pretty-quick/releases) - [Commits](https://github.com/azz/pretty-quick/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: pretty-quick 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> | |||
2021-12-13 | Add Embedded Subtitles provider | Vitiko | |
2021-12-13 | Add fese module for embedded subtitles | Vitiko | |
2021-12-13 | Add default attribute to Subtitle | Vitiko | |
2021-12-11 | no log: Remove unused packagesv1.0.2-beta.6 | LASER-Yi | |
2021-12-11 | Implemented words/regex ban list for subtitles | morpheus65535 | |
2021-12-11 | no log: Fix compile errors | LASER-Yi | |
2021-12-09 | no log: Try to fix some issues with chip component | LASER-Yi | |
2021-12-09 | no log: Add value property to the chip component | LASER-Yi | |
2021-12-06 | Fixed throttled providers badges in UI throwing exception. #1631v1.0.2-beta.5 | morpheus65535 | |
2021-12-05 | Fix hash score in manual searchv1.0.2-beta.4 | Vitiko | |
2021-12-03 | Cleaned up and split API to make it easier to maintain.v1.0.2-beta.3 | morpheus65535 | |
2021-12-02 | no log: fixed bad import and added event to update tasks frequency. | morpheus65535 | |
2021-12-01 | Updated Apprise notification module to the latest providers.v1.0.2-beta.2 | morpheus65535 | |
2021-12-01 | Upgraded some embedded dependencies to be ready for Python 3.10. This ↵ | morpheus65535 | |
doesn't mean that it's fully supported right now. | |||
2021-11-30 | Added support for upcoming Sonarr v4.v1.0.2-beta.1 | morpheus65535 | |
2021-11-30 | Fixed missing poster or fanart url from raising an exception when rendering UI. | morpheus65535 | |
2021-11-30 | Fix Hosszupuska provider not returning results | Vitiko | |
2021-11-30 | no log: Bump @types/react-dom from 17.0.9 to 17.0.11 in /frontend (#1626) | dependabot[bot] | |
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.9 to 17.0.11. - [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: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> | |||
2021-11-30 | no log: Bump socket.io-client from 4.1.3 to 4.4.0 in /frontend (#1612) | dependabot[bot] | |
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.1.3 to 4.4.0. - [Release notes](https://github.com/socketio/socket.io-client/releases) - [Changelog](https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-client/compare/4.1.3...4.4.0) --- updated-dependencies: - dependency-name: socket.io-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2021-11-30 | Update bad import (dev environment issue) | Vitiko | |
2021-11-30 | Update tests | Vitiko | |
Assrt provider tests were removed as they are not compatible with the latest "subliminal_patch" updates. For convenience, I've added a test submodule called "subliminal_patch" where we can test providers separately. | |||
2021-11-30 | Argenteam provider: fix decoding error | Vitiko | |
2021-11-30 | Avoid breaking function with optional keyword parameter | Vitiko | |
2021-11-30 | Fixed addic7ed provider that wasn't able to find all shows. #1619 | morpheus65535 | |
2021-11-29 | Upgraded engine.io module to improve socket.io connection stability. Should ↵v1.0.2-beta.0 | morpheus65535 | |
help to prevent #1613. | |||
2021-11-29 | Merge remote-tracking branch 'origin/development' into development | morpheus65535 | |
2021-11-29 | Improved sanitize function to replace apostrophe and backticks | Bruno Maia | |
2021-11-29 | Updated deep-translator module and made some fix to support translation to ↵ | morpheus65535 | |
Chinese. There's still a bug in this module that prevent it but one it's fixed, it should be fine. | |||
2021-11-29 | Fixed config directory being deleted during upgrade leftover removal routine. | morpheus65535 | |
2021-11-28 | Fixed automatic subtitles synchronization that shouldn't be triggered on ↵ | morpheus65535 | |
forced subtitles. | |||
2021-11-14 | Improved Titulky providerv1.0.1-beta.14v1.0.1 | Samuel Bartík | |
2021-11-13 | Fix for #1592v1.0.1-beta.13 | LASER-Yi | |
2021-11-09 | Fixed issue with non-existent episode or movie when indexing embedded ↵v1.0.1-beta.12 | morpheus65535 | |
subtitles. #1606 |