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

Release 1.1.1

This commit is contained in:
chylex 2023-01-07 13:58:31 +01:00
parent ca4fb0484a
commit 87f6eda572
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 7 additions and 2 deletions
build.gradle.kts
src/main/resources/META-INF

View File

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

View File

@ -17,10 +17,15 @@
]]></description>
<change-notes><![CDATA[
<b>Version 1.1.1</b>
<ul>
<li>Multiple inspections at the same place in the document are now ordered by severity.</li>
<li>Improved performance of processing inspections which do not contain HTML.</li>
</ul>
<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.
<li>Fixed exception when asynchronous inspections run on a non-EDT thread.</li>
</ul>
<b>Version 1.0.0</b>
<ul>