Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump support to 243.* #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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