From df8388e350632147a1364c54fd6fd283fe22e466 Mon Sep 17 00:00:00 2001 From: hans <837713748@qq.com> Date: Tue, 12 Sep 2023 22:22:54 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8Dpacking=E6=A1=86=E8=B7=91?= =?UTF-8?q?=E8=B5=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- .../solon/idea/plugin/initializr/step/ProjectDetails.form | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb28009..9cd4139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,15 @@ # Solon Changelog +## [0.0.1-M6] +### Added +- [Feature] fix packing loss + ## [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 diff --git a/gradle.properties b/gradle.properties index e902465..e5ce368 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-M5 +pluginVersion = 0.0.1-M6 # 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 f658aec..6e455d3 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 @@ -241,17 +241,17 @@ - + - + - + - + -- Gitee