1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2025-05-05 02:34:06 +02:00

Release 1.4.1

This commit is contained in:
chylex 2024-08-12 13:35:31 +02:00
parent a84bc72fd4
commit c1b52ec3a5
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 5 additions and 1 deletions
build.gradle.kts
src/main/resources/META-INF

View File

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

View File

@ -12,6 +12,10 @@
]]></description> ]]></description>
<change-notes><![CDATA[ <change-notes><![CDATA[
<b>Version 1.4.1</b>
<ul>
<li>Fixed warnings in usage of IntelliJ SDK.</li>
</ul>
<b>Version 1.4</b> <b>Version 1.4</b>
<ul> <ul>
<li>Added configuration of visible severities to <b>Settings | Tools | Inspection Lens</b>.</li> <li>Added configuration of visible severities to <b>Settings | Tools | Inspection Lens</b>.</li>