Skip to content

Commit 79a03ea

Browse files
actions-userAirsaid
authored andcommitted
Changelog update - v4.1.0
1 parent 42440c3 commit 79a03ea

File tree

1 file changed

+46
-9
lines changed

1 file changed

+46
-9
lines changed

CHANGELOG.md

Lines changed: 46 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,26 @@
44

55
## [Unreleased]
66

7+
## [4.1.0] - 2025-10-11
8+
79
### Added
10+
811
- Auto-select existing languages option in the Select Languages dialog to automatically detect and select languages that already exist in the project.
912

1013
### Fixed
11-
- ExceptionInInitializerError when opening plugin.
14+
15+
- ExceptionInInitializerError when opening the plugin.
1216

1317
## [4.0.0] (2025-09-27)
1418

1519
### Added
20+
1621
- Detailed translation progress updates showing the current language, processed item counts, and writeback status.
1722
- Quick access settings button in the Select Languages dialog footer and a donations card within the settings UI.
1823
- Provide Qodana and Codecov configuration files.
1924

2025
### Changed
26+
2127
- Align build scripts and workflows with IntelliJ Platform Plugin Template 2025 updates.
2228
- Upgrade Gradle wrapper to 9.0 and align the Kotlin toolchain with Compose compatible 2.0.21.
2329
- Raise the minimum supported IntelliJ Platform build to 251 (2025.1).
@@ -29,148 +35,179 @@
2935
- Update Compose theme colours to rely on JBColor so dialogs respect light and dark backgrounds.
3036

3137
### Fixed
38+
3239
- Restore visibility of the "Translate to Other Languages" action when selecting resource files from the Project view.
3340
- Prevent Select Languages dialog from failing due to uninitialised UI components.
3441

3542
## [3.0.0] (2023-03-24)
3643

3744
### Added
45+
3846
- Supported OpenAI ChatGPT translator. [#118](https://github.com/Airsaid/AndroidLocalizePlugin/pull/118)
3947

4048
### Other
49+
4150
- Delayed error throwing to avoid losing successfully translated text.
4251

4352
## [2.9.0] (2022-11-29)
4453

4554
### Added
55+
4656
- Supported DeepLPro translator. [#92](https://github.com/Airsaid/AndroidLocalizePlugin/issues/92)
4757

4858
### Fixed
59+
4960
- Fix `xliff:g` attribute does not work. [#91](https://github.com/Airsaid/AndroidLocalizePlugin/issues/91)
5061

5162
## [2.8.0] (2022-10-31)
5263

5364
### Added
65+
5466
- Supported DeepL translator.
5567

5668
## [2.7.0] (2022-10-11)
5769

5870
### Changed
71+
5972
- Improve plugin description information.
6073
- Relax translation file name boundaries.
6174

6275
## [2.6.1] (2022-08-27)
6376

6477
### Added
78+
6579
- Added rich text supported.
6680
- Added signature configuration.
6781

6882
### Changed
83+
6984
- Upgrade Gradle Wrapper to `7.5.1`.
7085
- Upgrade Intellij Gradle Plugin to `1.8.1`.
7186
- Plugin description changed to be taken from the `README.md` file.
7287

7388
## [2.6.0] (2022-06-05)
7489

7590
### Added
91+
7692
- Support Ali translator.
7793
- Support new IDE version.
7894

7995
### Fixed
96+
8097
- Fix google translator translation instability.
8198
- Fix single quote character must be escaped in strings.xml. [#54](https://github.com/Airsaid/AndroidLocalizePlugin/issues/54)
8299
- Fix target folder naming. [#61](https://github.com/Airsaid/AndroidLocalizePlugin/issues/61)
83100

84101
## [2.5.0] (2022-02-11)
85102

86103
### Added
104+
87105
- Support for preserving comments, blank lines and other characters.
88106

89107
## [2.4.0] (2022-01-21)
90108

91109
### Added
110+
92111
- Supported custom google api key.
93112
- Supported plurals&string-array tags.
94113
- Added baidu icon of light mode.
95114

96115
### Changed
116+
97117
- Changed maximum number of cacheable items to 1000.
98118

99119
## [2.3.0] (2021-07-09)
100120

101121
### Added
122+
102123
- Add translation interval time setting.
103124

104125
### Changed
126+
105127
- Replace plugin logo.
106128

107129
## [2.2.1] (2021-07-06)
108130

109131
### Fixed
132+
110133
- Fix translation error when source text is in chinese [#33](https://github.com/Airsaid/AndroidLocalizePlugin/issues/33).
111134

112135
## [2.2.0] (2021-06-08)
113136

114137
### Added
138+
115139
- Add power by translator description.
116140

117141
### Fixed
142+
118143
- Fix incomplete Google translation long text [#31](https://github.com/Airsaid/AndroidLocalizePlugin/issues/31).
119144

120145
## [2.1.0] (2021-06-05)
121146

122147
### Added
148+
123149
- Added Microsoft Translator.
124150
- Added "Use google.com" setting.
125151
- Supported more languages.
126152

127153
## [2.0.0] (2021-06-04)
128154

129155
### Added
156+
130157
- Added multiple translator support.
131158
- Added "Open Translated File" option.
132159
- Added translation cache.
133160

134161
### Changed
162+
135163
- Completely refactor the code.
136164
- Optimized the experience.
137165

138166
### Fixed
167+
139168
- Fixed bugs.
140169

141170
## [1.5.0] (2020-03-28)
142171

143172
### Added
173+
144174
- Added "Select All" option.
145175

146176
## [1.4.0] (2020-03-28)
147177

148178
### Added
179+
149180
- Added proxy support.
150181

151182
### Fixed
183+
152184
- Fixed bugs.
153185

154186
## [1.3.0] (2018-10-14)
155187

156188
### Added
189+
157190
- Added "Overwrite Existing String" option.
158191
- Optimize the experience of choice.
159192

160193
## [1.2.0] (2018-09-28)
161194

162195
### Fixed
196+
163197
- Fixed garbled bug.
164198

165199
## [1.1.0] (2018-09-25)
166200

167201
### Added
202+
168203
- Supported for automatic detection of source file language.
169204

170205
## [1.0.0] (2018-09-24)
206+
171207
- Initial release of the plugin.
172208

173-
[Unreleased]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v4.0.0...HEAD
209+
[Unreleased]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v4.1.0...HEAD
210+
[4.1.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v4.0.0...v4.1.0
174211
[4.0.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v3.0.0...v4.0.0
175212
[3.0.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v2.9.0...v3.0.0
176213
[2.9.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v2.8.0...v2.9.0
@@ -184,10 +221,10 @@
184221
[2.2.1]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v2.2.0...v2.2.1
185222
[2.2.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v2.1.0...v2.2.0
186223
[2.1.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v2.0.0...v2.1.0
187-
[2.0.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.5...v2.0.0
188-
[1.5.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.4...v1.5
189-
[1.4.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.3...v1.4
190-
[1.3.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.2...v1.3
191-
[1.2.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.1...v1.2
192-
[1.1.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.0...v1.1
193-
[1.0.0]: https://github.com/Airsaid/AndroidLocalizePlugin/commits/v1.0
224+
[2.0.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.5.0...v2.0.0
225+
[1.5.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.4.0...v1.5.0
226+
[1.4.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.3.0...v1.4.0
227+
[1.3.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.2.0...v1.3.0
228+
[1.2.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.1.0...v1.2.0
229+
[1.1.0]: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v1.0.0...v1.1.0
230+
[1.0.0]: https://github.com/Airsaid/AndroidLocalizePlugin/commits/v1.0.0

0 commit comments

Comments
 (0)