File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " com.lowdragmc"
8- version = " 1.2 "
8+ version = " 1.3 "
99
1010repositories {
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 {
You can’t perform that action at this time.
0 commit comments