We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5945d commit 453cb9aCopy full SHA for 453cb9a
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = "boo.fox"
11
-version = "1.4.0"
+version = "1.4.1"
12
13
repositories {
14
mavenCentral()
src/main/resources/META-INF/plugin.xml
@@ -13,6 +13,11 @@
</description>
15
<change-notes><![CDATA[
16
+ <h3>1.4.1</h3>
17
+ <ul>
18
+ <li>Update the Lsp4ij version to 0.9.0</li>
19
+ <li>Fix "Multiple haskell file templates with the same name but different categories"</li>
20
+ </ul>
21
<h3>1.4.0</h3>
22
<ul>
23
<li>Enable LSP structure view</li>
0 commit comments