V1.0.3
🔊 V1.0.3 Release Notes
[English Version]
- 🔧 Code Structure Optimization - Improved code maintainability and execution efficiency.
- 🚀 New Model Support - Default engine switched to the Faster Whisper model, delivering a significant performance boost.
- 📝 Task Type Options - Directly specify
transcribeortranslateas task types upon creation. - 🌐 Output Language Selection - Choose target languages for task output, with auto-translation support.
- ⚙️ AI Model Pool Enhancement - Enhanced model pool logic with automatic adjustment based on different engines. Now supports both concurrency and singleton modes with multi-GPU compatibility.
- 🗃️ Database Structure Overhaul - Restructured database for improved scalability.
- 💾 New Database Support - Now defaults to SQLite, with an option to switch to MySQL for enhanced performance.
- 🔍 New Query Interface - Provides finer task query granularity, improving accuracy and flexibility.
- 📄 Enhanced Documentation - More detailed API documentation in Swagger UI for better readability and user experience.
- 🌐 Crawler Module Added - Introduced crawlers for TikTok and Douyin with corresponding task support.
🔊 V1.0.3 更新日志
[中文]
- 🔧 代码结构优化 - 提升代码的可维护性和执行效率。
- 🚀 新增模型支持 - 默认引擎切换为 Faster Whisper 模型,性能显著提升。
- 📝 任务类型选项 - 创建任务时可直接指定
transcribe或translate类型。 - 🌐 输出语言选择 - 支持选择目标语言,并提供自动翻译功能。
- ⚙️ AI模型池增强 - 模型池逻辑根据不同引擎自动调节,支持并发和单例模式,现支持多 GPU 并发处理。
- 🗃️ 数据库结构重构 - 重构数据库结构,便于未来扩展。
- 💾 新增数据库支持 - 默认使用 SQLite 数据库,同时支持切换至 MySQL 以增强性能。
- 🔍 新增查询接口 - 提供更细粒度的任务查询功能,提高查询的精确性和灵活性。
- 📄 文档优化 - Swagger UI 中的接口文档更加详尽,提升可读性与用户体验。
- 🌐 新增爬虫模块 - 增加对 TikTok 和抖音的爬虫模块及相应的任务支持。