Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Jul 18, 2023
1 parent 71b5a6f commit d81bfd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.22.1-SNAPSHOT
projectVersion=1.23.0
jetBrainsToken=invalid
jetBrainsChannel=stable
quarkusVersion=3.1.2.Final
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
]]></description>

<change-notes><![CDATA[
<h3>1.23.0</h3>
<ul>
<li>Fix completion apply to update correctly the text to replace and move the caret on the proper position</li>
<li>Completion snippets apply are reindented following the IDE indentation setting</li>
<li>Completion is now available while the indexing process</li>
<li>Support for Java class in the Qute template parameter declaration</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/36?closed=1">changelog</a>.
<h3>1.22.0</h3>
<ul>
<li>Improved Qute template editing experience (brackets autoclose, syntax highlighting, better HTML integration ...)</li>
Expand Down

0 comments on commit d81bfd7

Please sign in to comment.