File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 2.2.0]
5+
6+ - feat: option to skip special chars escape ([ #144 ] ( https://github.com/crowdin/android-studio-plugin/pull/144 ) )
7+
48## [ 2.1.0]
59
610- feat: bundle settings button ([ #136 ] ( https://github.com/crowdin/android-studio-plugin/pull/136 ) )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' com.crowdin.crowdin-idea'
8- version ' 2.1 .0'
8+ version ' 2.2 .0'
99
1010sourceCompatibility = ' 17'
1111
@@ -40,7 +40,7 @@ intellij {
4040}
4141patchPluginXml {
4242 changeNotes = """
43- - Add Bundle settings button """
43+ - Add escape_special_characters option support """
4444}
4545
4646wrapper {
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >com.crowdin.crowdin-idea</id >
33 <name >Crowdin</name >
4- <version >2.1 .0</version >
4+ <version >2.2 .0</version >
55<!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions-->
66<!-- https://www.jetbrains.com/idea/download/other.html-->
77 <idea-version since-build =" 222.*" />
You can’t perform that action at this time.
0 commit comments