From a65db31cb3dc49d63b147eca855e006321c76908 Mon Sep 17 00:00:00 2001 From: Johannes Spangenberg Date: Wed, 7 Apr 2021 22:20:02 +0200 Subject: [PATCH 1/2] Add support for IDEA 2021.1 --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index dd787fa0..1e3ebbf8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,12 +4,12 @@ pluginGroup = org.nixos.idea pluginName = NixIDEA pluginVersion = 0.3.0.5 -pluginSinceBuild = 201 -pluginUntilBuild = 203.* +pluginSinceBuild = 202 +pluginUntilBuild = 211.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl # See https://jb.gg/intellij-platform-builds-list for available build versions -pluginVerifierIdeVersions = 2020.1.4, 2020.2.3, 2020.3.1 +pluginVerifierIdeVersions = 2020.2.4, 2020.3.3, 2021.1 platformType = IC -platformVersion = 2020.1 +platformVersion = 2020.2.4 platformDownloadSources = true From f1baf0a03285ceca5cb19162f233d8f98bfcb9e1 Mon Sep 17 00:00:00 2001 From: Johannes Spangenberg Date: Wed, 7 Apr 2021 22:26:41 +0200 Subject: [PATCH 2/2] Bump version to 0.3.0.6 and update changelog --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ef7265..316d11f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] ### Added +- Support for IDEA 2021.1 +### Removed +- Support for IDEA 2020.1 +## [0.3.0.5] +### Added - Support line comment and block comment IDEA actions ## [0.3.0.4] ### Added diff --git a/gradle.properties b/gradle.properties index 1e3ebbf8..15a9be04 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = org.nixos.idea pluginName = NixIDEA -pluginVersion = 0.3.0.5 +pluginVersion = 0.3.0.6 pluginSinceBuild = 202 pluginUntilBuild = 211.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl