v0.6.2 Release Notes
What's Changed
- Fix: ensure .env loading from project root directory by @skytin1004 in #67
- Redesigned architecture to support multiple LLM services in Co-op Translator by @skytin1004 in #63
- Docs: Fix incorrect links and update README content by @skytin1004 in #64
- Docs: Add detailed explanations for environment variable configuration by @skytin1004 in #65
🎉 Major Features
Redesigned Architecture
- Implemented a flexible architecture supporting multiple LLM and Vision providers
- Separated provider-specific implementations from core business logic
- Reorganized utilities and configurations for better maintainability
New Model Support
- Added OpenAI model support
- Introduced provider selection based on environment variable configuration
- Implemented priority-based model selection when multiple providers are configured
Enhanced Markdown Processing
- Introduced Markdown-only mode for text-focused translations
- Automatic fallback to Markdown-only mode when vision services are unavailable
- Added
-md
flag for explicit Markdown-only mode activation
📚 Documentation Updates
- Updated README with comprehensive model support information
- Added detailed environment variable configuration guide
- Fixed incorrect documentation links
- Enhanced setup instructions for multiple provider options
Migration Guide
Environment Variables
- Added support for OpenAI configuration
- Maintained backward compatibility with existing Azure configurations
- Updated environment variable template with new options
Command Line Interface
- Updated
-md
flag for Markdown-only mode
Contributors
Full Changelog: v0.5.2...v0.6.2