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:
parent
ca4fb0484a
commit
87f6eda572
@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.chylex.intellij.inspectionlens"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user