Skip to content

πŸŽ‰ python-gpt-po 1.0.0 – Major Release!

Compare
Choose a tag to compare
@pescheck-bram pescheck-bram released this 02 Apr 14:04
· 11 commits to main since this release
51665a4

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