Yutto

Latest version: v2.0.0rc5

Safety actively analyzes 688027 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

2.0.0rc.5

What's Changed

* ⬆️ deps: Update dependencies (non-major) by renovate in https://github.com/yutto-dev/yutto/pull/371
* ⬆️ deps: unpin ubuntu version (reverts 364) by renovate in https://github.com/yutto-dev/yutto/pull/367
* 🔧 chore: optimize default danmaku duration options by SigureMo in https://github.com/yutto-dev/yutto/pull/373
* 👽️ fix: update to new subtitle API for UGC video by SigureMo in https://github.com/yutto-dev/yutto/pull/375


**Full Changelog**: https://github.com/yutto-dev/yutto/compare/v2.0.0-rc.4...v2.0.0-rc.5

biliass2.1.1
What's Changed

* ⬆️ deps: Update Rust crate pyo3 to v0.22.4 by renovate in https://github.com/yutto-dev/yutto/pull/365
* 👷 ci(biliass): add latest release test for biliass by SigureMo in https://github.com/yutto-dev/yutto/pull/366
* ⚡️ perf(biliass): update release profile to optimize performance by SigureMo in https://github.com/yutto-dev/yutto/pull/368

**Full Changelog**: https://github.com/yutto-dev/yutto/compare/biliass2.1.0...biliass2.1.1

2.0.0rc.4

What's Changed
* ✨ feat: support use `~` in path config and recommend to use config rather than alias file and cli alias by SigureMo in https://github.com/yutto-dev/yutto/pull/356
* 👷 ci: remove `-dev` specifier for python 3.13 by SigureMo in https://github.com/yutto-dev/yutto/pull/357
* 🚚 chore: rename `schema.json` to `config.json` by SigureMo in https://github.com/yutto-dev/yutto/pull/360
* 🐛 fix: use mirrors to get video and audio size to avoid connection error by SigureMo in https://github.com/yutto-dev/yutto/pull/359
* 💚 ci: pin ubuntu to 22.04 by SigureMo in https://github.com/yutto-dev/yutto/pull/364
* ➖ deps: remove dependency `xdg` to avoid conflict with `pyxdg` by SigureMo in https://github.com/yutto-dev/yutto/pull/363
* ⬆️ deps: Update Rust crate pyo3 to v0.22.4 by renovate in https://github.com/yutto-dev/yutto/pull/365


**Full Changelog**: https://github.com/yutto-dev/yutto/compare/v2.0.0-rc.3...v2.0.0-rc.4

2.0.0rc.3

What's Changed
* ✨ feat: add basic config file support by SigureMo in https://github.com/yutto-dev/yutto/pull/354
* ✨ feat: support customize config path by `--config` by SigureMo in https://github.com/yutto-dev/yutto/pull/355


**Full Changelog**: https://github.com/yutto-dev/yutto/compare/v2.0.0-rc.2...v2.0.0-rc.3

2.0.0rc.2

**Full Changelog**: https://github.com/yutto-dev/yutto/compare/v2.0.0-rc.1...v2.0.0-rc.2

biliass2.1.0
What's Changed

* ✅ test(biliass): integrate codspeed benchmark test by SigureMo in https://github.com/yutto-dev/yutto/pull/347
* ⚡️ perf(biliass): use `rayon` to parallel parse process by SigureMo in https://github.com/yutto-dev/yutto/pull/348
* ♻️ refactor(biliass): parse special comment at read stage by SigureMo in https://github.com/yutto-dev/yutto/pull/349
* ✨ feat(biliass): expose block options to provide more fine-grained control by SigureMo in https://github.com/yutto-dev/yutto/pull/350
* ✨ feat!(biliass): rename `is_reduce_comments` to `reduce_comments` and change it's default value to `True` by SigureMo in https://github.com/yutto-dev/yutto/pull/351
* ✨ feat!(biliass): change `reserve_blank` to `display_region_ratio` by SigureMo in https://github.com/yutto-dev/yutto/pull/352


**Full Changelog**: https://github.com/yutto-dev/yutto/compare/biliass2.0.0...biliass2.1.0

2.0.0rc.1

What's Changed

* 🐛 fix: support festival link for batch download by SigureMo in https://github.com/yutto-dev/yutto/pull/345


**Full Changelog**: https://github.com/yutto-dev/yutto/compare/v2.0.0-beta.43...v2.0.0-rc.1

biliass2.0.0
What's Changed

* ⚰️ chore(biliass): reorganize apis by SigureMo in https://github.com/yutto-dev/yutto/pull/342
* ✨ feat(biliass): use tracing for logging and enable tracing in yutto debug mode by SigureMo in https://github.com/yutto-dev/yutto/pull/343
* ⬆️ deps: Update Rust crate regex to v1.11.0 by renovate in https://github.com/yutto-dev/yutto/pull/344


**Full Changelog**: https://github.com/yutto-dev/yutto/compare/biliass2.0.0-beta.1...biliass2.0.0

2.0.0beta.43

What's Changed

* 🐛 fix: disable ssl verify in httpx client by SigureMo in https://github.com/yutto-dev/yutto/pull/305
* ✨ feat: use protobuf danmaku source when login by SigureMo in https://github.com/yutto-dev/yutto/pull/340
* 🐛 fix: support festival link and fix web view proto by SigureMo in https://github.com/yutto-dev/yutto/pull/341

