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 = """