Skip to content

Commit

Permalink
Prepare 3.2.3 release
Browse files Browse the repository at this point in the history
- Bump versions, depend on release
- Update changelog and descriptions
- Update gitignore templates
  • Loading branch information
dmitriysmirnovjb committed Nov 28, 2019
1 parent 7e685cf commit 2732ea6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 30 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Change Log
----------

### [v3.2.3](https://github.com/JetBrains/idea-gitignore/tree/v3.2.3) (unreleased)
### [v3.2.3](https://github.com/JetBrains/idea-gitignore/tree/v3.2.3) (2019-11-26)

[Full Changelog](https://github.com/JetBrains/idea-gitignore/compare/v3.2.2...v3.2.3)

- Compatibility with 2019.3
- Incorrect parsing of {} symbols [\#585](https://github.com/hsz/idea-gitignore/issues/585)
- Fixed deprecated warnings

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.ignore 3.2.2
.ignore 3.2.3
=============

[![Build Status][badge-travis-img]][badge-travis]
Expand Down Expand Up @@ -55,7 +55,6 @@ Features
--------

- Files syntax highlight
- Coloring ignored files in the Project View
- Gitignore templates filtering and selecting in rules generator by name and content
- User custom templates
- Show ignored files by specified Gitignore file (right click on `.gitignore` file)
Expand Down Expand Up @@ -119,10 +118,11 @@ Usage
Changelog
---------

### [v3.2.3](https://github.com/JetBrains/idea-gitignore/tree/v3.2.3) (unreleased)
### [v3.2.3](https://github.com/JetBrains/idea-gitignore/tree/v3.2.3) (2019-11-26)

[Full Changelog](https://github.com/JetBrains/idea-gitignore/compare/v3.2.2...v3.2.3)

- Compatibility with 2019.3
- Incorrect parsing of {} symbols [\#585](https://github.com/hsz/idea-gitignore/issues/585)
- Fixed deprecated warnings

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ idea {

checkstyle {
configFile = new File(rootDir, "gradle/checkstyle.xml")
toolVersion '8.23'
toolVersion '8.24'
}

// Configurations
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots

ideaVersion = 193-EAP-SNAPSHOT
ideaVersion = 193.5233.102
ideaType = IC
javaVersion = 1.8
javaTargetVersion = 1.8
sources = true
isEAP = true
isEAP = false
runGenerators = true

pluginGroup = mobi.hsz.idea
pluginName = .ignore
pluginVersion = 3.2.3.193
pluginSinceBuild = 193
pluginUntilBuild = 194
pluginUntilBuild = 201

publishPluginId = 7495
publishUsername = hsz
Expand Down
28 changes: 7 additions & 21 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>mobi.hsz.idea.gitignore</id>
<name>.ignore</name>
<version>3.2.2</version>
<version>3.2.3</version>
<vendor email="jakub@hsz.mobi" url="http://ignore.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -73,29 +73,15 @@

<change-notes><![CDATA[
<a href="https://github.com/JetBrains/idea-gitignore/tree/v3.2.2"><b>v3.2.2</b></a> (2019-09-02) <br/><br/>
<a href="https://github.com/JetBrains/idea-gitignore/compare/v3.1.2...v3.2.2"><small>Full Changelog</small></a> <br/><br/>
<a href="https://github.com/JetBrains/idea-gitignore/tree/v3.2.3"><b>v3.2.3</b></a> (2019-11-26) <br/><br/>
<a href="https://github.com/JetBrains/idea-gitignore/compare/v3.2.2...v3.2.3"><small>Full Changelog</small></a> <br/><br/>
<i>Compatibility with 2019.2</i>
<i>Notable changes since 3.2.2</i>
<ul>
IntelliJ release 2019.2 brings out of the box support for .gitignore and .hgignore files, so some functionality has moved from the plugin to the platform.
The following features are now provided by the platform:
<li>Ignored status highlighting for .gitignore and .hgingore</li>
<li>Completion in .gitignore and .hgignore</li>
<li>Add to ignore actions</li>
The plugin still provides other features for .gitignore and .hgignore, and the full set of features for other supported ignore files.
</ul>
<i>Fixed bugs since 3.2.1</i>
<ul>
<li>Fix dependency on Mercurial Integration <a href="https://github.com/JetBrains/idea-gitignore/issues/592">592</a>)</li>
<li>Fix index compatibility issue <a href="https://github.com/JetBrains/idea-gitignore/issues/593">593</a>)</li>
<li>Compatibility with 2019.3</li>
<li>Incorrect parsing of {} symbols <a href="https://github.com/hsz/idea-gitignore/issues/585">585</a>)</li>
<li>Fix deprecated warnings</li>
</ul>
<a href="https://github.com/JetBrains/idea-gitignore/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
Expand Down

0 comments on commit 2732ea6

Please sign in to comment.