We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440f22f commit 866dd6aCopy full SHA for 866dd6a
CHANGES.md
@@ -1,5 +1,7 @@
1
+### 1.24.2
2
+* Compatibility with IntelliJ 2022.3.1.
3
-### 1.1.24.1
4
+### 1.24.1
5
* Use documentation popup for image previews instead of Shift + hover.
6
* Compatibility with recent versions of IntelliJ.
7
build.gradle.kts
@@ -66,8 +66,7 @@ tasks {
66
}
67
68
buildSearchableOptions {
69
- // TODO
70
- enabled = false
+ enabled = true
71
72
73
patchPluginXml {
src/main/resources/META-INF/plugin.xml
@@ -31,6 +31,7 @@
31
32
<change-notes><![CDATA[
33
<ul>
34
+ <li>Compatibility with IntelliJ 2022.3.1.</li>
35
</ul>
36
]]>
37
</change-notes>
0 commit comments