From 9e067ed4a743b60ecec207edba5f6cb02dd114d7 Mon Sep 17 00:00:00 2001 From: azerr Date: Wed, 28 Jun 2023 15:27:23 +0200 Subject: [PATCH] chore(skip-release): Prepare for 1.21.0 Signed-off-by: azerr --- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 214580bce..515dfc42d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index ae84f2b13..d985aad2c 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -7,10 +7,18 @@

Quarkus Tools for IntelliJ

-

A plugin aim at Quarkus based development, providing easy bootstrapping and code assist from Quarkus related assets and Qute.

+

A plugin aimed at Quarkus based development, providing easy bootstrapping and code assist from Quarkus related assets and Qute.

]]> 1.21.0 +

    +
  • performance improvement by debouncing classpath changes to refresh Java / properties files validation
  • +
  • LSP textDocument/documentLink support (ex: hyperlink in #insert Qute section)
  • +
  • Show property expression value in application.properties as inlay hint
  • +
  • Bug fixes
  • +
+ Learn more in the changelog.

1.20.1

  • Bug fixes