Skip to content

Commit

Permalink
Updated changelog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Dec 6, 2020
1 parent 4fc8a9c commit dc8e693
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# KVision Project Wizard
KVision IntellJ IDEA plugin for new project creation.
Supported project types:
* Frontend template
* Frontend project
* Ktor fullstack project
* Spring Boot fullstack project
* Javalin fullstack project
* Jooby fullstack project
* Micronaut fullstack project
* Vert.x fullstack project

## Contribution
You can contribute new project types:
Expand Down
11 changes: 6 additions & 5 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,24 @@
<change-notes>
&lt;i&gt;Version 0.2.2:&lt;/i&gt;
&lt;ul&gt;
&lt;li&gt;Add more detailed description&lt;/li&gt;
&lt;li&gt;Add support for all project types&lt;/li&gt;
&lt;li&gt;Add an option to choose compiler backend&lt;/li&gt;
&lt;/ul&gt;

&lt;i&gt;Version 0.2.1:&lt;/i&gt;
&lt;ul&gt;
&lt;li&gt;Add icon and description&lt;/li&gt;
&lt;li&gt;Add icon and description&lt;/li&gt;
&lt;/ul&gt;

&lt;i&gt;Version 0.2.0:&lt;/i&gt;
&lt;ul&gt;
&lt;li&gt;Added spring support&lt;/li&gt;
&lt;li&gt;Added run configurations for backendRun and frontendRun&lt;/li&gt;
&lt;li&gt;Added spring support&lt;/li&gt;
&lt;li&gt;Added run configurations for backendRun and frontendRun&lt;/li&gt;
&lt;/ul&gt;

&lt;i&gt;Version 0.1.0:&lt;/i&gt;
&lt;ul&gt;
&lt;li&gt;Added support for Ktor&lt;/li&gt;
&lt;li&gt;Added support for Ktor&lt;/li&gt;
&lt;/ul&gt;
</change-notes>

Expand Down

0 comments on commit dc8e693

Please sign in to comment.