Skip to content

Commit

Permalink
chore(skip-release): Prepare for 2.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Dec 6, 2024
1 parent b9ff3b6 commit ff9d9cf
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginName=Quarkus Tools
pluginRepositoryUrl=https://github.com/redhat-developer/intellij-quarkus
# SemVer format -> https://semver.org
# NO SPACES AROUND THE EQUALS SIGN!!
pluginVersion=2.0.3-SNAPSHOT
pluginVersion=2.1.0-SNAPSHOT
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=232
#pluginUntilBuild=233.*
Expand Down
53 changes: 53 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,26 @@
</vendor>

<change-notes><![CDATA[
<h3>2.1.0</h3>
<ul>
<li>Qute Roq Application support</li>
<li>Ollama model support in application.properties</li>
<li>More bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/48?closed=1">changelog</a>.
<h3>2.0.2</h3>
<ul>
<li>Fixed incorrect behavior for nested Qute template records</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/47?closed=1">changelog</a>.
<h3>2.0.1</h3>
<ul>
<li>Fixed gradle-powered project failing to 'Run Dev'</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/46?closed=1">changelog</a>.
<h3>2.0.0</h3>
<ul>
<li>Delegate "LSP support" for Microprofile / Quarkus / Qute to <a href="https://github.com/redhat-developer/lsp4ij">LSP4IJ</a></li>
Expand All @@ -27,13 +37,15 @@
<li>More bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/45?closed=1">changelog</a>.
<h3>1.30.0</h3>
<ul>
<li>Create "Quarkus Dev Mode" run configuration on project import</li>
<li>"Quarkus Dev Mode" run configuration integration in standard "Services" view</li>
<li>More bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/43?closed=1">changelog</a>.
<h3>1.29.0</h3>
<ul>
<li>Language servers no longer affect non-Quarkus projects</li>
Expand All @@ -45,13 +57,15 @@
<li>More bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/42?closed=1">changelog</a>.
<h3>1.28.0</h3>
<ul>
<li>Added quick fixes to disable validation for Qute templates</li>
<li>Added improvements to GraphQL validation</li>
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/41?closed=1">changelog</a>.
<h3>1.27.0</h3>
<ul>
<li>Added quick fixes to disable validation for unknown or unassigned MicroProfile/Quarkus properties</li>
Expand All @@ -62,6 +76,7 @@
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/40?closed=1">changelog</a>.
<h3>1.26.0</h3>
<ul>
<li>Added Microprofile inspections preferences</li>
Expand All @@ -70,6 +85,7 @@
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/39?closed=1">changelog</a>.
<h3>1.25.0</h3>
<ul>
<li>Added LSP cancellation support</li>
Expand All @@ -78,6 +94,7 @@
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/38?closed=1">changelog</a>.
<h3>1.24.0</h3>
<ul>
<li>Fixed many cases when the Language Servers would freeze IDEA</li>
Expand All @@ -87,6 +104,7 @@
<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>
Expand All @@ -95,6 +113,7 @@
<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>.
<h3>1.22.0</h3>
<ul>
<li>Improved Qute template editing experience (brackets autoclose, syntax highlighting, better HTML integration ...)</li>
Expand All @@ -106,6 +125,7 @@
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/35?closed=1">changelog</a>.
<h3>1.21.0</h3>
<ul>
<li>performance improvement by debouncing classpath changes to refresh Java / properties files validation</li>
Expand All @@ -114,11 +134,13 @@
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/34?closed=1">changelog</a>.
<h3>1.20.1</h3>
<ul>
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/33?closed=1">changelog</a>.
<h3>1.20.0</h3>
<ul>
<li>Support for Renarde Quarkus application (URL codelens in Java file, uri/uriabs support in Qute template)</li>
Expand All @@ -128,6 +150,7 @@
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/32?closed=1">changelog</a>.
<br><br>
<h3>1.19.0</h3>
<ul>
<li>performance improvement which should avoid freezing IJ by improving start/stop of language servers</li>
Expand All @@ -137,6 +160,7 @@
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/30?closed=1">changelog</a>.
<br><br>
<h3>1.18.0</h3>
<ul>
<li>Support for Jakarta annotations</li>
Expand All @@ -145,46 +169,54 @@
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/29?closed=1">changelog</a>.
<br><br>
<h3>1.17.1</h3>
<ul>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.17.0</h3>
<ul>
<li>Release for 2023.1</li>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.16.0</h3>
<ul>
<li>LSP4MP 0.6.0 and quarkus-ls 0.13.0 based</li>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.15.0</h3>
<ul>
<li>Emergency release for 2022.3 as it breaks Quarkus Tools and numerous other plugins</li>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.14.1</h3>
<ul>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.14.0</h3>
<ul>
<li>Add support for CodeActions / QuickFixes</li>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.13.1</h3>
<ul>
<li>Some Maven projects could not be loaded because of conflicting dependencies</li>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.13.0</h3>
<ul>
<li>Add support for InlayHint including clickable hints</li>
Expand All @@ -193,6 +225,7 @@
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.12.0</h3>
<ul>
<li>New Quarkus project wizard allows to filter extensions by name and by being part of the Quarkus platform</li>
Expand All @@ -202,105 +235,122 @@
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.11.1</h3>
<ul>
<li>Fix incompatibilty with JetBrains Quarkus plugin</li>
<li>Security fixes</li>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.11.0</h3>
<ul>
<li>Add support for Qute templating engine</li>
<li>MicroProfile 2.0 support</li>
<li>IntelliJ 2022.1 compatibility</li>
</ul>
<br><br>
<h3>1.10.0</h3>
<ul>
<li>Add Quarkus configuration support to run and debug Quarkus applications</li>
<li>Fix Quarkus library dependencies
<li>Fix CVE-2021-25738 (Yaml parsing)</li>
</ul>
<br><br>
<h3>1.9.0</h3>
<ul>
<li>Quarkus wizard allows to select Quarkus stream</li>
<li>Fix compatibility issue with IntelliJ 2021.3</li>
</ul>
<br><br>
<h3>1.8.0</h3>
<ul>
<li>Add support for CodeLens/Inlay (for JAX-RS endpoints)</li>
<li>Configuration files with profile scope get content assist and syntax validation</li>
</ul>
<br><br>
<h3>1.7.0</h3>
<ul>
<li>Add support for projects with Gradle DSL</li>
<li>Configuration files with profile scope get content assist and syntax validation</li>
</ul>
<br><br>
<h3>1.6.0</h3>
<ul>
<li>Quarkus 2.x</li>
<li>Fix compatibility issues with IntelliJ 2021.2</li>
</ul>
<br><br>
<h3>1.5.0</h3>
<ul>
<li>Quarkus project wizard now uses POST requests</li>
<li>Opt-in telemetry</li>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.4.0</h3>
<ul>
<li>Quarkus project wizard now displays codestarts enabled extensions with an icon</li>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.3.0</h3>
<ul>
<li>Quarkus project wizard now offers codestarts options</li>
<li>Bug fixes</li>
</ul>
<br><br>
<h3>1.2.0</h3>
<ul>
<li>LSP4MP 1.0 based</li>
<li>Better Eclipse Microprofile support: JWT, Health, GraphQL and Reactive Messagging
properties added</li>
</ul>
<br><br>
<h3>1.1.0</h3>
<ul>
<li>Support YAML configuration files (code assist, syntax validation)</li>
</ul>
<br><br>
<h3>1.0.4</h3>
<ul>
<li>Fix whole IDE deadlock while completion proposals were computed</li>
</ul>
<br><br>
<h3>1.0.3</h3>
<ul>
<li>Fix whole IDE deadlock while completion proposals were computed</li>
<li>Various bug fixes</li>
</ul>
<br><br>
<h3>1.0.2</h3>
<ul>
<li>Extension details and link to guide are now available in the Quarkus wizard</li>
<li>Java code assist was polluted by snippets (see <a href="https://github.com/redhat-developer/intellij-quarkus/issues/152">#152</a>)</li>
<li>Various bug fixes</li>
</ul>
<br><br>
<h3>1.0.1</h3>
<ul>
<li>Java quickdoc was not displayed anymore if Quarkus Tools is installed</li>
</ul>
<br><br>
<h3>1.0.0</h3>
<ul>
<li>Based on microprofile-ls</li>
Expand All @@ -316,18 +366,21 @@
<li>The Quarkus project/module wizard has been enhanced</li>
</ul>
<br><br>
<h3>0.0.3</h3>
<ul>
<li>Fix issue in newly created Maven projects causing incomplete completion in application.properties</li>
</ul>
<br><br>
<h3>0.0.2</h3>
<ul>
<li>Add support for Gradle projects</li>
<li>Fix issue in wizard causing incorrect version</li>
<li>Plugin renamed to Quarkus Tools</li>
</ul>
<br><br>
<h3>0.0.1</h3>
<p>Initial release</p>
<ul>
Expand Down

0 comments on commit ff9d9cf

Please sign in to comment.