diff --git a/README.md b/README.md index e5a66268f..2e383ed40 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Liberty Tools for IntelliJ IDEA -> Note: Version 24.0.3 requires **IntelliJ IDEA 2023.2.\*** or **2023.3.\*** and a minimum of **Java 17**. +> Note: Version 24.0.6 requires **IntelliJ IDEA 2023.2.\***, **2023.3.\***, or **2024.1.\*** and a minimum of **Java 17**. > > This page provides an overview of Liberty Tools for IntelliJ IDEA. > For minimum requirements information and detailed instructions on how to use Liberty Tools, check the [user-guide](docs/user-guide.md). @@ -101,7 +101,7 @@ If you experience a problem with this plugin you might be asked to collect langu ## Requirements -Version 24.0.3 requires **IntelliJ IDEA 2023.2.\*** or **2023.3.\*** and a minimum of **Java 17**. +Version 24.0.6 requires **IntelliJ IDEA 2023.2.\***, **2023.3.\***, or **2024.1.\*** and a minimum of **Java 17**. For more details, check the [user guide](docs/user-guide.md#software-requirements). diff --git a/build.gradle b/build.gradle index 8503cf2eb..c6c32fac3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.openliberty.tools' -version '24.0.6-SNAPSHOT' +version '24.0.6' sourceCompatibility = 17 targetCompatibility = 17 @@ -180,6 +180,20 @@ tasks { patchPluginXml { changeNotes = """ +
Version 24.0.6 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 24.0.6 requires IntelliJ IDEA version 2023.2.*, 2023.3.*, or 2024.1.* and a minimum of Java 17.
+ Notable changes: +Note: You may observe slow performance when editing your server.xml file when invoking completion or hover. It is possible you may receive a "No documentation found" message on hover. If observed, please report your experience on this GitHub issue: https://github.com/OpenLiberty/liberty-tools-intellij/issues/687.
+ See the commit log for the full set of changes since the previous release. +Version 24.0.3 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 24.0.3 requires IntelliJ IDEA version 2023.2.* or 2023.3.* and a minimum of Java 17.
Notable changes: diff --git a/docs/user-guide.md b/docs/user-guide.md index b5bb2fda6..b843c701e 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -28,7 +28,7 @@ For information regarding known issues and limitations, refer to our [Common Iss ## Before you begin ### Software requirements -- Version 24.0.3 requires **IntelliJ IDEA version 2023.2.\*** or **2023.3.\***. Liberty Tools for IntelliJ IDEA is compatible with the Community Edition of IntelliJ IDEA. +- Version 24.0.6 requires **IntelliJ IDEA 2023.2.\***, **2023.3.\***, or **2024.1.\***. Liberty Tools for IntelliJ IDEA is compatible with the Community Edition of IntelliJ IDEA. - **Java 17** or later. If you change the IntelliJ IDEA Boot Java Runtime through the **Change Boot Java Runtime for the IDE** preference, ensure that you are using Java 17 or later. - [Liberty Tools for IntelliJ IDEA plugin](https://plugins.jetbrains.com/plugin/14856-liberty-tools/)