Releases: ftp27/fastlane-plugin-translate_gpt
Releases · ftp27/fastlane-plugin-translate_gpt
Release 0.1.8
Release v0.1.7
- Added XCStrings support
Release v0.1.6
- Improved the prompt for translating a bunch of strings.
- Added processing for handling a potential failure of the JSON parser during bunch translation.
Release v0.1.5
- Added
bunch_size
parameter: The new version of the plugin introduces thebunch_size
parameter, which enhances the translation process. This feature allows you to send requests to the translation service with a bunch of strings at once. By specifying thebunch_size
parameter, you can improve the speed and accuracy of the translation process.
Release v0.1.4
- Refactored the plugin codebase for improved maintainability.
- Added colored output for better visibility during translation tasks. Translated strings are now displayed in a more readable format.
- Implemented retry mechanism on timeouts from OpenAI API. If a translation request times out, the plugin will automatically retry the request to ensure a successful translation.