From 5f82845520f7730e2d95c499aea65ebe12bed2f5 Mon Sep 17 00:00:00 2001 From: hans <837713748@qq.com> Date: Tue, 12 Sep 2023 16:52:31 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=A1=A5=E5=85=85=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=202.=E4=BF=AE=E5=A4=8Dtype=E6=A1=86=E8=B7=91=E8=B5=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++ gradle.properties | 2 +- .../initializr/step/ProjectDetails.form | 32 ++++--------------- 3 files changed, 16 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b34b17..bb28009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ # Solon Changelog +## [0.0.1-M5] +### Added +- [Feature] Group and Artifact are associated with Package name +- [Feature] Use IDEA Default Project directory 'as the default location +## [0.0.1-M4] +### Added +- IDEA Compatible with 2023.2.1 version + ## [0.0.1-M3] ### Added - Provides Solon Initializr New Project wizard. diff --git a/gradle.properties b/gradle.properties index f9a2cd2..e902465 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginName = Solon pluginRepositoryUrl = https://gitee.com/noear/solon-idea-plugin # SemVer format -> https://semver.org -pluginVersion = 0.0.1-M4 +pluginVersion = 0.0.1-M5 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213 diff --git a/src/main/java/org/noear/solon/idea/plugin/initializr/step/ProjectDetails.form b/src/main/java/org/noear/solon/idea/plugin/initializr/step/ProjectDetails.form index 7225fbd..f658aec 100644 --- a/src/main/java/org/noear/solon/idea/plugin/initializr/step/ProjectDetails.form +++ b/src/main/java/org/noear/solon/idea/plugin/initializr/step/ProjectDetails.form @@ -3,7 +3,7 @@ - + @@ -172,24 +172,6 @@ - - - @@ -251,25 +233,25 @@ - + - + - + - + - + - + -- Gitee