From 52440278b087b38b43e91751ad7e900c4b508966 Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Wed, 9 Aug 2023 11:20:14 +0200 Subject: [PATCH] chore(skip-release): Prepare for 1.24.0 Signed-off-by: Fred Bricon --- README.md | 3 ++- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 11 ++++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 016939de8..8d2582e6a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gradle.properties b/gradle.properties index c298995ca..c16261ade 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 2b8975be6..277a9555e 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -11,11 +11,20 @@ ]]> 1.24.0 +
    +
  • Fixed many cases when the Language Servers would freeze IDEA
  • +
  • Several performance improvements
  • +
  • Uses LSP4MP 0.9.0 and Quarkus LS 0.16.0
  • +
  • Now requires IDEA 2022.2 minimum
  • +
  • Bug fixes
  • +
+ Learn more in the changelog.

1.23.0

  • Fix completion apply to update correctly the text to replace and move the caret on the proper position
  • Completion snippets apply are reindented following the IDE indentation setting
  • -
  • Completion is now available while the indexing process
  • +
  • Completion is now available during indexing
  • Support for Java class in the Qute template parameter declaration
Learn more in the changelog.