Skip to content

Commit

Permalink
Merge pull request #104 from crowdin/Version-1.6.1
Browse files Browse the repository at this point in the history
Version 1.6.1
  • Loading branch information
andrii-bodnar authored Nov 3, 2022
2 parents 4932391 + 9c75e5a commit 46b0c7f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.6.1]

- Add import options for translations upload ([#81](https://github.com/crowdin/android-studio-plugin/pull/81))
- Fixed typo in UIUtil:confirmDialog method name ([#80](https://github.com/crowdin/android-studio-plugin/pull/80))
- Added unit tests to improve code coverage for the CrowdinFileUtil.java ([#87](https://github.com/crowdin/android-studio-plugin/pull/87))
- Added unit tests to improve code coverage for RetryUtil.java ([#88](https://github.com/crowdin/android-studio-plugin/pull/88))
- Add LanguageMapping tests ([#89](https://github.com/crowdin/android-studio-plugin/pull/89))
- Added Test cases for PlaceholderUtil.class ([#90](https://github.com/crowdin/android-studio-plugin/pull/90))
- Added unit tests to improve code coverage for FileUtil.java ([#94](https://github.com/crowdin/android-studio-plugin/pull/94))
- Added unit test for util.java ([#96](https://github.com/crowdin/android-studio-plugin/pull/96))
- Added Unit Test Case For CrowdinProjectCacheProvider ([#98](https://github.com/crowdin/android-studio-plugin/pull/98))
- Added Unit Test Case For CrowdinPropertiesLoader ([#101](https://github.com/crowdin/android-studio-plugin/pull/101))
- Added unit tests for CrowdinSettings.java ([#103](https://github.com/crowdin/android-studio-plugin/pull/103))

## [1.6.0]

- Added: String keys autocompletion ([#75](https://github.com/crowdin/android-studio-plugin/pull/75))
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.crowdin.crowdin-idea'
version '1.6.0'
version '1.6.1'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -44,7 +44,7 @@ intellij {
}
patchPluginXml {
changeNotes """
- String keys autocompletion"""
- Add import options for translations upload"""
}

wrapper {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.crowdin.crowdin-idea</id>
<name>Crowdin</name>
<version>1.6.0</version>
<version>1.6.1</version>
<idea-version since-build="163.*"/>
<vendor email="[email protected]" url="https://crowdin.com/contacts">Crowdin</vendor>
<description><![CDATA[
Expand Down

0 comments on commit 46b0c7f

Please sign in to comment.