From e4e17d77d9a101af103f4e643ca828a8f92689c3 Mon Sep 17 00:00:00 2001 From: Zihan Ma Date: Mon, 31 May 2021 22:55:11 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Support=202021.2=20EAP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ build.gradle | 6 +++--- .../jetbrains/notifications/DraculaNotifications.kt | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a03fd1..f6b5064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 1.11.5 + +- Support IntelliJ 2021.2 EAP + ### 1.11.4 - Fixed ValidationTooltip background [#50](https://github.com/dracula/jetbrains/issues/50) diff --git a/build.gradle b/build.gradle index 56731e3..42d8283 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = "com.draculatheme" -version = "1.11.4" +version = "1.11.5" compileJava { sourceCompatibility = 1.8 @@ -46,7 +46,7 @@ buildSearchableOptions { patchPluginXml { sinceBuild = "201.6668.113" - untilBuild = "211.*" + untilBuild = "212.*" def changelogFile = file("${project.buildDir}/CHANGELOG.html") def readmeFile = file("${project.buildDir}/README.html") @@ -60,7 +60,7 @@ patchPluginXml { } runPluginVerifier { - ideVersions = ["201.8743.12", "202.8194.7", "203.7148.57"] + ideVersions = ["201.8743.12", "202.8194.7", "203.7148.57", "211.6693.111"] failureLevel = EnumSet.of(RunPluginVerifierTask.FailureLevel.COMPATIBILITY_PROBLEMS, RunPluginVerifierTask.FailureLevel.INVALID_PLUGIN) } diff --git a/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotifications.kt b/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotifications.kt index d35e913..abbde13 100644 --- a/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotifications.kt +++ b/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotifications.kt @@ -16,7 +16,7 @@ object DraculaNotifications { @Language("HTML") private val whatsNew = """ """.trimIndent()