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 24300f0 commit e99443fCopy full SHA for e99443f
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
8
//group 'org.example'
9
10
-version '1.0.5'
+version '1.1.0'
11
sourceCompatibility = 1.8
12
13
repositories {
@@ -35,6 +35,7 @@ patchPluginXml {
35
untilBuild 203
36
37
changeNotes """
38
+ 1.1.0 - Speedup of large projects analysis and suggestions highlighting; various internal fixes and refactoring<br>
39
1.0.4 - Bugfixing internals<br>
40
1.0.3 - Bugfixing and optimization of bulk file changes<br>
41
1.0.2 - Bugfixing and better support for refactoring<br>
0 commit comments