From 223fceb6b91622cbdf3de43295af81fa8e5af0c1 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Mon, 22 Apr 2024 01:24:45 +0200 Subject: [PATCH] Release 1.3.3 --- build.gradle.kts | 2 +- src/main/resources/META-INF/plugin.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 39e2ca8..3c4d135 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.chylex.intellij.inspectionlens" -version = "1.3.2" +version = "1.3.3" repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index f6cdfb1..c6e604f 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -17,6 +17,11 @@ ]]></description> <change-notes><![CDATA[ + <b>Version 1.3.3</b> + <ul> + <li>Partially reverted fix for inspections that include HTML in their description due to breaking inspections with angled brackets.</li> + <li>Fixed plugin not working when installed on JetBrains Gateway Client.</li> + </ul> <b>Version 1.3.2</b> <ul> <li>Fixed inspections randomly not disappearing.</li>