Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed May 23, 2022
1 parent bba34ae commit d0e20da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ Changelog
----------

## [Unreleased]
- Support for IntelliJ-based IDEs in 2022.2 version

## [v4.4.0] (https://github.com/JetBrains/idea-gitignore/tree/v4.4.0) (2022-03-30)
- IDEA-284447 Titled Borders aren't being themed correctly
- Support for IntelliJ-based IDEs in 2022.1 version
- Fixed `ExpiringMap#get` flow
- IDEA-284447 Titled Borders aren't being themed correctly
- Support for IntelliJ-based IDEs in 2022.1 version
- Fixed `ExpiringMap#get` flow
- Remove `OK` action from the `IgnoredEditingNotificationProvider`

## [v4.3.0] (https://github.com/JetBrains/idea-gitignore/tree/v4.3.0) (2021-10-13)
Expand Down Expand Up @@ -603,4 +604,4 @@ The plugin still provides other features for .gitignore and .hgignore, and the f
## v0.1
- Initial version
- `.gitignore` file support
- Basic syntax highlighting
- Basic syntax highlighting
8 changes: 1 addition & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fun properties(key: String) = project.findProperty(key).toString()
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.6.21"
id("org.jetbrains.intellij") version "1.5.3"
id("org.jetbrains.intellij") version "1.6.0"
id("org.jetbrains.changelog") version "1.3.1"
id("org.jetbrains.grammarkit") version "2021.2.2"
id("org.jetbrains.qodana") version "0.1.13"
Expand Down Expand Up @@ -150,10 +150,4 @@ tasks {
jvmArgs = listOf("-Xmx1024m", "-XX:+UnlockDiagnosticVMOptions")
systemProperty("ide.plugins.snapshot.on.unload.fail", "true")
}

val test by getting(Test::class) {
isScanForTestClasses = false
// Only run tests from classes that end with "Test"
include("**/*Test.class")
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = mobi.hsz.idea
pluginName = .ignore
# SemVer format -> https://semver.org
pluginVersion = 4.4.0
pluginVersion = 4.4.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit d0e20da

Please sign in to comment.