From dc8e693af3d72954ee238bb54c4d6ccd692d38b3 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 6 Dec 2020 20:01:41 +0100 Subject: [PATCH] Updated changelog and README --- README.md | 5 ++++- src/main/resources/META-INF/plugin.xml | 11 ++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fe53536..ec9516c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 1937c11..737d782 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -5,23 +5,24 @@ <i>Version 0.2.2:</i> <ul> - <li>Add more detailed description</li> + <li>Add support for all project types</li> + <li>Add an option to choose compiler backend</li> </ul> <i>Version 0.2.1:</i> <ul> - <li>Add icon and description</li> + <li>Add icon and description</li> </ul> <i>Version 0.2.0:</i> <ul> - <li>Added spring support</li> - <li>Added run configurations for backendRun and frontendRun</li> + <li>Added spring support</li> + <li>Added run configurations for backendRun and frontendRun</li> </ul> <i>Version 0.1.0:</i> <ul> - <li>Added support for Ktor</li> + <li>Added support for Ktor</li> </ul>