Skip to content

Commit

Permalink
Release of version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorcinek committed Oct 20, 2014
1 parent 551b7f4 commit dc1da64
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.morcinek.android.codegenerator.plugin.intellij</id>
<name>Android Code Generator Plugin</name>
<version>1.1</version>
<version>1.2</version>
<vendor email="[email protected]" url="http://morcinek.co.uk">Tomasz Morcinek</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -38,6 +38,21 @@
]]></description>

<change-notes><![CDATA[
<b>Version 1.2</b>
<ul>
<li>ISSUE #2: Templates should be editable in PreferencesPages.</li>
<li>ISSUE #6: When plugin is about to override existing file content user should be informed.</li>
<li>ISSUE #5: Source path should be retrieved from project and there should be combo instead of text field.</li>
</ul>
<b>Version 1.1</b>
<ul>
<li>ISSUE #1: Editor should pops up when creating file.</li>
<li>ISSUE #3: Source path should be saved in persistence store.</li>
<li>ISSUE #4: Generate Code Menu Options should be available through editor.</li>
</ul>
<b>Version 1.0</b>
<ul>
<li>generating Activity Class code from layout</li>
Expand All @@ -48,13 +63,6 @@
<li>preview screen with generated code that can be modified before creation of file</li>
<li>detection of project package</li>
</ul>
<b>Version 1.1</b>
<ul>
<li>ISSUE #1: Editor should pops up when creating file.</li>
<li>ISSUE #3: Source path should be saved in persistence store.</li>
<li>ISSUE #4: Generate Code Menu Options should be available through editor.</li>
</ul>
]]>
</change-notes>

Expand Down

0 comments on commit dc1da64

Please sign in to comment.