Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-24 | Added Sync Optimization for Movies, Series and Episodes to ignore ↵v1.4.1-beta.18 | JayZed | |
unmonitored items | |||
2024-01-23 | Fixed improper passing of hi and forced flags when searching a subtitles ↵ | JayZed | |
manually. #2350 | |||
2024-01-12 | Removed aRGENTeaM provider that have been recently closed. #2352 | morpheus65535 | |
2024-01-10 | Improved subtitles synchronisation settings and added a manual sync modalv1.4.1-beta.14 | morpheus65535 | |
2024-01-08 | no log: multiple cosmetic providers fixes | JayZed | |
* Made modal dialog slightly wider Made modal dialog slightly wider to avoid annoying horizontal scrolling. * Updated and sorted provider list - added and removed providers as appropriate - updated descriptions - added newlines to long descriptions to make them fit better in modal dialog without horizontal scrolling - sorted list in place as this list is exposed verbatim in UI | |||
2024-01-05 | Added additional variables for custom post processingv1.4.1-beta.13 | JayZed | |
2024-01-05 | Fixed some Whisper issues and added logging level selector for this specific ↵ | JayZed | |
provider | |||
2023-12-29 | Added settings to exclude subtitles from specific provider to be synced | Vitiko | |
2023-12-28 | Added "Manually" option for remaining tasks in Scheduler settings page | JayZed | |
2023-12-28 | Added permanent label over sliders to show current value | JayZed | |
2023-12-26 | Added opensubtitlescom settings to include AI translated subtitles in search ↵ | morpheus65535 | |
results. | |||
2023-12-13 | no log: fix dev server port | morpheus65535 | |
2023-11-03 | Hide clipboard button when is not possible to copy to clipboardv1.3.2-beta.9 | Matheus Horstmann | |
2023-10-14 | Changing from config.ini to config.yamlv1.3.2-beta.0 | morpheus65535 | |
2023-09-26 | Add HDBits.org providerv1.3.1-beta.4 | Vitiko | |
2023-09-15 | Removed sucha provider that doesn't exist anymore. #2242v1.3.0 | morpheus65535 | |
2023-09-05 | Modified default value for adaptive searching (now enabled) and improved ↵v1.2.5-beta.22 | DavidFair | |
description in settings | |||
2023-09-05 | Fixed minimal value for time offset input field | Adam Blahovič | |
2023-09-03 | Improve manual search modal. Change cache behavior of manual search api to ↵v1.2.5-beta.20 | LASER-Yi | |
no cache | |||
2023-08-20 | Fix some minor issues in the Notification modal | LASER-Yi | |
2023-07-26 | Replaced peewee with sqlalchemy as ORM. This is a major change, please ↵v1.2.5-beta.3 | morpheus65535 | |
report related issues on Discord. | |||
2023-07-03 | Added description of "provider" to post-processing option | bpoxy | |
2023-07-03 | Fixed monitored status tooltip for series/movie view | Jan Živković | |
2023-06-20 | Fix path mapping issuesv1.2.2-beta.22 | LASER-Yi | |
2023-06-18 | Fix issues when saving the notification providers | LASER-Yi | |
2023-06-15 | no log: hide "installed" badge properlyv1.2.2-beta.20 | morpheus65535 | |
2023-06-15 | Fixed issue in releases page since we upgraded Mantine. | morpheus65535 | |
2023-06-15 | Removed leftover from legendas.tv provider. | morpheus65535 | |
2023-06-15 | Added settings to choose desired UI theme. | morpheus65535 | |
2023-06-12 | Subf2m Provider: add user-agent header configurationv1.2.2-beta.17 | Vitiko | |
This change fixes empty queries. | |||
2023-06-11 | Increase width of the manually search modalv1.2.2-beta.16 | LASER-Yi | |
2023-06-10 | Fixed some UI issues caused by React and Mantine upgrade. #2167v1.2.2-beta.15 | morpheus65535 | |
2023-06-05 | Downgrade Axios to fix a settings saving issue.v1.2.2-beta.13 | LASER-Yi | |
2023-06-04 | Update all UI dependencies and update React version to 18 (#2127) | Liang Yi | |
2023-06-03 | no log: Update type definition of general.language_equals in frontend | LASER-Yi | |
2023-05-27 | Added feature to treat couples of languages as equal when searching for ↵v1.2.2-beta.9 | Vitiko | |
subtitles * Add 'Language-equals' support This feature will treat couples of languages as equal for list-subtitles operations. It's optional; its methods won't do anything if an empy list is set. See more info at docstrings from 'subliminal_patch.core'. For example, let's say I only want to have "Spanish (es.srt)" subtitles and I don't care about the differences between Spain and LATAM spanish. This feature will allow me to always get European Spanish even from LATAM Spanish providers like Argenteam and Subdivx. Example for config.ini: language_equals = ['spa-MX:spa'] (Which means all Latam Spanish subtitles from every provider will be converted to European Spanish) * Add PT and ZH language tests * Add HI and Forced parsing for language pairs Format example: ["en@HI:en", "es-MX@forced:es-MX"] * Update languages.py * Update API definition to reflect the previous change * Add language equals table to the UI (test only) * Add global language selector and get language from code3 utilities * Add unit tests for language equal feature * Add encode function to language equal feature * Add CRUD methods to the language equals panel * Add equals description * Add parsing support for alpha3 custom languages * no log: add more tests * Add forced and hi support to the language equal target --------- Co-authored-by: morpheus65535 <[email protected]> Co-authored-by: LASER-Yi <[email protected]> | |||
2023-05-26 | no log: Bump socket.io-parser from 4.2.2 to 4.2.3 in /frontend (#2150) | dependabot[bot] | |
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2023-05-25 | no log: Bump @vitest/coverage-c8 from 0.25.8 to 0.28.5 in /frontend (#2130) | dependabot[bot] | |
Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.25.8 to 0.28.5. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.28.5/packages/coverage-c8) --- updated-dependencies: - dependency-name: "@vitest/coverage-c8" dependency-type: direct:development 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> | |||
2023-04-21 | Fixed zimuku that now require anti-captcha | Jens Lee | |
2023-04-20 | no log: trying to fix linting issues | morpheus65535 | |
2023-04-20 | Fixed episodes blacklist update in webui | morpheus65535 | |
2023-04-19 | Update node package to latest version, fix eslint warningv1.2.1-beta.16 | LASER-Yi | |
2023-04-05 | Added OpenAI Whisper Provider | Alex Yancey | |
2023-03-20 | Added an option to prevent sleeping hard drives from being wake-up by video ↵ | morpheus65535 | |
file hashing. | |||
2023-03-20 | no log: indented some settings collapse box to ease reading | morpheus65535 | |
2023-03-06 | no log: Bump @vitest/ui from 0.25.8 to 0.29.1 in /frontend (#2076) | dependabot[bot] | |
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.25.8 to 0.29.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.29.1/packages/ui) --- updated-dependencies: - dependency-name: "@vitest/ui" dependency-type: direct:development 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> | |||
2023-02-28 | no log: Fix all non-camelCase variables | LASER-Yi | |
2023-02-27 | Improved languages profile edit modal to clarify subtitles types.v1.1.5-beta.26 | morpheus65535 | |
2023-02-23 | Added option to deeply analyze audio tracks from media files or not to ↵v1.1.5-beta.23 | morpheus65535 | |
determine languages. Default is to use Sonarr/Radarr provided languages instead. Should prevent API limit ban for cloud user. | |||
2023-02-20 | Added Announcements section in System to be able to inform users of Bazarr's ↵v1.1.5-beta.20 | morpheus65535 | |
news. |