Skip to content

Commit

Permalink
chore: Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Nov 22, 2024
1 parent 383d2b1 commit 08c57d8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
- Code folding
- Structure view
- Diagnostics
- Quick fixes
- Go to definition
- Find usages
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "jp.s6n.idea"
version = "0.2.0"
version = "0.2.1"

kotlin {
jvmToolchain(21)
Expand Down
23 changes: 14 additions & 9 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
<ul>
<li>Syntax highlighting</li>
<li>Code folding</li>
<li>
LSP integration
<ul>
<li>Static analysing</li>
<li>Go to definition / Find usages</li>
</ul>
</li>
<li>Structure view</li>
<li>Diagnostics</li>
<li>Quick fixes</li>
<li>Go to definition</li>
<li>Find usages</li>
</ul>
<p>Usage:</p>
<ol>
Expand All @@ -40,11 +38,18 @@
]]></description>

<change-notes><![CDATA[
<h2>Breaking changes</h2>
<h2>v0.2.1</h2>
<h3>Fixes</h3>
<ul>
<li>Fix PluginException during plugin initialisation.</li>
<li>Fix invalid file paths on LSP server on WSL 2 environment.</li>
</ul>
<h2>v0.2.0</h2>
<h3>Breaking changes</h3>
<ul>
<li>Language syntax now follows the official tmLanguage definition. Results of syntax highlighting may differ.</li>
</ul>
<h2>Features</h2>
<h3>Features</h3>
<ul>
<li>Semantic highlighting is now provided by the LSP server.</li>
<li>Code folding is now provided by the LSP server (textDocument/foldingRange).</li>
Expand Down

0 comments on commit 08c57d8

Please sign in to comment.