Skip to content

Commit

Permalink
Merge pull request #39 from rrjjvv/allow-243
Browse files Browse the repository at this point in the history
Bump support to 243.*
  • Loading branch information
idelvall authored Nov 23, 2024
2 parents 33a526f + 33e1529 commit 3366e9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks {

patchPluginXml {
sinceBuild.set("232")
untilBuild.set("242.*")
untilBuild.set("243.*")
}

signPlugin {
Expand Down
11 changes: 2 additions & 9 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,9 @@


<change-notes><![CDATA[
<h2>New Features by <a href="https://github.com/ingwarsw">Karol Lassak</a></h2>
<h2>New Features</h2>
<ul>
<li>Fixed function names colors</li>
<li>Some extra colors in highlighter</li>
<li>Add commenter</li>
<li>Added completion (works for targets and functions)</li>
<li>Added go to definition/usage (works for targets and functions)</li>
<li>Added find usages (works for targets and functions)</li>
<li>Working refactoring (works for targets and functions)</li>
<li>Added custom name validator to validate targets and function names properly</li>
<li>Add support for platform build 243</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 3366e9d

Please sign in to comment.