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

chore(skip-release): Prepare for 1.21.0 #982

Merged
merged 1 commit into from
Jun 28, 2023
Merged
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 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>
angelozerr marked this conversation as resolved.
Show resolved Hide resolved
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
Loading