diff --git a/CHANGELOG.md b/CHANGELOG.md index 4042c27..d5c8155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.2.0] + +- feat: option to skip special chars escape ([#144](https://github.com/crowdin/android-studio-plugin/pull/144)) + ## [2.1.0] - feat: bundle settings button ([#136](https://github.com/crowdin/android-studio-plugin/pull/136)) diff --git a/build.gradle b/build.gradle index a3f7b23..fe619af 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.crowdin.crowdin-idea' -version '2.1.0' +version '2.2.0' sourceCompatibility = '17' @@ -40,7 +40,7 @@ intellij { } patchPluginXml { changeNotes = """ - - Add Bundle settings button""" + - Add escape_special_characters option support""" } wrapper { diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index eabd4cb..9424f83 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.crowdin.crowdin-idea Crowdin - 2.1.0 + 2.2.0