Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.13.0 (#661)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored Sep 14, 2022
1 parent 41dd625 commit 866a99c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ Clicking on the CodeLens URL will open the URL in your default browser.

![](images/quarkus-tools15.gif)

#### InLayHint

InlayHint is now a supported feature. It allows to add inline information about parameters and variables. This is very useful for Qute templates to get type information. InlayHints may also be clickable.

![](images/1.13.0/quarkus-tools1.gif)

## DocumentHighlight

DocumentHightlight allows to hightlight parts of the document that are related to the current selection. This is useful for Qute templates to highlight matching part of a Qute section.

![](images/1.13.0/quarkus-tools2.gif)

### MicroProfile Health

Syntax validation is being performed for Java files using the MicroProfile Health assets:
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-2020.3
projectVersion=1.13.0-SNAPSHOT
projectVersion=1.13.0
jetBrainsToken=invalid
jetBrainsChannel=stable
quarkusVersion=2.12.2.Final
Binary file added images/1.13.0/quarkus-tools1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/1.13.0/quarkus-tools2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 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,13 @@
]]></description>

<change-notes><![CDATA[
<p><b>1.13.0</b></p>
<ul>
<li>Add support for InlayHint including clickable hints</li>
<li>Add support for documentHighlight</li>
<li>Security fixes</li>
<li>Bug fixes</li>
</ul>
<p><b>1.12.0</b></p>
<ul>
<li>New Quarkus project wizard allows to filter extensions by name and by being part of the Quarkus platform</li>
Expand Down

2 comments on commit 866a99c

@xunit-reporter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test status

Success Failed Errored Skipped
1 1 0 0

@xunit-reporter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test status

Success Failed Errored Skipped
455 11 0 2

Please sign in to comment.