> [!NOTE]
>
> 本版本使用了 rust 重写的 biliass,对于 Homebrew 用户来说,从源码构建时可能需要安装 rust,因此相对来说更为推荐使用 uv 或者 pipx 来安装 yutto,因为他们会拉取预编译好的 wheel 包而不是从源码构建(除非你的平台没有预编译好的 wheel 包,支持预编译的平台见[构建流水线 `.github/workflows/biliass-build-and-release.yml`](https://github.com/yutto-dev/yutto/blob/main/.github/workflows/biliass-build-and-release.yml))

**Full Changelog**: https://github.com/yutto-dev/yutto/compare/v2.0.0-beta.42...v2.0.0-beta.43

biliass2.0.0-beta.1
What's Changed

* ✨ feat: use protobuf danmaku source when login by SigureMo in https://github.com/yutto-dev/yutto/pull/340

**Full Changelog**: https://github.com/yutto-dev/yutto/compare/biliass2.0.0-alpha.2...biliass2.0.0-beta.1

biliass2.0.0-alpha.2
What's Changed
* ⬆️ deps: Update Rust crate thiserror to v1.0.64 by renovate in https://github.com/yutto-dev/yutto/pull/333
* ♻️ refactor: rustify `xml_to_ass` and `protobuf_to_ass` by SigureMo in https://github.com/yutto-dev/yutto/pull/336
* ⚡️ perf: avoid many clone for comment by SigureMo in https://github.com/yutto-dev/yutto/pull/337
* 🐛 fix: remove `Cargo.toml` to avoid PEP 517 build error by SigureMo in https://github.com/yutto-dev/yutto/pull/338


**Full Changelog**: https://github.com/yutto-dev/yutto/compare/biliass2.0.0-alpha.1...biliass2.0.0-alpha.2

biliass2.0.0-alpha.1
What's Changed

* ♻️ refactor: first step of rustify `biliass` (replace `protobuf` dep with rust binding) by SigureMo in https://github.com/yutto-dev/yutto/pull/306
* ✅ test: add corpus tests for biliass by SigureMo in https://github.com/yutto-dev/yutto/pull/307
* ♻️ refactor: rustify xml reader by SigureMo in https://github.com/yutto-dev/yutto/pull/308
* ♻️ refactor: rustify `filter_bad_chars` by SigureMo in https://github.com/yutto-dev/yutto/pull/309
* ♻️ refactor: rustify protobuf reader by SigureMo in https://github.com/yutto-dev/yutto/pull/310
* ♻️ refactor: use rust binding `Comment` struct by SigureMo in https://github.com/yutto-dev/yutto/pull/311
* ♻️ refactor: rustify writer utility `convert_timestamp` by SigureMo in https://github.com/yutto-dev/yutto/pull/312
* ♻️ refactor: rustify writer utility `ass_escape` by SigureMo in https://github.com/yutto-dev/yutto/pull/314
* ♻️ refactor: rustify writer utility `convert_color` by SigureMo in https://github.com/yutto-dev/yutto/pull/315
* ♻️ refactor: rustify writer utility `get_zoom_factor` by SigureMo in https://github.com/yutto-dev/yutto/pull/316
* ♻️ refactor: rustify writer utility `convert_flash_rotation` by SigureMo in https://github.com/yutto-dev/yutto/pull/317
* ♻️ refactor: use rust binding struct `OptionComment` by SigureMo in https://github.com/yutto-dev/yutto/pull/318
* ♻️ refactor: rustify writer utility `test_free_rows` by SigureMo in https://github.com/yutto-dev/yutto/pull/319
* ♻️ refactor: rustify writer utility `find_alternative_row` by SigureMo in https://github.com/yutto-dev/yutto/pull/320
* ♻️ refactor: rustify writer utility `mark_comment_row` by SigureMo in https://github.com/yutto-dev/yutto/pull/321
* ⬆️ deps: Update astral-sh/setup-uv action to v3 by renovate in https://github.com/yutto-dev/yutto/pull/322
* ⬆️ deps: Update dependencies (non-major) by renovate in https://github.com/yutto-dev/yutto/pull/323
* ♻️ refactor: rustify ass writer `write_head` by SigureMo in https://github.com/yutto-dev/yutto/pull/324
* ♻️ refactor: rustify ass writer `write_comment` by SigureMo in https://github.com/yutto-dev/yutto/pull/325
* ♻️ refactor: rustify ass writer `write_normal_comment` by SigureMo in https://github.com/yutto-dev/yutto/pull/326
* 🔥 refactor: cleanup unused pyo3 APIs by SigureMo in https://github.com/yutto-dev/yutto/pull/327
* ♻️ refactor: rustify ass writer `write_comment_with_animation` by SigureMo in https://github.com/yutto-dev/yutto/pull/328
* ♻️ refactor: rustify `parse_special_comment` by SigureMo in https://github.com/yutto-dev/yutto/pull/329
* 🔥 refactor: cleanup unused pyo3 APIs by SigureMo in https://github.com/yutto-dev/yutto/pull/330
* ♻️ refactor: rustify `write_special_comment` by SigureMo in https://github.com/yutto-dev/yutto/pull/331
* ♻️ refactor: rustify `process_comments` by SigureMo in https://github.com/yutto-dev/yutto/pull/332


**Full Changelog**: https://github.com/yutto-dev/yutto/compare/biliass1.3.13...biliass2.0.0-alpha.1

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.