File tree 3 files changed +5
-3
lines changed
src/main/resources/META-INF
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ V2.5.0] ( https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.5.0 ) (2022-02-11)
4
+ - Support for preserving comments, blank lines and other characters.
5
+
3
6
## [ V2.4.0] ( https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.4.0 ) (2022-01-21)
4
7
- Supported custom google api key.
5
8
- Supported plurals&string-array tags.
Original file line number Diff line number Diff line change 4
4
pluginGroup = com.airsaid
5
5
pluginName = AndroidLocalize
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 2.4 .0
7
+ pluginVersion = 2.5 .0
8
8
9
9
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
# for insight into build numbers and IntelliJ Platform versions.
Original file line number Diff line number Diff line change 37
37
38
38
<change-notes ><![CDATA[
39
39
<ul>
40
- <li>Supported custom google api key.</li>
41
- <li>Supported plurals&string-array tags.</li>
40
+ <li>Support for preserving comments, blank lines and other characters.</li>
42
41
</ul>
43
42
<a href="https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
44
43
]]> </change-notes >
You can’t perform that action at this time.
0 commit comments