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

Release 1.5.2

This commit is contained in:
chylex 2025-01-15 02:05:14 +01:00
parent 98d3e5db01
commit fbe67d6068
Signed by: chylex
SSH Key Fingerprint: SHA256:WqM8X/1DDn11LbYM0H5wsqZUjbcKxVsic37L+ERcF4o
2 changed files with 6 additions and 1 deletions
build.gradle.kts
src/main/resources/META-INF

View File

@ -6,7 +6,7 @@ plugins {
} }
group = "com.chylex.intellij.inspectionlens" group = "com.chylex.intellij.inspectionlens"
version = "1.5.1" version = "1.5.2"
repositories { repositories {
mavenCentral() mavenCentral()

View File

@ -14,6 +14,11 @@
]]></description> ]]></description>
<change-notes><![CDATA[ <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> <b>Version 1.5.1</b>
<ul> <ul>
<li>Added option to change the behavior of clicking on inspections.</li> <li>Added option to change the behavior of clicking on inspections.</li>