Skip to content

Commit e994274

Browse files
committed
version 1.3
1 parent be6eff3 commit e994274

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

build.gradle.kts

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.lowdragmc"
8-
version = "1.2"
8+
version = "1.3"
99

1010
repositories {
1111
mavenCentral()
@@ -34,9 +34,24 @@ intellijPlatform {
3434
}
3535

3636
changeNotes = """
37-
Added @ConfigHeader annotation support.
38-
Added @ConfigColor annotation support.
39-
""".trimIndent()
37+
<h3>Version 1.3</h3>
38+
<ul>
39+
<li>Added @ConfigSearch annotation support</li>
40+
<li>Added @SkipPersistedValueMethodInspection annotation support</li>
41+
</ul>
42+
<h3>Version 1.2</h3>
43+
<ul>
44+
<li> Added @ConfigHeader annotation support</li>
45+
<li> Added @ConfigColor annotation support</li>
46+
<li>Improved Lang key inspection and fixes</li>
47+
</ul>
48+
<h3>Version 1.1</h3>
49+
<ul>
50+
<li>Support for LDLib configuration annotations</li>
51+
<li>Method reference and navigation for annotation values</li>
52+
<li>Inspection and quick fixes for annotation usage</li>
53+
</ul>
54+
""".trimIndent()
4055
}
4156

4257
publishing {

0 commit comments

Comments
 (0)