Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Jun 28, 2023
1 parent f23fd44 commit 041027a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ideaVersion = IC-2022.1
projectVersion=1.20.2-SNAPSHOT
projectVersion=1.21.0
jetBrainsToken=invalid
jetBrainsChannel=stable
quarkusVersion=3.1.2.Final
Expand Down
10 changes: 9 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@
<description><![CDATA[
<img src="https://raw.githubusercontent.com/redhat-developer/intellij-quarkus/master/src/main/resources/quarkus_icon_rgb_32px_default.png" width="32" height="32"/>
<h2>Quarkus Tools for IntelliJ</h2>
<p>A plugin aim at Quarkus based development, providing easy bootstrapping and code assist from <a href="https://quarkus.io/">Quarkus</a> related assets and <a href="https://quarkus.io/guides/qute-reference">Qute</a>.<p>
<p>A plugin aimed at Quarkus based development, providing easy bootstrapping and code assist from <a href="https://quarkus.io/">Quarkus</a> related assets and <a href="https://quarkus.io/guides/qute-reference">Qute</a>.<p>
]]></description>

<change-notes><![CDATA[
<h3>1.21.0</h3>
<ul>
<li>performance improvement by debouncing classpath changes to refresh Java / properties files validation</li>
<li>LSP textDocument/documentLink support (ex: hyperlink in #insert Qute section)</li>
<li>Show property expression value in application.properties as inlay hint</li>
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/34?closed=1">changelog</a>.
<h3>1.20.1</h3>
<ul>
<li>Bug fixes</li>
Expand Down

0 comments on commit 041027a

Please sign in to comment.