Skip to content

Commit

Permalink
update: update change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
itar committed Sep 15, 2018
1 parent 8aa3208 commit 1d16500
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,32 @@ intellij {
}
patchPluginXml {
changeNotes """
first submit.<br>
<em>add template support</em>"""
<h4>1.0.5</h4>
<ul>
<li>The navigation switch is opened by default</li>
</ul>
<h4>1.0.4</h4>
<ul>
<li>fix some bug</li>
</ul>
<h4>1.0.3</h4>
<ul>
<li>Navigation (Jump to symbol like dao or xml)</li>
<li>Generate XML File</li>
<li>Add Navigation Switch</li>
</ul>
<h4>1.0.2</h4>
<ul>
<li>Support IDEA 2018.2</li>
</ul>
<h4>1.0.1</h4>
<ul>
<li>Support generate controller,service,dao,mapper and model</li>
<li>Support generate @Getter and @Setter</li>
<li>Support spring boot,spring cloud and normal spring applications</li>
<li>feel free to contact me ,thanks</li>
</ul>
"""
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 1d16500

Please sign in to comment.