Skip to content

Commit 2415396

Browse files
author
monosoul
committed
update change notes
1 parent 1a1aff0 commit 2415396

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

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

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,22 @@
1818
]]></description>
1919

2020
<change-notes><![CDATA[
21-
Release 0.0.1: Initial release.<br>
22-
Release 0.0.2: Update dependencies to make the plugin available on all platforms.<br>
23-
Release 0.0.3: rewrote the plugin in Kotlin; switched to modern IntelliJ API<br>
21+
<b>Release 0.0.1:</b>
22+
<ul>
23+
<li>Initial release.</li>
24+
</ul>
25+
<br>
26+
<b>Release 0.0.2:</b>
27+
<ul>
28+
<li>Update dependencies to make the plugin available on all platforms.</li>
29+
</ul>
30+
<br>
31+
<b>Release 0.0.3:</b>
32+
<ul>
33+
<li>rewrote the plugin in Kotlin;</li>
34+
<li>switched to modern IntelliJ API;</li>
35+
<li>added a plugin icon.</li>
36+
</ul>
2437
]]>
2538
</change-notes>
2639

@@ -34,7 +47,8 @@
3447

3548
<projectService serviceImplementation="com.github.monosoul.git.updateindex.extended.support.CommandInvoker"/>
3649

37-
<projectService serviceImplementation="com.github.monosoul.git.updateindex.extended.support.PresentationUpdater"/>
50+
<projectService
51+
serviceImplementation="com.github.monosoul.git.updateindex.extended.support.PresentationUpdater"/>
3852
</extensions>
3953

4054
<actions>

0 commit comments

Comments
 (0)