Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon authored and angelozerr committed Aug 9, 2023
1 parent 07e8106 commit 5244027
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ When editing `application.properties` files, you have access to:

## Requirements

* Java JDK (or JRE) 8 or more recent
* Intellij IDEA 2022.2 or more recent (we **try** to support the last 4 major IDEA releases)
* Java JDK (or JRE) 11 or more recent

## Contributing
Expand Down
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.2
projectVersion=1.24.0-SNAPSHOT
projectVersion=1.24.0
jetBrainsToken=invalid
jetBrainsChannel=stable
quarkusVersion=3.1.2.Final
Expand Down
11 changes: 10 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@
]]></description>

<change-notes><![CDATA[
<h3>1.24.0</h3>
<ul>
<li>Fixed many cases when the Language Servers would freeze IDEA</li>
<li>Several performance improvements</li>
<li>Uses LSP4MP 0.9.0 and Quarkus LS 0.16.0</li>
<li>Now requires IDEA 2022.2 minimum</li>
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/37?closed=1">changelog</a>.
<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>Completion is now available during indexing</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>.
Expand Down

0 comments on commit 5244027

Please sign in to comment.