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

Release 1.1.0

This commit is contained in:
chylex 2022-10-06 01:57:04 +02:00
parent 0e380a4658
commit ce85aa130d
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.0.0"
version = "1.1.0"
repositories {
mavenCentral()

View File

@ -17,6 +17,11 @@
]]></description>
<change-notes><![CDATA[
<b>Version 1.1.0</b>
<ul>
<li>Fixed showing inspections that include HTML in their description. (<a href="https://github.com/chylex/IntelliJ-Inspection-Lens/pull/3">PR #3</a> by <a href="https://github.com/KostkaBrukowa">KostkaBrukowa</a>)</li>
<li>Fixed exception when asynchronous inspections run on a non-EDT thread.
</ul>
<b>Version 1.0.0</b>
<ul>
<li>Initial version with support for IntelliJ 2022.2 and newer.</li>