Skip to content

Commit 866dd6a

Browse files
committed
Version 1.24.2.
1 parent 440f22f commit 866dd6a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
### 1.24.2
2+
* Compatibility with IntelliJ 2022.3.1.
13

2-
### 1.1.24.1
4+
### 1.24.1
35
* Use documentation popup for image previews instead of Shift + hover.
46
* Compatibility with recent versions of IntelliJ.
57

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ tasks {
6666
}
6767

6868
buildSearchableOptions {
69-
// TODO
70-
enabled = false
69+
enabled = true
7170
}
7271

7372
patchPluginXml {

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
<change-notes><![CDATA[
3333
<ul>
34+
<li>Compatibility with IntelliJ 2022.3.1.</li>
3435
</ul>
3536
]]>
3637
</change-notes>

0 commit comments

Comments
 (0)