Skip to content

Commit

Permalink
fix change logs & plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hykes committed Jul 14, 2017
1 parent 3394287 commit 9cb9841
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Logs

- 2017-07-13
- v0.8.2 2017-07-14
- Add default ignore fields
- Modify table parser
- Add database connection test
- Modify table parser

- v0.8.1 2017-07-10
- fix edit template group
Expand Down
23 changes: 6 additions & 17 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>me.hehaiyang.codegen</id>
<name>CodeGen</name>
<version>0.8.1</version>
<version>0.8.2</version>
<vendor email="[email protected]">hehaiyang</vendor>

<description><![CDATA[
Expand All @@ -19,6 +19,10 @@
]]></description>

<change-notes><![CDATA[
<p>v0.8.2 2017-07-14</p>
<li>Add default ignore fields</li>
<li>Add database connection test</li>
<li>Modify table parser</li>
<p>v0.8.1 2017-07-10</p>
<ul>
<li>fix edit template group</li>
Expand All @@ -34,22 +38,7 @@
<li>update spring templates</li>
<li>fix template reset bug</li>
</ul>
<p>v0.7 2017-07-04</p>
<ul>
<li>add in-house variables (serialVersionUID)</li>
<li>support template sub directory</li>
<li>support resources (sub) directory</li>
<li>fix add group bug</li>
<li>remove lombok jar</li>
</ul>
<p>v0.6 2017-06-30</p>
<ul>
<li>Template Group</li>
<li>Generation Type (Text/Database)</li>
<li>In-house variables</li>
<li>Predefined variables</li>
<li>Data sources</li>
</ul>
<a href="https://github.com/hehaiyangwork/CodeGen/blob/master/CHANGELOG.md">Read More ...</a>
]]>
</change-notes>

Expand Down

0 comments on commit 9cb9841

Please sign in to comment.