Releases: yutto-dev/yutto
v2.0.0-rc.5
What's Changed
- ⬆️ deps: Update dependencies (non-major) by @renovate in #371
- ⬆️ deps: unpin ubuntu version (reverts #364) by @renovate in #367
- 🔧 chore: optimize default danmaku duration options by @SigureMo in #373
- 👽️ fix: update to new subtitle API for UGC video by @SigureMo in #375
Full Changelog: v2.0.0-rc.4...v2.0.0-rc.5
[email protected]
What's Changed
- ⬆️ deps: Update Rust crate pyo3 to v0.22.4 by @renovate in #365
- 👷 ci(biliass): add latest release test for biliass by @SigureMo in #366
- ⚡️ perf(biliass): update release profile to optimize performance by @SigureMo in #368
Full Changelog: https://github.com/yutto-dev/yutto/compare/[email protected]@2.1.1
v2.0.0-rc.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 #356 - 👷 ci: remove
-dev
specifier for python 3.13 by @SigureMo in #357 - 🚚 chore: rename
schema.json
toconfig.json
by @SigureMo in #360 - 🐛 fix: use mirrors to get video and audio size to avoid connection error by @SigureMo in #359
- 💚 ci: pin ubuntu to 22.04 by @SigureMo in #364
- ➖ deps: remove dependency
xdg
to avoid conflict withpyxdg
by @SigureMo in #363 - ⬆️ deps: Update Rust crate pyo3 to v0.22.4 by @renovate in #365
Full Changelog: v2.0.0-rc.3...v2.0.0-rc.4
v2.0.0-rc.3
What's Changed
- ✨ feat: add basic config file support by @SigureMo in #354
- ✨ feat: support customize config path by
--config
by @SigureMo in #355
Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3
v2.0.0-rc.2
What's Changed
- ✨ feat!(biliass): rename
is_reduce_comments
toreduce_comments
and change it's default value toTrue
by @SigureMo in #351 - ✨ feat: expose danmaku options by @SigureMo in #353
Tip
2.0.0-rc.2 通过与 biliass 的深度集成,提供了一系列弹幕控制选项,详细参数可见 yutto-dev/yutto README 「弹幕设置参数」,目前还只是初步支持,可能会有一些问题
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2
[email protected]
What's Changed
- ✅ test(biliass): integrate codspeed benchmark test by @SigureMo in #347
- ⚡️ perf(biliass): use
rayon
to parallel parse process by @SigureMo in #348 - ♻️ refactor(biliass): parse special comment at read stage by @SigureMo in #349
- ✨ feat(biliass): expose block options to provide more fine-grained control by @SigureMo in #350
- ✨ feat!(biliass): rename
is_reduce_comments
toreduce_comments
and change it's default value toTrue
by @SigureMo in #351 - ✨ feat!(biliass): change
reserve_blank
todisplay_region_ratio
by @SigureMo in #352
Full Changelog: https://github.com/yutto-dev/yutto/compare/[email protected]@2.1.0
v2.0.0-rc.1
What's Changed
Full Changelog: v2.0.0-beta.43...v2.0.0-rc.1
[email protected]
What's Changed
- ⚰️ chore(biliass): reorganize apis by @SigureMo in #342
- ✨ feat(biliass): use tracing for logging and enable tracing in yutto debug mode by @SigureMo in #343
- ⬆️ deps: Update Rust crate regex to v1.11.0 by @renovate in #344
Full Changelog: https://github.com/yutto-dev/yutto/compare/[email protected]@2.0.0
v2.0.0-beta.43
What's Changed
- 🐛 fix: disable ssl verify in httpx client by @SigureMo in #305
- ✨ feat: use protobuf danmaku source when login by @SigureMo in #340
- 🐛 fix: support festival link and fix web view proto by @SigureMo in #341
Note
本版本使用了 rust 重写的 biliass,对于 Homebrew 用户来说,从源码构建时可能需要安装 rust,因此相对来说更为推荐使用 uv 或者 pipx 来安装 yutto,因为他们会拉取预编译好的 wheel 包而不是从源码构建(除非你的平台没有预编译好的 wheel 包,支持预编译的平台见构建流水线 .github/workflows/biliass-build-and-release.yml
)
Full Changelog: v2.0.0-beta.42...v2.0.0-beta.43
[email protected]
What's Changed
Full Changelog: https://github.com/yutto-dev/yutto/compare/[email protected]@2.0.0-beta.1