Skip to content

Commit

Permalink
Merge pull request #591 from TrevCraw/update-change-notes
Browse files Browse the repository at this point in the history
Fix format for change notes
  • Loading branch information
TrevCraw authored Nov 30, 2023
2 parents 28cc5c4 + 0c22e03 commit af4e448
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,14 @@ patchPluginXml {
<h2> 23.0.12 </h2>
Version 23.0.12 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 23.0.12 requires IntelliJ IDEA version 2023.1+ and requires Java 17 or later.
<br>
Notable enhancements:
Notable changes:
<ul>
<li> Partial quick fix support for Jakarta EE Web Profile 9.x APIs when editing Java files via the <a href="https://github.com/eclipse/lsp4jakarta">Eclipse LSP4Jakarta</a>, Language Server for Jakarta EE
<li> Updated <a href="https://github.com/OpenLiberty/liberty-language-server">Liberty Config Language Server</a> version to 2.1.1. For information regarding changes for version 2.1, refer to the release notes linked below:
<li??> https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.1
<li??> https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.1
<ul>
<li> https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.1
<li> https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.1
</ul>
<li> Fix for projects being detected in the Liberty Tool Window when the Liberty Gradle Plugin is commented out in the build.gradle - https://github.com/OpenLiberty/liberty-tools-intellij/issues/445
<li> Fix for incorrect project name being displayed in the “Remove Liberty project” confirmation dialog - https://github.com/OpenLiberty/liberty-tools-intellij/issues/321
<li> Fix to link to the Liberty Tools for IntelliJ GitHub issues page when an error in the Liberty Tools plugin is reported by the IntelliJ IDE - https://github.com/OpenLiberty/liberty-tools-intellij/issues/468
Expand All @@ -205,7 +207,7 @@ patchPluginXml {
<h2> 23.0.6 </h2>
Version 23.0.6 of Liberty Tools for IntelliJ IDEA contains new functionality and fixes. Version 23.0.6 requires IntelliJ IDEA version 2023.1+ and requires Java 17 or later.
<br>
Notable enhancements:
Notable changes:
<ul>
<li> Diagnostic and hover support when editing server.xml, server.env, bootstrap.properties via the <a href="https://github.com/OpenLiberty/liberty-language-server">Liberty Config Language Server</a>
<li> Quick fix support when editing server.xml via the <a href="https://github.com/OpenLiberty/liberty-language-server">Liberty Config Language Server</a>
Expand Down

0 comments on commit af4e448

Please sign in to comment.