diff --git a/build.gradle.kts b/build.gradle.kts index 6c90cd4..3617dc6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.chylex.intellij.inspectionlens" -version = "1.5.1" +version = "1.5.2" repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 7861ee9..43e4892 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -14,6 +14,11 @@ ]]></description> <change-notes><![CDATA[ + <b>Version 1.5.2</b> + <ul> + <li>Added option to change maximum description length.</li> + <li>Added button to <b>Settings | Tools | Inspection Lens</b> that resets all settings to default.</li> + </ul> <b>Version 1.5.1</b> <ul> <li>Added option to change the behavior of clicking on inspections.</li>