4.2.0 - 2025-11-16
- Allow configuring a Google Cloud Translation API key for the Google translator, including secure credential storage and Compose UI controls.
- Refresh dialog languages after settings change.
4.1.0 - 2025-10-11
- Auto-select existing languages option in the Select Languages dialog to automatically detect and select languages that already exist in the project.
- ExceptionInInitializerError when opening the plugin.
4.0.0 (2025-09-27)
- Detailed translation progress updates showing the current language, processed item counts, and writeback status.
- Quick access settings button in the Select Languages dialog footer and a donations card within the settings UI.
- Provide Qodana and Codecov configuration files.
- Align build scripts and workflows with IntelliJ Platform Plugin Template 2025 updates.
- Upgrade Gradle wrapper to 9.0 and align the Kotlin toolchain with Compose compatible 2.0.21.
- Raise the minimum supported IntelliJ Platform build to 251 (2025.1).
- Refactor TranslateAction to follow IntelliJ action system best practices.
- Configure tests to run on the JUnit 5 framework while retaining required runtime compatibility.
- Rebuild plugin UI (settings and dialogs) using Compose with searchable grids, favorite chips, and polished empty states.
- Load secure credentials asynchronously to avoid password safe access on the EDT.
- Reduce the minimum translation interval to 50 ms to keep throttled bursts responsive.
- Update Compose theme colours to rely on JBColor so dialogs respect light and dark backgrounds.
- Restore visibility of the "Translate to Other Languages" action when selecting resource files from the Project view.
- Prevent Select Languages dialog from failing due to uninitialised UI components.
3.0.0 (2023-03-24)
- Supported OpenAI ChatGPT translator. #118
- Delayed error throwing to avoid losing successfully translated text.
2.9.0 (2022-11-29)
- Supported DeepLPro translator. #92
- Fix
xliff:gattribute does not work. #91
2.8.0 (2022-10-31)
- Supported DeepL translator.
2.7.0 (2022-10-11)
- Improve plugin description information.
- Relax translation file name boundaries.
2.6.1 (2022-08-27)
- Added rich text supported.
- Added signature configuration.
- Upgrade Gradle Wrapper to
7.5.1. - Upgrade Intellij Gradle Plugin to
1.8.1. - Plugin description changed to be taken from the
README.mdfile.
2.6.0 (2022-06-05)
- Support Ali translator.
- Support new IDE version.
- Fix google translator translation instability.
- Fix single quote character must be escaped in strings.xml. #54
- Fix target folder naming. #61
2.5.0 (2022-02-11)
- Support for preserving comments, blank lines and other characters.
2.4.0 (2022-01-21)
- Supported custom google api key.
- Supported plurals&string-array tags.
- Added baidu icon of light mode.
- Changed maximum number of cacheable items to 1000.
2.3.0 (2021-07-09)
- Add translation interval time setting.
- Replace plugin logo.
2.2.1 (2021-07-06)
- Fix translation error when source text is in chinese #33.
2.2.0 (2021-06-08)
- Add power by translator description.
- Fix incomplete Google translation long text #31.
2.1.0 (2021-06-05)
- Added Microsoft Translator.
- Added "Use google.com" setting.
- Supported more languages.
2.0.0 (2021-06-04)
- Added multiple translator support.
- Added "Open Translated File" option.
- Added translation cache.
- Completely refactor the code.
- Optimized the experience.
- Fixed bugs.
1.5.0 (2020-03-28)
- Added "Select All" option.
1.4.0 (2020-03-28)
- Added proxy support.
- Fixed bugs.
1.3.0 (2018-10-14)
- Added "Overwrite Existing String" option.
- Optimize the experience of choice.
1.2.0 (2018-09-28)
- Fixed garbled bug.
1.1.0 (2018-09-25)
- Supported for automatic detection of source file language.
1.0.0 (2018-09-24)
- Initial release of the plugin.