Releases: pescheckit/python-gpt-po
1.0.2
What's Changed
- Feature added fix fuzzy by @UHHHHHHHHHHHHHH in #40
New Contributors
- @UHHHHHHHHHHHHHH made their first contribution in #40
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Update README.md by @pescheck-bram in #38
- Added correct toml and version 3.8 higher by @pescheck-bram in #39
Full Changelog: 1.0.0...1.0.1
🎉 python-gpt-po 1.0.0 – Major Release!
We're proud to announce v1.0.0, our first major release of python-gpt-po
, the AI-powered translation tool for .po
files. This version marks a huge milestone with the introduction of Docker support, making it easier than ever to run translations in a consistent and containerized environment.
🚀 What's New in v1.0.0
🐳 Docker Support
You can now run python-gpt-po
directly via Docker! No need to set up Python environments or install dependencies. Just pull the container and you're ready to go:
docker run -v $(pwd):/data \
-e OPENAI_API_KEY="your_api_key" \
ghcr.io/pescheckit/python-gpt-po:latest \
--folder /data --lang fr,de --bulk
📦 Full Changelog
See all changes here:
🔗 0.3.0...1.0.0
0.3.0
- Added man page and better cli
- Added new structure
- Removed python 3.8 and added 3.12
Full Changelog: 0.2.19...0.3.0
0.2.19
What's Changed
- Fixed issue with requirements by @pescheck-bram in #22
Full Changelog: 0.2.18...0.2.19
0.2.18
What's Changed
- Added model from api by @pescheck-bram in #10
- Added correct URL README.md by @pescheck-bram in #11
- Changed yourusername to pescheckit by @pescheck-bram in #12
- Added last by @pescheck-bram in #13
- Added more badges by @pescheck-bram in #20
- Added better setup.py by @pescheck-bram in #21
Full Changelog: 0.2.17...0.2.18
0.2.17
- Added
--model
also to verify by api
Full Changelog: 0.2.16...0.2.17
Added more providers
- Added more providers
- Added provider tests
- Added usage docs
What's Changed
- Added more providers by @pescheck-bram in #9
Full Changelog: 0.2.15...0.2.16
Enhanced language code handling
This release adds robust language code handling:
- Accepts "Language: French" and "Language: fr" in metadata
- Added pycountry for standardized language support
- Handles ISO codes, full names, and native names
Breaking Changes
None
Dependencies
- pycountry>=22.1.10
Usage
pip install --upgrade python-gpt-po
Added tenacity
- Added tenacity