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.24.0 #1085

Merged
merged 1 commit into from
Aug 9, 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
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
Loading