File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ tasks {
32
32
33
33
patchPluginXml {
34
34
sinceBuild.set(" 232" )
35
- untilBuild.set(" 242 .*" )
35
+ untilBuild.set(" 243 .*" )
36
36
}
37
37
38
38
signPlugin {
Original file line number Diff line number Diff line change 28
28
29
29
30
30
<change-notes ><![CDATA[
31
- <h2>New Features by <a href="https://github.com/ingwarsw">Karol Lassak</a> </h2>
31
+ <h2>New Features</h2>
32
32
<ul>
33
- <li>Fixed function names colors</li>
34
- <li>Some extra colors in highlighter</li>
35
- <li>Add commenter</li>
36
- <li>Added completion (works for targets and functions)</li>
37
- <li>Added go to definition/usage (works for targets and functions)</li>
38
- <li>Added find usages (works for targets and functions)</li>
39
- <li>Working refactoring (works for targets and functions)</li>
40
- <li>Added custom name validator to validate targets and function names properly</li>
33
+ <li>Add support for platform build 243</li>
41
34
</ul>
42
35
]]>
43
36
</change-notes >
You can’t perform that action at this time.
0 commit comments