Skip to content

Commit

Permalink
Merge pull request #73 from crowdin/Version-1.5.1
Browse files Browse the repository at this point in the history
Version 1.5.1
  • Loading branch information
andrii-bodnar authored Jun 7, 2022
2 parents d2695f8 + 968e181 commit 2df6fd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.5.1]

- Added: Add new context actions and refactor code ([#71](https://github.com/crowdin/android-studio-plugin/pull/71))
- Fixed: Fix 'download sources' for Windows ([#72](https://github.com/crowdin/android-studio-plugin/pull/72))

## [1.5.0]

- Added: Add 'Download Sources' command ([#65](https://github.com/crowdin/android-studio-plugin/pull/65))
Expand Down
7 changes: 3 additions & 4 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.5.0'
version '1.5.1'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -44,9 +44,8 @@ intellij {
}
patchPluginXml {
changeNotes """
- Add 'Download Sources' command<br>
- Add 'labels' and 'excluded-target-languages' parameters for sources upload<br>
- Add exception handling to getting git branch name"""
- Add new context actions and refactor code<br>
- Fix 'download sources' command for Windows"""
}

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.5.0</version>
<version>1.5.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 2df6fd1

Please sign in to comment.