Releases: hiroaki404/gentrans
Releases · hiroaki404/gentrans
0.3.1
Full Changelog: 0.3.0...0.3.1
What's Changed
Improvements
- Reduced input text size limit: Lowered the chunk size from 20,000 to 10,000 characters in the translation strategy to improve processing stability and reduce API token usage
- Updated Koog Agents library: Upgraded from 0.4.1 to 0.4.2 for improved AI agent functionality
Internal Changes
- Added multiplatform Kotlin configuration (not currently utilized, prepared for future cross-platform support)
0.3.0
Full Changelog: 0.2.0...0.3.0
- Added text summarization for long texts (--summary option), enhanced language detection
with native/second language configuration, and improved debug tracing support.
0.2.0
Full Changelog: 0.1.0...0.2.0
- Automatic Language Detection: Implemented automatic detection of source and target languages.
- Target Language Configuration: Added support for native and second language settings.
- Long Text Translation: Implemented strategy for efficiently translating large texts.
- Performance improvements through prompt engineering and internal logic modifications.
0.1.0
This is the first release of gentrans, an AI-powered translation tool on your command line.
Features
- Translate text directly from command-line arguments or standard input.
- Supports multiple AI providers (OpenAI, Google, Anthropic, etc.).
- Configure settings via environment variables or command-line flags.
See README.md for more details.