1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2025-04-23 12:15:46 +02:00

Release 1.3.3

This commit is contained in:
chylex 2024-04-22 01:24:45 +02:00
parent 640d95cddc
commit 223fceb6b9
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 6 additions and 1 deletions
build.gradle.kts
src/main/resources/META-INF

View File

@ -8,7 +8,7 @@ plugins {
}
group = "com.chylex.intellij.inspectionlens"
version = "1.3.2"
version = "1.3.3"
repositories {
mavenCentral()

View File

@ -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>