We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e557b86 commit 7c4813fCopy full SHA for 7c4813f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+### 1.8.3
4
+
5
+- Fix 2020.3 compatibility issue
6
+- Dracula
7
+ - Use raw comment color
8
9
### 1.8.2
10
11
- Dracula Colorful
build.gradle.kts
@@ -7,16 +7,16 @@ repositories {
}
group = "com.vermouthx"
-version = "1.8.2"
+version = "1.8.3"
12
intellij {
13
version = "2020.1"
14
15
16
tasks {
17
patchPluginXml {
18
- sinceBuild("193")
19
- untilBuild("202.*")
+ sinceBuild("201")
+ untilBuild("203.*")
20
21
val changelogFile = file("${project.buildDir}/CHANGELOG.html")
22
val readmeFile = file("${project.buildDir}/README.html")
0 commit comments